{"id":529,"date":"2022-09-28T13:07:44","date_gmt":"2022-09-28T13:07:44","guid":{"rendered":"https:\/\/la-cortigiana.it\/?page_id=8"},"modified":"2026-04-16T15:59:01","modified_gmt":"2026-04-16T14:59:01","slug":"enter","status":"publish","type":"page","link":"https:\/\/la-cortigiana.it\/fr\/","title":{"rendered":"La Cortigiana"},"content":{"rendered":"<main class=\"lc-platform-root\">\n    <aside class=\"lc-top-announcement\" aria-label=\"Informations sur la livraison\">\n        Fabriqu\u00e9 \u00e0 la main en Italie \u00b7 Livraison discr\u00e8te dans le monde entier \u00b7 Livraison gratuite d\u00e8s $180\n    <\/aside>\n\n    <style>\n        \/* CORE RESET & LAYOUT *\/\n        .lc-platform-root {\n            --brand-red: #8b1e1e;\n            --brand-black: #1a1a1a;\n            --brand-beige: #f8f7f4;\n            --text-muted: #6b665f;\n            \n            background-color: var(--brand-beige);\n            color: var(--brand-black);\n            font-family: 'Inter', system-ui, -apple-system, sans-serif;\n            line-height: 1.6;\n            margin-top: 120px; \n            padding-bottom: 100px;\n        }\n\n        \/* TYPOGRAPHY *\/\n        .lc-platform-root h1, \n        .lc-platform-root h2, \n        .lc-platform-root h3 {\n            font-family: 'Playfair Display', serif;\n            font-weight: 400;\n            margin: 0;\n        }\n\n        .lc-top-announcement {\n            background: var(--brand-black);\n            color: var(--brand-beige);\n            text-align: center;\n            padding: 10px 20px;\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 0.2em;\n            font-weight: 600;\n        }\n\n        \/* HERO SECTION *\/\n        .lc-hero-header {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 100px 20px 60px;\n            text-align: center;\n        }\n\n        .lc-hero-header h1 {\n            font-size: clamp(3.5rem, 10vw, 6rem);\n            line-height: 0.9;\n            margin-bottom: 25px;\n        }\n\n        .lc-hero-header h2 {\n            font-family: 'Inter', sans-serif;\n            font-size: 1rem;\n            color: var(--brand-red);\n            text-transform: uppercase;\n            letter-spacing: 0.25em;\n            font-weight: 700;\n            margin-bottom: 35px;\n        }\n\n        .lc-hero-description {\n            font-size: 1.35rem;\n            max-width: 750px;\n            margin: 0 auto 50px;\n            color: #333;\n        }\n\n        \/* BUTTONS *\/\n        .lc-btn-group {\n            display: flex;\n            gap: 15px;\n            justify-content: center;\n        }\n\n        .lc-btn {\n            display: inline-block;\n            padding: 22px 50px;\n            text-decoration: none;\n            font-size: 0.8rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.15em;\n            transition: all 0.4s ease;\n        }\n\n        .lc-btn-dark {\n            background: var(--brand-black);\n            color: #fff;\n        }\n\n        .lc-btn-dark:hover {\n            background: var(--brand-red);\n        }\n\n        .lc-btn-outline {\n            border: 1px solid var(--brand-black);\n            color: var(--brand-black);\n        }\n\n        .lc-btn-outline:hover {\n            background: var(--brand-black);\n            color: #fff;\n        }\n\n        \/* TRUST SIGNALS *\/\n        .lc-trust-row {\n            display: flex;\n            justify-content: center;\n            gap: 40px;\n            padding: 40px 20px;\n            border-top: 1px solid #e0ddd8;\n            border-bottom: 1px solid #e0ddd8;\n            margin-top: 60px;\n            flex-wrap: wrap;\n        }\n\n        .lc-trust-item {\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n            font-weight: 600;\n            color: var(--text-muted);\n        }\n\n        .lc-trust-item strong { color: var(--brand-black); }\n\n        \/* CATEGORY GRID *\/\n        .lc-category-container {\n            max-width: 1400px;\n            margin: 100px auto;\n            padding: 0 40px;\n        }\n\n        .lc-cat-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px 40px;\n        }\n\n        .lc-cat-card {\n            text-decoration: none;\n            color: inherit;\n        }\n\n        .lc-image-frame {\n            overflow: hidden;\n            background: #eceae5;\n            aspect-ratio: 4\/5;\n            margin-bottom: 25px;\n        }\n\n        .lc-image-frame img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);\n        }\n\n        .lc-cat-card:hover img {\n            transform: scale(1.04);\n        }\n\n        .lc-cat-card h3 {\n            font-size: 2.2rem;\n            margin-bottom: 12px;\n        }\n\n        .lc-cat-card p {\n            color: var(--text-muted);\n            font-size: 1.05rem;\n            max-width: 450px;\n            margin: 0;\n        }\n\n        \/* SEO SECTION *\/\n        .lc-seo-footer-text {\n            max-width: 800px;\n            margin: 120px auto;\n            text-align: center;\n            padding: 0 20px;\n        }\n\n        .lc-seo-footer-text h2 {\n            font-size: 2.4rem;\n            margin-bottom: 30px;\n        }\n\n        .lc-seo-footer-text p {\n            font-size: 1.1rem;\n            color: #555;\n            margin-bottom: 20px;\n        }\n\n        \/* FAQ *\/\n        .lc-faq-wrap {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .lc-faq-item {\n            border-bottom: 1px solid #e0ddd8;\n            padding: 40px 0;\n        }\n\n        .lc-faq-item h4 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.5rem;\n            font-weight: 400;\n            margin-bottom: 15px;\n        }\n\n        \/* RESPONSIVE *\/\n        @media (max-width: 991px) {\n            .lc-cat-grid { grid-template-columns: 1fr; gap: 80px; }\n            .lc-hero-header h1 { font-size: 4rem; }\n            .lc-category-container { padding: 0 20px; }\n        }\n\n        @media (max-width: 480px) {\n            .lc-btn-group { flex-direction: column; align-items: stretch; }\n            .lc-btn { text-align: center; }\n            .lc-hero-header { padding-top: 60px; }\n        }\n    <\/style>\n\n    <header class=\"lc-hero-header\">\n        <h1>La Cortigiana<\/h1>\n        <h2>Accessoires f\u00e9tichistes de luxe faits main en Italie<\/h2>\n        \n        <p class=\"lc-hero-description\">\n            Des symboles f\u00e9tichistes en petites s\u00e9ries, des accessoires en cuir BDSM et des pi\u00e8ces intimes con\u00e7ues pour les couples discrets. Affirmez votre style avec une gravure personnalis\u00e9e et un savoir-faire artisanal italien.\n        <\/p>\n        \n        <div class=\"lc-btn-group\">\n            <a href=\"#collections\" class=\"lc-btn lc-btn-dark\" aria-label=\"D\u00e9couvrez nos meilleures ventes\">D\u00e9couvrez nos meilleures ventes<\/a>\n            <a href=\"\/fr\/hotwife\/\" class=\"lc-btn lc-btn-outline\" aria-label=\"Collection Hotwife\">Collection Hotwife<\/a>\n        <\/div>\n\n        <div class=\"lc-trust-row\">\n            <div class=\"lc-trust-item\"><strong>Fait \u00e0 la main<\/strong> en Italie<\/div>\n            <div class=\"lc-trust-item\"><strong>Discret<\/strong> Exp\u00e9dition<\/div>\n            <div class=\"lc-trust-item\"><strong>Petits lots<\/strong> Production<\/div>\n            <div class=\"lc-trust-item\"><strong>Coutume<\/strong> Gravure<\/div>\n        <\/div>\n    <\/header>\n\n    <section class=\"lc-category-container\" id=\"collections\">\n        <div class=\"lc-cat-grid\">\n            \n            <a href=\"\/fr\/chokers-collars-handcuffs\/\" class=\"lc-cat-card\">\n                <div class=\"lc-image-frame\">\n                    <img src=\"https:\/\/la-cortigiana.it\/wp-content\/uploads\/2026\/02\/DSCF18501.jpg\" \n                         alt=\"Luxury BDSM Collars and Cuffs Handmade in Italy\" \n                         loading=\"lazy\" decoding=\"async\">\n                <\/div>\n                <h3>Colliers et menottes BDSM<\/h3>\n                <p>Cuir toscan travaill\u00e9 artisanalement pour cr\u00e9er des symboles de connexion et de dynamique rituelle. Discret et durable.<\/p>\n            <\/a>\n\n            <a href=\"\/fr\/categorie-produit\/bracelets-pendants\/\" class=\"lc-cat-card\">\n                <div class=\"lc-image-frame\">\n                    <img src=\"https:\/\/la-cortigiana.it\/wp-content\/uploads\/2025\/09\/bdsm-bracelet-opt.webp\" \n                         alt=\"Fetish Jewelry and Coded Pendants\" \n                         loading=\"lazy\" decoding=\"async\">\n                <\/div>\n                <h3>Bijoux f\u00e9tiches<\/h3>\n                <p>Bracelets symboliques et pendentifs cod\u00e9s aux significations cach\u00e9es, connues seulement de ceux qui partagent le m\u00eame langage.<\/p>\n            <\/a>\n\n            <a href=\"\/fr\/categorie-produit\/whips-paddles\/\" class=\"lc-cat-card\">\n                <div class=\"lc-image-frame\">\n                    <img src=\"https:\/\/la-cortigiana.it\/wp-content\/uploads\/2025\/12\/lacortigiana_paddle-e1770155083526.jpg\" \n                         alt=\"Handmade Leather BDSM Paddles\" \n                         loading=\"lazy\" decoding=\"async\">\n                <\/div>\n                <h3>Paddles &amp; Impact<\/h3>\n                <p>Objets rituels de fabrication italienne, con\u00e7us pour l&#039;\u00e9quilibre, l&#039;intention et une pr\u00e9sence esth\u00e9tique.<\/p>\n            <\/a>\n\n            <a href=\"\/fr\/panties-with-meaning\/\" class=\"lc-cat-card\">\n                <div class=\"lc-image-frame\">\n                    <img src=\"https:\/\/la-cortigiana.it\/wp-content\/uploads\/2026\/02\/kinkyheart-e1770154676948.jpg\" \n                         alt=\"Fetish Lingerie and Open Crotch Panties\" \n                         loading=\"lazy\" decoding=\"async\">\n                <\/div>\n                <h3>Lingerie f\u00e9tichiste<\/h3>\n                <p>Lingerie en r\u00e9sille transparente et soie, fabriqu\u00e9e en Italie. Personnalisez-la avec une broderie sur mesure pour raconter votre histoire.<\/p>\n            <\/a>\n\n        <\/div>\n    <\/section>\n\n    <article class=\"lc-seo-footer-text\">\n        <h2>Accessoires BDSM et f\u00e9tichistes faits main<\/h2>\n        <p>\n            Chez La Cortigiana, nous faisons le lien entre le savoir-faire italien haut de gamme et un style de vie intime. Notre collection de <strong>accessoires BDSM de luxe<\/strong> et <strong>bijoux f\u00e9tiches<\/strong> Elle est con\u00e7ue pour les personnes et les couples qui privil\u00e9gient la qualit\u00e9 \u00e0 la production de masse.\n        <\/p>\n        <p>\n            Chaque <strong>collier BDSM en cuir<\/strong>, Chaque paire de manchettes ou pendentif symbolique est fabriqu\u00e9 artisanalement dans notre atelier italien \u00e0 partir de mat\u00e9riaux haut de gamme. Que vous recherchiez un <strong>cadeau f\u00e9tichiste personnalis\u00e9<\/strong> Qu\u2019il s\u2019agisse d\u2019une pi\u00e8ce discr\u00e8te \u00e0 porter au quotidien, notre approche en petites s\u00e9ries garantit que chaque objet porte sa propre signification et son intention.\n        <\/p>\n    <\/article>\n\n    <section class=\"lc-faq-wrap\">\n        <h2 style=\"font-size: 2.5rem; text-align: center; margin-bottom: 40px;\">Questions fr\u00e9quemment pos\u00e9es<\/h2>\n        \n        <div class=\"lc-faq-item\">\n            <h4>La boutique propose-t-elle des livraisons discr\u00e8tes\u00a0?<\/h4>\n            <p>La discr\u00e9tion est notre priorit\u00e9. Toutes les commandes sont exp\u00e9di\u00e9es dans un emballage neutre et discret, sans aucune mention de la marque ni du contenu sur l&#039;ext\u00e9rieur du colis.<\/p>\n        <\/div>\n\n        <div class=\"lc-faq-item\">\n            <h4>Puis-je personnaliser ma commande ?<\/h4>\n            <p>Oui. Nombre de nos articles proposent une gravure ou une broderie personnalis\u00e9e. Vous pouvez y ajouter des noms, des dates ou des symboles qui vous sont chers pour cr\u00e9er un bijou unique et personnel.<\/p>\n        <\/div>\n\n        <div class=\"lc-faq-item\">\n            <h4>Ces produits sont-ils fabriqu\u00e9s en Italie ?<\/h4>\n            <p>Chez La Cortigiana, tout est fabriqu\u00e9 \u00e0 la main en Italie. Nous utilisons du cuir toscan d&#039;origine locale et des accessoires de haute qualit\u00e9 pour garantir un savoir-faire durable.<\/p>\n        <\/div>\n    <\/section>\n\n    <div style=\"text-align: center; margin-top: 80px;\">\n        <a href=\"\/fr\/contact\/\" class=\"lc-btn lc-btn-dark\" aria-label=\"Contactez-nous pour les commandes personnalis\u00e9es\">Contactez-nous pour les commandes personnalis\u00e9es<\/a>\n    <\/div>\n\n<\/main>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Handmade in Italy \u00b7 Discreet Worldwide Shipping \u00b7 Free over $180 La Cortigiana Luxury Fetish Accessories Handmade in Italy Small-batch fetish symbols, BDSM leather accessories, and intimate pieces designed for discreet couples. Mark your territory with custom engraving and artisanal Italian craftsmanship. Shop Bestsellers Hotwife Collection Handmade in Italy Discreet Shipping Small-Batch Production Custom Engraving [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"nf_dc_page":"","googlesitekit_rrm_CAowrc_CDA:productID":"","footnotes":""},"class_list":["post-529","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.6 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>La Cortigiana - La Cortigiana | Handcrafted Leather Accessories for Bold Desires<\/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:\/\/la-cortigiana.it\/fr\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"La Cortigiana\" \/>\n<meta property=\"og:description\" content=\"Handmade in Italy \u00b7 Discreet Worldwide Shipping \u00b7 Free over $180 La Cortigiana Luxury Fetish Accessories Handmade in Italy Small-batch fetish symbols, BDSM leather accessories, and intimate pieces designed for discreet couples. Mark your territory with custom engraving and artisanal Italian craftsmanship. Shop Bestsellers Hotwife Collection Handmade in Italy Discreet Shipping Small-Batch Production Custom Engraving [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/la-cortigiana.it\/fr\/\" \/>\n<meta property=\"og:site_name\" content=\"La Cortigiana | Handcrafted Leather Accessories for Bold Desires\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/LaCortigiana\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-16T14:59:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/la-cortigiana.it\/wp-content\/uploads\/2026\/02\/DSCF18501.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@la_cortigianait\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/la-cortigiana.it\\\/\",\"url\":\"https:\\\/\\\/la-cortigiana.it\\\/\",\"name\":\"La Cortigiana - La Cortigiana | Handcrafted Leather Accessories for Bold Desires\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/la-cortigiana.it\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/la-cortigiana.it\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/la-cortigiana.it\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/la-cortigiana.it\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/DSCF18501.jpg\",\"datePublished\":\"2022-09-28T13:07:44+00:00\",\"dateModified\":\"2026-04-16T14:59:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/la-cortigiana.it\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/la-cortigiana.it\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/la-cortigiana.it\\\/#primaryimage\",\"url\":\"https:\\\/\\\/la-cortigiana.it\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/DSCF18501.jpg\",\"contentUrl\":\"https:\\\/\\\/la-cortigiana.it\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/DSCF18501.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/la-cortigiana.it\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/la-cortigiana.it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"La Cortigiana\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/la-cortigiana.it\\\/#website\",\"url\":\"https:\\\/\\\/la-cortigiana.it\\\/\",\"name\":\"La Cortigiana | Discreet Symbol Jewelry & Erotic Leather, Handmade in Italy\",\"description\":\"Quiet Marks of Chosen Desire\",\"publisher\":{\"@id\":\"https:\\\/\\\/la-cortigiana.it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/la-cortigiana.it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/la-cortigiana.it\\\/#organization\",\"name\":\"La Cortigiana\",\"url\":\"https:\\\/\\\/la-cortigiana.it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/la-cortigiana.it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/la-cortigiana.it\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/La-Cortigiana.png\",\"contentUrl\":\"https:\\\/\\\/la-cortigiana.it\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/La-Cortigiana.png\",\"width\":1646,\"height\":575,\"caption\":\"La Cortigiana\"},\"image\":{\"@id\":\"https:\\\/\\\/la-cortigiana.it\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/LaCortigiana\\\/\",\"https:\\\/\\\/x.com\\\/la_cortigianait\",\"https:\\\/\\\/www.instagram.com\\\/la_cortigiana.it\",\"https:\\\/\\\/substack.com\\\/@lacortigiana\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"La Cortigiana - La Cortigiana | Accessoires en cuir faits main pour les envies audacieuses","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:\/\/la-cortigiana.it\/fr\/","og_locale":"fr_FR","og_type":"article","og_title":"La Cortigiana","og_description":"Handmade in Italy \u00b7 Discreet Worldwide Shipping \u00b7 Free over $180 La Cortigiana Luxury Fetish Accessories Handmade in Italy Small-batch fetish symbols, BDSM leather accessories, and intimate pieces designed for discreet couples. Mark your territory with custom engraving and artisanal Italian craftsmanship. Shop Bestsellers Hotwife Collection Handmade in Italy Discreet Shipping Small-Batch Production Custom Engraving [&hellip;]","og_url":"https:\/\/la-cortigiana.it\/fr\/","og_site_name":"La Cortigiana | Handcrafted Leather Accessories for Bold Desires","article_publisher":"https:\/\/www.facebook.com\/LaCortigiana\/","article_modified_time":"2026-04-16T14:59:01+00:00","og_image":[{"url":"https:\/\/la-cortigiana.it\/wp-content\/uploads\/2026\/02\/DSCF18501.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@la_cortigianait","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/la-cortigiana.it\/","url":"https:\/\/la-cortigiana.it\/","name":"La Cortigiana - La Cortigiana | Accessoires en cuir faits main pour les envies audacieuses","isPartOf":{"@id":"https:\/\/la-cortigiana.it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/la-cortigiana.it\/#primaryimage"},"image":{"@id":"https:\/\/la-cortigiana.it\/#primaryimage"},"thumbnailUrl":"https:\/\/la-cortigiana.it\/wp-content\/uploads\/2026\/02\/DSCF18501.jpg","datePublished":"2022-09-28T13:07:44+00:00","dateModified":"2026-04-16T14:59:01+00:00","breadcrumb":{"@id":"https:\/\/la-cortigiana.it\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/la-cortigiana.it\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/la-cortigiana.it\/#primaryimage","url":"https:\/\/la-cortigiana.it\/wp-content\/uploads\/2026\/02\/DSCF18501.jpg","contentUrl":"https:\/\/la-cortigiana.it\/wp-content\/uploads\/2026\/02\/DSCF18501.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/la-cortigiana.it\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/la-cortigiana.it\/"},{"@type":"ListItem","position":2,"name":"La Cortigiana"}]},{"@type":"WebSite","@id":"https:\/\/la-cortigiana.it\/#website","url":"https:\/\/la-cortigiana.it\/","name":"La Cortigiana | Bijoux discrets \u00e0 symboles et maroquinerie \u00e9rotique, fabriqu\u00e9s \u00e0 la main en Italie","description":"Marques discr\u00e8tes d&#039;un d\u00e9sir choisi","publisher":{"@id":"https:\/\/la-cortigiana.it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/la-cortigiana.it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/la-cortigiana.it\/#organization","name":"La Cortigiana","url":"https:\/\/la-cortigiana.it\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/la-cortigiana.it\/#\/schema\/logo\/image\/","url":"https:\/\/la-cortigiana.it\/wp-content\/uploads\/2025\/01\/La-Cortigiana.png","contentUrl":"https:\/\/la-cortigiana.it\/wp-content\/uploads\/2025\/01\/La-Cortigiana.png","width":1646,"height":575,"caption":"La Cortigiana"},"image":{"@id":"https:\/\/la-cortigiana.it\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/LaCortigiana\/","https:\/\/x.com\/la_cortigianait","https:\/\/www.instagram.com\/la_cortigiana.it","https:\/\/substack.com\/@lacortigiana"]}]}},"_links":{"self":[{"href":"https:\/\/la-cortigiana.it\/fr\/wp-json\/wp\/v2\/pages\/529","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/la-cortigiana.it\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/la-cortigiana.it\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/la-cortigiana.it\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/la-cortigiana.it\/fr\/wp-json\/wp\/v2\/comments?post=529"}],"version-history":[{"count":20,"href":"https:\/\/la-cortigiana.it\/fr\/wp-json\/wp\/v2\/pages\/529\/revisions"}],"predecessor-version":[{"id":2736,"href":"https:\/\/la-cortigiana.it\/fr\/wp-json\/wp\/v2\/pages\/529\/revisions\/2736"}],"wp:attachment":[{"href":"https:\/\/la-cortigiana.it\/fr\/wp-json\/wp\/v2\/media?parent=529"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}