{"id":3941,"date":"2024-08-30T18:23:27","date_gmt":"2024-08-30T18:23:27","guid":{"rendered":"https:\/\/rimanagency.com\/?page_id=3941"},"modified":"2024-08-30T18:31:17","modified_gmt":"2024-08-30T18:31:17","slug":"glossary-markup-generator","status":"publish","type":"page","link":"https:\/\/rimanagency.com\/fr\/glossary-markup-generator\/","title":{"rendered":"G\u00e9n\u00e9rateur de balisage de glossaire"},"content":{"rendered":"\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-756p85-01a60e7aabadea407a9ab4e6587c66a7\">\n.avia-section.av-756p85-01a60e7aabadea407a9ab4e6587c66a7{\nbackground-color:#f4f4f4;\nbackground-image:unset;\n}\n<\/style>\n<div id='av_section_1'  class='avia-section av-756p85-01a60e7aabadea407a9ab4e6587c66a7 main_color avia-section-default avia-no-border-styling  avia-builder-el-0  el_before_av_one_full  avia-builder-el-first  avia-bg-style-scroll container_wrap sidebar_right'  ><div class='container av-section-cont-open' ><main  role=\"main\" itemprop=\"mainContentOfPage\"  class='template-page content  av-content-small alpha units'><div class='post-entry post-entry-type-page post-entry-3941'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-m0h1kq62-1f7dfbbb9ed79cbb55d0f32a1ca0c684\">\n#top .av-special-heading.av-m0h1kq62-1f7dfbbb9ed79cbb55d0f32a1ca0c684{\npadding-bottom:10px;\n}\nbody .av-special-heading.av-m0h1kq62-1f7dfbbb9ed79cbb55d0f32a1ca0c684 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-m0h1kq62-1f7dfbbb9ed79cbb55d0f32a1ca0c684 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  class='av-special-heading av-m0h1kq62-1f7dfbbb9ed79cbb55d0f32a1ca0c684 av-special-heading-h1 blockquote classic-quote classic-quote-left  avia-builder-el-1  avia-builder-el-no-sibling '><h1 class='av-special-heading-tag '  itemprop=\"headline\"  >Glossary Markup Generator<\/h1><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div>\n<\/div><\/div><\/main><!-- close content main element --><\/div><\/div><div id='after_section_1'  class='main_color av_default_container_wrap container_wrap sidebar_right'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-small alpha units'><div class='post-entry post-entry-type-page post-entry-3941'><div class='entry-content-wrapper clearfix'><div  class='flex_column av-4mldth-b23bcb589581eb59e44f2f40b2fb6f92 av_one_full  avia-builder-el-2  el_after_av_section  avia-builder-el-no-sibling  first flex_column_div  '     ><p><section  class='av_textblock_section av-m0h1l5qx-df147d51559a274a06fb8f356b017adb '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/CreativeWork\" ><div class='avia_textblock'  itemprop=\"text\" >    <form id=\"glossary-schema-form\">\r\n        <div id=\"glossary-terms-container\">\r\n            <div class=\"glossary-item\">\r\n                <label for=\"glossary-term\">Term:<\/label>\r\n                <input type=\"text\" name=\"term[]\" placeholder=\"Enter Glossary Term\" required \/>\r\n\r\n                <label for=\"glossary-definition\">Definition:<\/label>\r\n                <textarea name=\"definition[]\" placeholder=\"Enter Glossary Definition\" required><\/textarea>\r\n\r\n                <label for=\"glossary-url\">Term URL (Optional):<\/label>\r\n                <input type=\"url\" name=\"url[]\" placeholder=\"Enter URL for the Term\" \/>\r\n\r\n                <label for=\"glossary-alternate-name\">Alternate Name (Optional):<\/label>\r\n                <input type=\"text\" name=\"alternateName[]\" placeholder=\"Enter Alternate Name\" \/>\r\n\r\n                <label for=\"glossary-image\">Image URL (Optional):<\/label>\r\n                <input type=\"url\" name=\"imageUrl[]\" placeholder=\"Enter Image URL\" \/>\r\n\r\n                <button type=\"button\" class=\"remove-glossary-item\" style=\"display:none;\">Remove<\/button>\r\n            <\/div>\r\n        <\/div>\r\n        <button type=\"button\" id=\"add-glossary-item\">+ Add Another Term<\/button>\r\n        <button type=\"submit\">Generate JSON-LD<\/button>\r\n    <\/form>\r\n    <button id=\"copy-json-ld\" style=\"display:none;\">Copy to Clipboard<\/button>\r\n    <pre id=\"json-ld-output\"><\/pre>\r\n\r\n    <script>\r\n        document.getElementById('add-glossary-item').addEventListener('click', function() {\r\n            var container = document.getElementById('glossary-terms-container');\r\n            var item = document.querySelector('.glossary-item').cloneNode(true);\r\n            item.querySelectorAll('input, textarea').forEach(function(input) {\r\n                input.value = '';\r\n            });\r\n            item.querySelector('.remove-glossary-item').style.display = 'inline';\r\n            container.appendChild(item);\r\n        });\r\n\r\n        document.getElementById('glossary-terms-container').addEventListener('click', function(e) {\r\n            if (e.target && e.target.classList.contains('remove-glossary-item')) {\r\n                e.target.parentElement.remove();\r\n            }\r\n        });\r\n\r\n        document.getElementById('glossary-schema-form').addEventListener('submit', function(e) {\r\n            e.preventDefault();\r\n            var items = document.querySelectorAll('.glossary-item');\r\n            var jsonLd = {\r\n                \"@context\": \"https:\/\/schema.org\",\r\n                \"@type\": \"DefinedTermSet\",\r\n                \"hasDefinedTerm\": []\r\n            };\r\n\r\n            items.forEach(function(item) {\r\n                var term = item.querySelector('input[name=\"term[]\"]').value;\r\n                var definition = item.querySelector('textarea[name=\"definition[]\"]').value;\r\n                var url = item.querySelector('input[name=\"url[]\"]').value;\r\n                var alternateName = item.querySelector('input[name=\"alternateName[]\"]').value;\r\n                var imageUrl = item.querySelector('input[name=\"imageUrl[]\"]').value;\r\n\r\n                var glossaryItem = {\r\n                    \"@type\": \"DefinedTerm\",\r\n                    \"name\": term,\r\n                    \"description\": definition\r\n                };\r\n\r\n                if (url) {\r\n                    glossaryItem[\"url\"] = url;\r\n                }\r\n\r\n                if (alternateName) {\r\n                    glossaryItem[\"alternateName\"] = alternateName;\r\n                }\r\n\r\n                if (imageUrl) {\r\n                    glossaryItem[\"image\"] = imageUrl;\r\n                }\r\n\r\n                jsonLd.hasDefinedTerm.push(glossaryItem);\r\n            });\r\n\r\n            var jsonLdScript = document.createElement('script');\r\n            jsonLdScript.type = 'application\/ld+json';\r\n            jsonLdScript.textContent = JSON.stringify(jsonLd, null, 2);\r\n            document.getElementById('json-ld-output').textContent = jsonLdScript.outerHTML;\r\n\r\n            \/\/ Show the copy button\r\n            document.getElementById('copy-json-ld').style.display = 'inline';\r\n        });\r\n\r\n        document.getElementById('copy-json-ld').addEventListener('click', function() {\r\n            var jsonLdText = document.getElementById('json-ld-output').textContent;\r\n            navigator.clipboard.writeText(jsonLdText).then(function() {\r\n                alert('JSON-LD copied to clipboard!');\r\n            }, function() {\r\n                alert('Failed to copy JSON-LD.');\r\n            });\r\n        });\r\n    <\/script>\r\n    \n<\/div><\/section><br \/>\n<section  class='av_textblock_section av-272vlx-d0ab6acdc97ecffc574eb2c1d08d5927 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/CreativeWork\" ><div class='avia_textblock'  itemprop=\"text\" ><div class=\"flex max-w-full flex-col flex-grow\">\n<div class=\"min-h-&#091;20px&#093; text-message flex w-full flex-col items-end gap-2 break-words &#091;.text-message+&amp;&#093;:mt-5 overflow-x-auto whitespace-normal\" dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"811be2fe-907e-43ef-81b5-baa245b98745\">\n<div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-&#091;3px&#093;\">\n<div class=\"markdown prose w-full break-words dark:prose-invert light\">\n<h3><strong>Description<\/strong><\/h3>\n<p>The <strong>Glossary Schema Generator<\/strong> is an advanced, web-based tool designed to help website owners, content managers, and SEO professionals create structured data for their glossary terms in JSON-LD format. This tool simplifies the process of generating <code>DefinedTerm<\/code> structured data, ensuring that your glossary is properly optimized for search engines like Google.<\/p>\n<p>With the Glossary Schema Generator, users can dynamically add and remove multiple glossary terms within the same session. Each glossary entry includes fields for the term, definition, URL, alternate name, and image URL. Once all the terms are added, the tool generates a comprehensive <code>DefinedTermSet<\/code> JSON-LD markup that can be easily copied and embedded into your website\u2019s HTML.<\/p>\n<p>This tool is particularly valuable for websites with extensive glossaries, such as educational sites, corporate intranets, or blogs with specialized terminology. It ensures that all terms are consistently formatted and helps search engines better understand and index your glossary content, which can improve the visibility of your glossary in search results.<\/p>\n<h3><strong>Key Features<\/strong>:<\/h3>\n<ul>\n<li><strong>Dynamic Glossary Management<\/strong>: Users can easily add and remove multiple glossary items, making it simple to manage large sets of terms.<\/li>\n<li><strong>Comprehensive JSON-LD Generation<\/strong>: Automatically generates a <code>DefinedTermSet<\/code> with multiple <code>DefinedTerm<\/code> entries, ensuring your entire glossary is properly structured.<\/li>\n<li><strong>User-Friendly Interface<\/strong>: The tool\u2019s intuitive design allows users of all skill levels to generate structured data without needing coding knowledge.<\/li>\n<li><strong>Copy to Clipboard Functionality<\/strong>: Quickly copy the generated JSON-LD markup for immediate use on your website.<\/li>\n<li><strong>Flexible Input Options<\/strong>: Each glossary item can include optional fields such as URL, alternate name, and image URL, providing more detail and context for each term.<\/li>\n<\/ul>\n<h3><strong>How It Works<\/strong>:<\/h3>\n<ol>\n<li><strong>Add Glossary Terms<\/strong>: Enter the glossary term, definition, and any optional details like a URL, alternate name, or image URL.<\/li>\n<li><strong>Add More Terms<\/strong>: Use the &#8220;Add Another Term&#8221; button to include additional glossary entries. You can add as many terms as needed.<\/li>\n<li><strong>Remove Unwanted Terms<\/strong>: Easily remove any glossary item by clicking the &#8220;Remove&#8221; button, ensuring only the relevant terms are included.<\/li>\n<li><strong>Generate JSON-LD<\/strong>: After adding all desired terms, click &#8220;Generate JSON-LD&#8221; to create the structured data.<\/li>\n<li><strong>Copy and Implement<\/strong>: Use the &#8220;Copy to Clipboard&#8221; button to copy the generated JSON-LD markup and embed it directly into your website\u2019s HTML.<\/li>\n<\/ol>\n<h3><strong>Benefits<\/strong>:<\/h3>\n<ul>\n<li><strong>Enhanced SEO<\/strong>: Properly structured glossary terms help search engines better understand and index your content, improving your site\u2019s visibility in search results.<\/li>\n<li><strong>Streamlined Workflow<\/strong>: The ability to dynamically add and remove terms reduces the time and effort needed to maintain a well-structured glossary.<\/li>\n<li><strong>No Coding Required<\/strong>: The tool is designed to be accessible to all users, with no need for technical or coding expertise.<\/li>\n<li><strong>Error-Free Output<\/strong>: Automates the creation of JSON-LD, ensuring that all glossary terms are correctly formatted according to Schema.org standards.<\/li>\n<\/ul>\n<h3><strong>Use Cases<\/strong>:<\/h3>\n<ul>\n<li><strong>Educational Websites<\/strong>: Perfect for sites with extensive glossaries of academic terms, ensuring that all definitions are easily searchable and indexed.<\/li>\n<li><strong>Corporate Intranets<\/strong>: Useful for internal glossaries of company-specific terminology, helping employees quickly find and understand key terms.<\/li>\n<li><strong>Specialized Blogs<\/strong>: Ideal for blogs with niche topics that require detailed glossaries, improving how these terms are represented in search engines.<\/li>\n<li><strong>Technical Documentation<\/strong>: Great for sites that provide in-depth technical explanations or industry-specific terms, making these glossaries more accessible to users.<\/li>\n<\/ul>\n<p>The Glossary Schema Generator is an essential tool for any website looking to enhance its glossary\u2019s visibility and usability. By generating accurate and comprehensive JSON-LD markup, this tool ensures that your glossary is both user-friendly and optimized for search engines, helping to drive more traffic and engagement to your site.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/section><br \/>\n<section  class='av_textblock_section av-m0h1s9qe-c712c4ea7303d78ba9f56169c4961df2 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/CreativeWork\" ><div class='avia_textblock'  itemprop=\"text\" ><h3><strong>FAQs for Glossary Schema Generator Tool<\/strong><\/h3>\n<h4>1. <strong>What is the Glossary Schema Generator?<\/strong><\/h4>\n<p>The Glossary Schema Generator is an online tool that helps you create structured data (JSON-LD) for glossary terms. This markup is designed to help search engines better understand and index your glossary content, improving your site\u2019s visibility in search results.<\/p>\n<h4>2. <strong>How do I use the Glossary Schema Generator?<\/strong><\/h4>\n<p>To use the tool, simply enter the glossary term and its definition into the provided fields. You can also add optional details like a URL, alternate name, or image URL. If you have multiple terms, you can click &#8220;Add Another Term&#8221; to include more entries. Once all your terms are added, click &#8220;Generate JSON-LD&#8221; to create the structured data. Finally, you can copy the generated JSON-LD and embed it into your website\u2019s HTML.<\/p>\n<h4>3. <strong>What is JSON-LD, and why do I need it for my glossary?<\/strong><\/h4>\n<p>JSON-LD (JavaScript Object Notation for Linked Data) is a format for structuring data that helps search engines understand the content on your website. For glossaries, it ensures that each term and definition is indexed correctly by search engines, potentially leading to better visibility in search results.<\/p>\n<h4>4. <strong>Can I add multiple glossary terms at once?<\/strong><\/h4>\n<p>Yes, the tool allows you to add multiple glossary terms. Simply use the &#8220;Add Another Term&#8221; button to include additional entries. You can manage as many terms as needed within the same session.<\/p>\n<h4>5. <strong>What information do I need to generate the glossary markup?<\/strong><\/h4>\n<p>At a minimum, you need to provide the glossary term and its definition. However, you can also include optional information such as a URL where the term is defined on your website, an alternate name or synonym for the term, and an image URL related to the term.<\/p>\n<h4>6. <strong>Do I need any coding knowledge to use this tool?<\/strong><\/h4>\n<p>No, the Glossary Schema Generator is designed to be user-friendly and requires no coding knowledge. You simply input the necessary information, and the tool generates the JSON-LD code for you.<\/p>\n<h4>7. <strong>How do I implement the JSON-LD markup on my website?<\/strong><\/h4>\n<p>After generating the JSON-LD markup, you can copy the code provided by the tool and paste it into the <code><\/code> section of your website\u2019s HTML. If you\u2019re using a content management system (CMS), you can add it to your site\u2019s custom HTML or header settings.<\/p>\n<h4>8. <strong>Why is glossary schema markup important for SEO?<\/strong><\/h4>\n<p>Glossary schema markup helps search engines understand and display your glossary terms more effectively in search results. This can lead to enhanced search features, like rich snippets, where your terms and definitions appear directly in search results, improving your site\u2019s visibility.<\/p>\n<h4>9. <strong>Can I edit or remove glossary terms after adding them?<\/strong><\/h4>\n<p>Yes, you can remove any glossary term by clicking the &#8220;Remove&#8221; button next to the entry. If you need to edit a term, simply adjust the information in the corresponding fields before generating the JSON-LD markup.<\/p>\n<h4>10. <strong>Is there a limit to how many glossary terms I can add?<\/strong><\/h4>\n<p>No, there is no limit to the number of glossary terms you can add using the Glossary Schema Generator. You can create JSON-LD markup for as many terms as needed in one session.<\/p>\n<h4>11. <strong>What happens if I enter incorrect information?<\/strong><\/h4>\n<p>If you enter incorrect information, the generated JSON-LD markup will reflect those errors. Be sure to double-check your entries before generating the code. If you notice a mistake, simply correct the information in the form and regenerate the JSON-LD.<\/p>\n<h4>12. <strong>How can I verify that the JSON-LD markup is working correctly?<\/strong><\/h4>\n<p>You can use tools like Google\u2019s Structured Data Testing Tool or the Rich Results Test to check if your JSON-LD markup is correctly implemented. These tools will show how your structured data appears to search engines and highlight any errors that need fixing.<\/p>\n<h4>13. <strong>Can I use this tool for glossaries in different languages?<\/strong><\/h4>\n<p>Yes, the Glossary Schema Generator can be used for glossaries in any language. The tool does not restrict the language of the terms or definitions you enter.<\/p>\n<h4>14. <strong>Will using this tool improve my search engine rankings?<\/strong><\/h4>\n<p>While using structured data like JSON-LD helps search engines understand your content better, it doesn\u2019t guarantee higher rankings. However, it can improve how your glossary terms are displayed in search results, which can increase visibility and click-through rates.<\/p>\n<h4>15. <strong>Is the data I input into the tool stored or shared?<\/strong><\/h4>\n<p>No, the data you input into the Glossary Schema Generator is not stored or shared. The tool processes your input locally in your browser, and you have full control over the generated JSON-LD code.<\/p>\n<\/div><\/section><\/p><\/div><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3941","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Glossary Markup Generator - Riman Agency<\/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:\/\/rimanagency.com\/fr\/glossary-markup-generator\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Glossary Markup Generator - Riman Agency\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rimanagency.com\/fr\/glossary-markup-generator\/\" \/>\n<meta property=\"og:site_name\" content=\"Riman Agency\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-30T18:31:17+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/glossary-markup-generator\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/glossary-markup-generator\\\/\",\"name\":\"Glossary Markup Generator - Riman Agency\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\"},\"datePublished\":\"2024-08-30T18:23:27+00:00\",\"dateModified\":\"2024-08-30T18:31:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/glossary-markup-generator\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rimanagency.com\\\/glossary-markup-generator\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/glossary-markup-generator\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rimanagency.com\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Glossary Markup Generator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"name\":\"Riman Agency\",\"description\":\"A Full Service Digital Marketing Agency\",\"publisher\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/rimanagency.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\",\"name\":\"Riman Agency\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"contentUrl\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"width\":694,\"height\":211,\"caption\":\"Riman Agency\"},\"image\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"G\u00e9n\u00e9rateur de balises de glossaire - Agence Riman","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:\/\/rimanagency.com\/fr\/glossary-markup-generator\/","og_locale":"fr_CA","og_type":"article","og_title":"Glossary Markup Generator - Riman Agency","og_url":"https:\/\/rimanagency.com\/fr\/glossary-markup-generator\/","og_site_name":"Riman Agency","article_modified_time":"2024-08-30T18:31:17+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rimanagency.com\/glossary-markup-generator\/","url":"https:\/\/rimanagency.com\/glossary-markup-generator\/","name":"G\u00e9n\u00e9rateur de balises de glossaire - Agence Riman","isPartOf":{"@id":"https:\/\/rimanagency.com\/#website"},"datePublished":"2024-08-30T18:23:27+00:00","dateModified":"2024-08-30T18:31:17+00:00","breadcrumb":{"@id":"https:\/\/rimanagency.com\/glossary-markup-generator\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rimanagency.com\/glossary-markup-generator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rimanagency.com\/glossary-markup-generator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rimanagency.com\/home\/"},{"@type":"ListItem","position":2,"name":"Glossary Markup Generator"}]},{"@type":"WebSite","@id":"https:\/\/rimanagency.com\/#website","url":"https:\/\/rimanagency.com\/","name":"Agence Riman","description":"Une agence de marketing num\u00e9rique \u00e0 service complet","publisher":{"@id":"https:\/\/rimanagency.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rimanagency.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/rimanagency.com\/#organization","name":"Agence Riman","url":"https:\/\/rimanagency.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/","url":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","contentUrl":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","width":694,"height":211,"caption":"Riman Agency"},"image":{"@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/3941","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/comments?post=3941"}],"version-history":[{"count":0,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/3941\/revisions"}],"wp:attachment":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/media?parent=3941"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}