{"id":37,"date":"2018-09-11T15:09:16","date_gmt":"2018-09-11T15:09:16","guid":{"rendered":"http:\/\/bifrost.local\/?page_id=37"},"modified":"2020-02-05T10:38:28","modified_gmt":"2020-02-05T10:38:28","slug":"contact-split-screen","status":"publish","type":"page","link":"https:\/\/ajansfrekans.com\/?page_id=37","title":{"rendered":"Contact Split Screen"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"37\" class=\"elementor elementor-37\" data-elementor-settings=\"[]\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-16a15d9a elementor-section-full_width elementor-section-height-min-height elementor-section-items-stretch elementor-section-height-default neuron-fixed-no\" data-id=\"16a15d9a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-74b02545 animated-slow elementor-invisible\" data-id=\"74b02545\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-73d64fb elementor-widget elementor-widget-neuron-advanced-google-maps\" data-id=\"73d64fb\" data-element_type=\"widget\" data-widget_type=\"neuron-advanced-google-maps.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        <div class=\"map-holder\">\n            <div id=\"map-73d64fb\" class=\"map\"><\/div>\n        <\/div>\n        <script>\n            var locations = [\n                [' <h4 class=\"mb-0 h-small-bottom-padding\">AjansFrekans<\/h4> <p class=\"mb-0\">AJANSFREKANS<\/p> ', 37.075805, 37.367617, '0', 100, 100, true], [' <h4 class=\"mb-0 h-small-bottom-padding\">Marker Title 2#<\/h4> <p class=\"mb-0\">Marker Content 2#<\/p> ', 40.787239, -73.945772, '0', 100, 100, true]            ];\n\n            var myOptions = {\n                center: new google.maps.LatLng(37.075805, 37.367617),\n                zoom: 14,\n                scrollwheel: false,\n                mapTypeControl: false,\n                zoomControl: true,\n                fullscreenControl: false,\n                streetViewControl: false,\n                draggable: true            }\n\n            var map = new google.maps.Map(document.getElementById('map-73d64fb'), myOptions);\n\n            var infowindow = new google.maps.InfoWindow();\n            var bounds = new google.maps.LatLngBounds();\n\n            var marker, i;\n\n            for (i = 0; i < locations.length; i++) {\n\n                if (locations[i][6] == true) {\n                    $scaled = new google.maps.Size(locations[i][4] \/ 2, locations[i][5] \/ 2);\n                } else {\n                    $scaled = new google.maps.Size(locations[i][4], locations[i][5]);\n                }\n\n\n                var icon = {\n                    url: locations[i][3],\n                    scaledSize: $scaled\n                };\n\n                if (locations[i][3] == '0') {\n                    icon = '';\n                }\n\n                marker = new google.maps.Marker({\n                    position: new google.maps.LatLng(locations[i][1], locations[i][2]),\n                    map: map,\n                    icon: icon,\n                    animation: google.maps.Animation.DROP\n                });\n\n                bounds.extend(marker.position);\n\n                if (locations[i][0] != \" \") {\n                    google.maps.event.addListener(marker, 'click', (function(marker, i) {\n                        return function() {\n                            infowindow.setContent(locations[i][0]);\n                            infowindow.open(map, marker);\n                        }\n                    })(marker, i));\n                }\n            }\n\n                            var styledMapType = new google.maps.StyledMapType(\n                    [\n    {\n        \"featureType\": \"administrative\",\n        \"elementType\": \"labels.text.fill\",\n        \"stylers\": [\n            {\n                \"color\": \"#444444\"\n            }\n        ]\n    },\n    {\n        \"featureType\": \"landscape\",\n        \"elementType\": \"all\",\n        \"stylers\": [\n            {\n                \"color\": \"#f2f2f2\"\n            }\n        ]\n    },\n    {\n        \"featureType\": \"poi\",\n        \"elementType\": \"all\",\n        \"stylers\": [\n            {\n                \"visibility\": \"off\"\n            }\n        ]\n    },\n    {\n        \"featureType\": \"road\",\n        \"elementType\": \"all\",\n        \"stylers\": [\n            {\n                \"saturation\": -100\n            },\n            {\n                \"lightness\": 45\n            }\n        ]\n    },\n    {\n        \"featureType\": \"road.highway\",\n        \"elementType\": \"all\",\n        \"stylers\": [\n            {\n                \"visibility\": \"simplified\"\n            }\n        ]\n    },\n    {\n        \"featureType\": \"road.arterial\",\n        \"elementType\": \"labels.icon\",\n        \"stylers\": [\n            {\n                \"visibility\": \"off\"\n            }\n        ]\n    },\n    {\n        \"featureType\": \"transit\",\n        \"elementType\": \"all\",\n        \"stylers\": [\n            {\n                \"visibility\": \"off\"\n            }\n        ]\n    },\n    {\n        \"featureType\": \"water\",\n        \"elementType\": \"all\",\n        \"stylers\": [\n            {\n                \"color\": \"#fdcb08\"\n            },\n            {\n                \"visibility\": \"on\"\n            }\n        ]\n    }\n],                    { name: 'Styled Map' }\n                );\n                map.mapTypes.set('styled_map', styledMapType);\n                map.setMapTypeId('styled_map');\n                    <\/script>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3b7bd2e6\" data-id=\"3b7bd2e6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4c58759b animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default neuron-fixed-no elementor-invisible\" data-id=\"4c58759b\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-647085f3\" data-id=\"647085f3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dbc4094 elementor-widget elementor-widget-heading\" data-id=\"dbc4094\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Contact Us<\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f5211a6 elementor-widget elementor-widget-heading\" data-id=\"f5211a6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Ajansfrekans Office<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c54f4ac elementor-widget elementor-widget-text-editor\" data-id=\"c54f4ac\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\"><p>Feel Free to visit our Office, and We will be at your Service at all cost.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-78ef3e4 animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default neuron-fixed-no elementor-invisible\" data-id=\"78ef3e4\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:150}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ee0eb9e elementor-invisible\" data-id=\"ee0eb9e\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-590e080 elementor-widget elementor-widget-text-editor\" data-id=\"590e080\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\"><p>Our Info<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22b2e12 elementor-widget elementor-widget-text-editor\" data-id=\"22b2e12\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\"><p>Mucahitler Mah.52009 Nolu Cadde No:28<br \/>Gumusburun Is Mrk. kat:1 Daire:1.<\/p><p>Sehitkamil. Gaziantep<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-82adb62 elementor-widget elementor-widget-text-editor\" data-id=\"82adb62\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\"><p>Serif Duskun &#8211; General Manager<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a1c562 elementor-widget elementor-widget-text-editor\" data-id=\"5a1c562\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\"><p>+90 544 637 88 35<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7c3b228 elementor-section-boxed elementor-section-height-default elementor-section-height-default neuron-fixed-no\" data-id=\"7c3b228\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-175c1fe\" data-id=\"175c1fe\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-78cf022 elementor-widget elementor-widget-spacer\" data-id=\"78cf022\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c761217 elementor-section-boxed elementor-section-height-default elementor-section-height-default neuron-fixed-no\" data-id=\"c761217\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a0584ef\" data-id=\"a0584ef\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9b2c3ff elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"9b2c3ff\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b719f5b elementor-section-boxed elementor-section-height-default elementor-section-height-default neuron-fixed-no\" data-id=\"b719f5b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ae2af8\" data-id=\"0ae2af8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9274005 elementor-widget elementor-widget-heading\" data-id=\"9274005\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><b>Feel free to message us.....<\/b><\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3a73f1e elementor-section-boxed elementor-section-height-default elementor-section-height-default neuron-fixed-no\" data-id=\"3a73f1e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-65aaba6\" data-id=\"65aaba6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-19be4c8 elementor-widget elementor-widget-shortcode\" data-id=\"19be4c8\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\"><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f8-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\" role=\"alert\" aria-live=\"polite\"><\/div>\n<form action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F37#wpcf7-f8-o1\" method=\"post\" class=\"wpcf7-form init\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"8\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.2.2\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f8-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/div>\n<p><label> Your Name (required)<br \/>\n    <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" \/><\/span> <\/label><\/p>\n<p><label> Your Email (required)<br \/>\n    <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" \/><\/span> <\/label><\/p>\n<p><label> Subject<br \/>\n    <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" \/><\/span> <\/label><\/p>\n<p><label> Your Message<br \/>\n    <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"><\/textarea><\/span> <\/label><\/p>\n<p><input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" \/><\/p>\n<div class=\"wpcf7-response-output\" role=\"alert\" aria-hidden=\"true\"><\/div><\/form><\/div><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Contact Us Ajansfrekans Office Feel Free to visit our Office, and We will be at your Service at&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":3129,"menu_order":44,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v15.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact Split Screen - Ajans Frekans<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/ajansfrekans.com\/?page_id=37\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact Split Screen - Ajans Frekans\" \/>\n<meta property=\"og:description\" content=\"Contact Us Ajansfrekans Office Feel Free to visit our Office, and We will be at your Service at...\" \/>\n<meta property=\"og:url\" content=\"http:\/\/ajansfrekans.com\/?page_id=37\" \/>\n<meta property=\"og:site_name\" content=\"Ajans Frekans\" \/>\n<meta property=\"article:modified_time\" content=\"2020-02-05T10:38:28+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ajansfrekans.com\/#website\",\"url\":\"https:\/\/ajansfrekans.com\/\",\"name\":\"Ajans Frekans\",\"description\":\"Exhibition Stand Designers\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/ajansfrekans.com\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"tr\"},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/ajansfrekans.com\/?page_id=37#webpage\",\"url\":\"http:\/\/ajansfrekans.com\/?page_id=37\",\"name\":\"Contact Split Screen - Ajans Frekans\",\"isPartOf\":{\"@id\":\"https:\/\/ajansfrekans.com\/#website\"},\"datePublished\":\"2018-09-11T15:09:16+00:00\",\"dateModified\":\"2020-02-05T10:38:28+00:00\",\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/ajansfrekans.com\/?page_id=37\"]}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/ajansfrekans.com\/index.php?rest_route=\/wp\/v2\/pages\/37"}],"collection":[{"href":"https:\/\/ajansfrekans.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ajansfrekans.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ajansfrekans.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ajansfrekans.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=37"}],"version-history":[{"count":7,"href":"https:\/\/ajansfrekans.com\/index.php?rest_route=\/wp\/v2\/pages\/37\/revisions"}],"predecessor-version":[{"id":29811,"href":"https:\/\/ajansfrekans.com\/index.php?rest_route=\/wp\/v2\/pages\/37\/revisions\/29811"}],"up":[{"embeddable":true,"href":"https:\/\/ajansfrekans.com\/index.php?rest_route=\/wp\/v2\/pages\/3129"}],"wp:attachment":[{"href":"https:\/\/ajansfrekans.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=37"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}