Answer the question
In order to leave comments, you need to log in
How to pass links from rank math seo breadcrumbs to breadcrumb microdata?
Good afternoon!
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement":
[
{"@type": "ListItem",
"position": 1,
"item":
{"@id": "<?php echo home_url('/') ?>",
"name": "Главная"}
},
{"@type": "ListItem",
"position": 2,
"item":
{"@id": "[Url_2]",
"name": "Категория 2 уровня"}
},
{"@type": "ListItem",
"position": 3,
"item":
{"@id": "[Url_3]",
"name": "Категория 3 уровня"}
}
]
}
</script>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question