{"id":8390,"date":"2025-05-15T00:20:50","date_gmt":"2025-05-14T21:20:50","guid":{"rendered":"https:\/\/yacht.lumosframe.com\/?page_id=8390"},"modified":"2025-05-29T02:02:24","modified_gmt":"2025-05-28T23:02:24","slug":"favoriler","status":"publish","type":"page","link":"https:\/\/inforayachting.com\/tr_tr\/favoriler\/","title":{"rendered":"Favorilerim"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8390\" class=\"elementor elementor-8390\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bb9118 e-flex e-con-boxed e-con e-parent\" data-id=\"3bb9118\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3eed556 elementor-widget elementor-widget-yacht_favorites\" data-id=\"3eed556\" data-element_type=\"widget\" data-widget_type=\"yacht_favorites.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"yacht-favorites-container\" id=\"yacht-favorites-3eed556\">\n            <h2 class=\"yacht-favorites-title\">Favorilerim<\/h2>\n            \n            <div class=\"yacht-favorites-content\">\n                <div class=\"yacht-favorites-loading\">\n                    <i class=\"fa fa-spinner fa-spin\"><\/i> Loading...                <\/div>\n                \n                <div class=\"yacht-favorites-grid\" data-columns=\"3\"><\/div>\n                \n                <div class=\"yacht-favorites-empty\" style=\"display: none;\">\n                    <p>Hen\u00fcz favorilerinize ekledi\u011finiz tekne yok.<\/p>\n                <\/div>\n                \n                <!-- \u041e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f -->\n                <div class=\"yacht-favorites-debug\" style=\"display: none; margin-top: 20px; padding: 10px; background: #f0f0f0; border: 1px solid #ccc;\">\n                    <h3>\u041e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f<\/h3>\n                    <div class=\"debug-content\"><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <style>\n            .yacht-favorites-container {\n                width: 100%;\n                max-width: 1200px;\n                margin: 0 auto;\n                padding: 20px;\n            }\n            .yacht-favorites-title {\n                font-size: 28px;\n                margin-bottom: 30px;\n                color: #0c2340;\n                text-align: center;\n            }\n            .yacht-favorites-grid {\n                display: grid;\n                grid-template-columns: repeat(3, 1fr);\n                grid-gap: 30px;\n            }\n            .yacht-favorite-item {\n                background: #ffffff;\n                border-radius: 8px;\n                overflow: hidden;\n                box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n                transition: transform 0.3s ease, box-shadow 0.3s ease;\n                display: flex;\n                flex-direction: column;\n            }\n            .yacht-favorite-item:hover {\n                transform: translateY(-5px);\n                box-shadow: 0 5px 15px rgba(0,0,0,0.15);\n            }\n            .yacht-favorite-image {\n                position: relative;\n                width: 100%;\n                height: 250px;\n            }\n            .yacht-favorite-image img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n            }\n            .yacht-favorite-content {\n                padding: 15px;\n                flex-grow: 1;\n                display: flex;\n                flex-direction: column;\n            }\n            .yacht-favorite-title {\n                font-size: 18px;\n                font-weight: bold;\n                margin-bottom: 10px;\n            }\n            .yacht-favorite-title a {\n                color: #0c2340;\n                text-decoration: none;\n            }\n            .yacht-favorite-price {\n                background: #f2f2f3;\n                padding: 15px;\n                margin-top: auto;\n                font-weight: bold;\n                color: #0c2340;\n                text-align: center;\n            }\n            .yacht-favorite-link {\n                display: inline-block;\n                padding: 10px 20px;\n                background: #0c2340;\n                color: #ffffff;\n                border-radius: 4px;\n                text-decoration: none;\n                margin-top: 15px;\n                transition: background 0.3s ease;\n            }\n            .yacht-favorite-link:hover {\n                background: #0c3060;\n            }\n            .yacht-favorites-empty {\n                text-align: center;\n                padding: 50px 0;\n            }\n            .yacht-favorites-empty p {\n                font-size: 18px;\n                color: #666;\n                margin-bottom: 20px;\n            }\n            .yacht-favorites-empty a {\n                display: inline-block;\n                padding: 10px 20px;\n                background: #0c2340;\n                color: #ffffff;\n                border-radius: 4px;\n                text-decoration: none;\n                transition: background 0.3s ease;\n            }\n            .yacht-favorites-empty a:hover {\n                background: #0c3060;\n            }\n            .yacht-favorites-loading {\n                text-align: center;\n                padding: 30px;\n                font-size: 18px;\n            }\n            .yacht-favorite-remove {\n                position: absolute;\n                top: 10px;\n                right: 10px;\n                width: 36px;\n                height: 36px;\n                border-radius: 50%;\n                background: rgba(0,0,0,0.5);\n                color: #fff;\n                border: none;\n                display: flex;\n                align-items: center;\n                justify-content: center;\n                cursor: pointer;\n                transition: transform 0.2s ease;\n            }\n            .yacht-favorite-remove:hover {\n                transform: scale(1.1);\n                background: rgba(255,0,0,0.7);\n            }\n            \n            @media (max-width: 992px) {\n                .yacht-favorites-grid {\n                    grid-template-columns: repeat(2, 1fr);\n                }\n            }\n            \n            @media (max-width: 576px) {\n                .yacht-favorites-grid {\n                    grid-template-columns: 1fr;\n                }\n            }\n        <\/style>\n\n        <script>\n            jQuery(document).ready(function($) {\n                const favoritesContainer = $('#yacht-favorites-3eed556');\n                const favoritesGrid = favoritesContainer.find('.yacht-favorites-grid');\n                const loadingElem = favoritesContainer.find('.yacht-favorites-loading');\n                const emptyElem = favoritesContainer.find('.yacht-favorites-empty');\n                const debugElem = favoritesContainer.find('.yacht-favorites-debug');\n                const debugContent = debugElem.find('.debug-content');\n                \n                \/\/ \u041f\u043e\u043b\u0443\u0447\u0430\u0435\u043c \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0435 \u0438\u0437 localStorage\n                const favorites = JSON.parse(localStorage.getItem('yacht_favorites') || '[]');\n                \n                \/\/ \u0424\u0443\u043d\u043a\u0446\u0438\u044f \u0434\u043b\u044f \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438\n                function addDebugInfo(message) {\n                    debugContent.append('<p>' + message + '<\/p>');\n                    \/\/console.log(message);\n                    \n                    \/\/ \u0420\u0430\u0441\u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u0441\u0442\u0440\u043e\u043a\u0443 \u043d\u0438\u0436\u0435 \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u043e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438\n                    \/\/ debugElem.show();\n                }\n                \n                \/\/ \u0415\u0441\u043b\u0438 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0443\u0441\u0442\n                if (!favorites || favorites.length === 0) {\n                    loadingElem.hide();\n                    emptyElem.show();\n                    addDebugInfo('\u041d\u0435\u0442 \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u044f\u0445\u0442 \u0432 localStorage');\n                    return;\n                }\n                \n                addDebugInfo('\u041d\u0430\u0439\u0434\u0435\u043d\u043e ' + favorites.length + ' \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u044f\u0445\u0442 \u0432 localStorage: ' + JSON.stringify(favorites));\n                \n                \/\/ \u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0434\u0430\u043d\u043d\u044b\u0445 \u043e \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u044f\u0445\u0442\u0430\u0445\n                function displayFavorites(favoriteIds) {\n                    addDebugInfo('\u041d\u0430\u0447\u0438\u043d\u0430\u0435\u043c \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u0434\u0430\u043d\u043d\u044b\u0445 \u043e \u044f\u0445\u0442\u0430\u0445...');\n                    \n                    \/\/ AJAX \u0437\u0430\u043f\u0440\u043e\u0441 \u043a WordPress\n                    $.ajax({\n                        url: 'https:\/\/inforayachting.com\/wp-admin\/admin-ajax.php',\n                        type: 'POST',\n                        dataType: 'json',\n                        data: {\n                            action: 'get_yacht_favorites_data',\n                            ids: JSON.stringify(favoriteIds),\n                            security: 'd6df72d85e'\n                        },\n                        success: function(response) {\n                            loadingElem.hide();\n                            \n                            if (response.success && response.data && response.data.length > 0) {\n                                addDebugInfo('\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u044b \u0434\u0430\u043d\u043d\u044b\u0435: ' + response.data.length + ' \u044f\u0445\u0442');\n                                \n                                \/\/ \u041e\u0447\u0438\u0449\u0430\u0435\u043c \u0441\u0435\u0442\u043a\u0443 \u043f\u0435\u0440\u0435\u0434 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\n                                favoritesGrid.empty();\n                                \n                                \/\/ \u0421\u043e\u0437\u0434\u0430\u0435\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0434\u043b\u044f \u043a\u0430\u0436\u0434\u043e\u0439 \u044f\u0445\u0442\u044b\n                                $.each(response.data, function(i, yacht) {\n                                    const yachtElement = createYachtElement(yacht);\n                                    favoritesGrid.append(yachtElement);\n                                });\n                            } else {\n                                emptyElem.show();\n                                if (response.data) {\n                                    addDebugInfo('\u041e\u0448\u0438\u0431\u043a\u0430: \u041f\u0443\u0441\u0442\u043e\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u044f\u0445\u0442 \u0432 \u043e\u0442\u0432\u0435\u0442\u0435');\n                                } else {\n                                    addDebugInfo('\u041e\u0448\u0438\u0431\u043a\u0430: ' + (response.data || '\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430'));\n                                }\n                            }\n                        },\n                        error: function(jqXHR, textStatus, errorThrown) {\n                            loadingElem.hide();\n                            emptyElem.show();\n                            addDebugInfo('AJAX \u041e\u0448\u0438\u0431\u043a\u0430: ' + textStatus + ' - ' + errorThrown);\n                            console.error('AJAX \u041e\u0448\u0438\u0431\u043a\u0430:', jqXHR, textStatus, errorThrown);\n                        }\n                    });\n                }\n                \n                \/\/ \u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0446\u0435\u043d\u044b\n                function formatPrice(price) {\n                    if (!price) return '';\n                    \n                    \/\/ \u041e\u0447\u0438\u0449\u0430\u0435\u043c \u043e\u0442 \u043d\u0435\u0446\u0438\u0444\u0440\u043e\u0432\u044b\u0445 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432, \u043a\u0440\u043e\u043c\u0435 \u0442\u043e\u0447\u043a\u0438 \u0438 \u0437\u0430\u043f\u044f\u0442\u043e\u0439\n                    const cleanPrice = String(price).replace(\/[^\\d.,]\/g, '');\n                    \n                    \/\/ \u0417\u0430\u043c\u0435\u043d\u044f\u0435\u043c \u0437\u0430\u043f\u044f\u0442\u0443\u044e \u043d\u0430 \u0442\u043e\u0447\u043a\u0443\n                    const normalizedPrice = cleanPrice.replace(',', '.');\n                    \n                    if (!normalizedPrice) return '';\n                    \n                    \/\/ \u0412\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0443\u044e \u0446\u0435\u043d\u0443\n                    return normalizedPrice + '\u20ac\/G\u00fcn den ba\u015flayan fiyat';\n                }\n                \n                \/\/ \u0424\u0443\u043d\u043a\u0446\u0438\u044f \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u044f\u0445\u0442\u044b\n                function createYachtElement(yacht) {\n                    addDebugInfo('\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0434\u043b\u044f \u044f\u0445\u0442\u044b: ' + yacht.id + ' - ' + yacht.title);\n                    \n                    const item = $('<div class=\"yacht-favorite-item\" data-id=\"' + yacht.id + '\"><\/div>');\n                    \n                    \/\/ \u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0438 \u043a\u043d\u043e\u043f\u043a\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f\n                    const imageContainer = $('<div class=\"yacht-favorite-image\"><\/div>');\n                    const image = $('<img decoding=\"async\" src=\"' + (yacht.thumbnail || 'https:\/\/via.placeholder.com\/500x300') + '\" alt=\"' + yacht.title + '\">');\n                    const removeBtn = $('<button class=\"yacht-favorite-remove\"><i class=\"fa fa-times\"><\/i><\/button>');\n                    \n                    removeBtn.on('click', function() {\n                        removeFavorite(yacht.id);\n                    });\n                    \n                    imageContainer.append(image).append(removeBtn);\n                    \n                    \/\/ \u041a\u043e\u043d\u0442\u0435\u043d\u0442\n                    const content = $('<div class=\"yacht-favorite-content\"><\/div>');\n                    const title = $('<h3 class=\"yacht-favorite-title\"><a href=\"' + (yacht.permalink || '#') + '\">' + yacht.title + '<\/a><\/h3>');\n                    \n                    \/\/ \u0414\u0435\u0442\u0430\u043b\u0438 - \u0442\u0438\u043f, \u043b\u043e\u043a\u0430\u0446\u0438\u044f, \u0434\u043b\u0438\u043d\u0430 \u0438 \u043a\u0430\u0431\u0438\u043d\u044b\n                    const details = $('<div class=\"yacht-favorite-details\"><\/div>');\n                    if (yacht.type) details.append('<p>' + yacht.type + '<\/p>');\n                    if (yacht.location) details.append('<p>' + yacht.location + '<\/p>');\n                    \n                    \/\/ \u0421\u043f\u0435\u0446\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438\n                    const specs = [];\n                    if (yacht.length_m) specs.push(yacht.length_m + 'm');\n                    if (yacht.cabins) specs.push(yacht.cabins + ' cabins');\n                    \n                    if (specs.length) {\n                        details.append('<p>' + specs.join(' \u2022 ') + '<\/p>');\n                    }\n                    \n                    content.append(title).append(details);\n                    \n                    \/\/ \u0426\u0435\u043d\u0430\n                    let priceHtml = '';\n                    if (yacht.price) {\n                        const formattedPrice = formatPrice(yacht.price);\n                        priceHtml = formattedPrice + (yacht.month ? ' (' + yacht.month + ')' : '');\n                    } else if (yacht.formatted_price) {\n                        priceHtml = yacht.formatted_price;\n                    } else {\n                        priceHtml = '\u0426\u0435\u043d\u0430 \u043f\u043e \u0437\u0430\u043f\u0440\u043e\u0441\u0443';\n                    }\n                    \n                    const price = $('<div class=\"yacht-favorite-price\">' + priceHtml + '<\/div>');\n                    \n                    \/\/ \u0421\u043e\u0431\u0438\u0440\u0430\u0435\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\n                    item.append(imageContainer).append(content).append(price);\n                    \n                    return item;\n                }\n                \n                \/\/ \u0424\u0443\u043d\u043a\u0446\u0438\u044f \u0434\u043b\u044f \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u0438\u0437 \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e\n                function removeFavorite(yachtId) {\n                    addDebugInfo('\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u044f\u0445\u0442\u044b \u0438\u0437 \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e: ' + yachtId);\n                    \n                    \/\/ \u041d\u0430\u0445\u043e\u0434\u0438\u043c \u0438\u043d\u0434\u0435\u043a\u0441 \u044f\u0445\u0442\u044b \u0432 \u043c\u0430\u0441\u0441\u0438\u0432\u0435 \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e\n                    const index = favorites.indexOf(yachtId);\n                    if (index !== -1) {\n                        \/\/ \u0423\u0434\u0430\u043b\u044f\u0435\u043c \u0438\u0437 \u043c\u0430\u0441\u0441\u0438\u0432\u0430\n                        favorites.splice(index, 1);\n                        \/\/ \u041e\u0431\u043d\u043e\u0432\u043b\u044f\u0435\u043c localStorage\n                        localStorage.setItem('yacht_favorites', JSON.stringify(favorites));\n                        \n                        \/\/ \u0423\u0434\u0430\u043b\u044f\u0435\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0438\u0437 DOM\n                        favoritesGrid.find('.yacht-favorite-item[data-id=\"' + yachtId + '\"]').fadeOut(300, function() {\n                            $(this).remove();\n                            \n                            \/\/ \u0415\u0441\u043b\u0438 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435\u0442 \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u044f\u0445\u0442, \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u043c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435\n                            if (favorites.length === 0) {\n                                emptyElem.show();\n                            }\n                        });\n                    }\n                }\n                \n                \/\/ \u0417\u0430\u043f\u0443\u0441\u043a\u0430\u0435\u043c \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e\n                displayFavorites(favorites);\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Favorilerim Loading&#8230; Hen\u00fcz favorilerinize ekledi\u011finiz tekne yok.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8390","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Favorilerim -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/inforayachting.com\/tr_tr\/favoriler\/\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Favorilerim -\" \/>\n<meta property=\"og:description\" content=\"Favorilerim Loading&#8230; Hen\u00fcz favorilerinize ekledi\u011finiz tekne yok.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/inforayachting.com\/tr_tr\/favoriler\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-28T23:02:24+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tahmini okuma s\u00fcresi\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 dakika\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/inforayachting.com\/favoriler\/\",\"url\":\"https:\/\/inforayachting.com\/favoriler\/\",\"name\":\"Favorilerim -\",\"isPartOf\":{\"@id\":\"https:\/\/inforayachting.com\/#website\"},\"datePublished\":\"2025-05-14T21:20:50+00:00\",\"dateModified\":\"2025-05-28T23:02:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/inforayachting.com\/favoriler\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/inforayachting.com\/favoriler\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/inforayachting.com\/favoriler\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Anasayfa\",\"item\":\"https:\/\/inforayachting.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Favorilerim\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/inforayachting.com\/#website\",\"url\":\"https:\/\/inforayachting.com\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/inforayachting.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"tr\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Favorilerim -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/inforayachting.com\/tr_tr\/favoriler\/","og_locale":"tr_TR","og_type":"article","og_title":"Favorilerim -","og_description":"Favorilerim Loading&#8230; Hen\u00fcz favorilerinize ekledi\u011finiz tekne yok.","og_url":"https:\/\/inforayachting.com\/tr_tr\/favoriler\/","article_modified_time":"2025-05-28T23:02:24+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tahmini okuma s\u00fcresi":"1 dakika"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/inforayachting.com\/favoriler\/","url":"https:\/\/inforayachting.com\/favoriler\/","name":"Favorilerim -","isPartOf":{"@id":"https:\/\/inforayachting.com\/#website"},"datePublished":"2025-05-14T21:20:50+00:00","dateModified":"2025-05-28T23:02:24+00:00","breadcrumb":{"@id":"https:\/\/inforayachting.com\/favoriler\/#breadcrumb"},"inLanguage":"tr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/inforayachting.com\/favoriler\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/inforayachting.com\/favoriler\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Anasayfa","item":"https:\/\/inforayachting.com\/"},{"@type":"ListItem","position":2,"name":"Favorilerim"}]},{"@type":"WebSite","@id":"https:\/\/inforayachting.com\/#website","url":"https:\/\/inforayachting.com\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/inforayachting.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"tr"}]}},"_links":{"self":[{"href":"https:\/\/inforayachting.com\/tr_tr\/wp-json\/wp\/v2\/pages\/8390","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inforayachting.com\/tr_tr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/inforayachting.com\/tr_tr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/inforayachting.com\/tr_tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/inforayachting.com\/tr_tr\/wp-json\/wp\/v2\/comments?post=8390"}],"version-history":[{"count":12,"href":"https:\/\/inforayachting.com\/tr_tr\/wp-json\/wp\/v2\/pages\/8390\/revisions"}],"predecessor-version":[{"id":8528,"href":"https:\/\/inforayachting.com\/tr_tr\/wp-json\/wp\/v2\/pages\/8390\/revisions\/8528"}],"wp:attachment":[{"href":"https:\/\/inforayachting.com\/tr_tr\/wp-json\/wp\/v2\/media?parent=8390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}