T
T
Tupic1232021-07-11 11:37:16
WordPress
Tupic123, 2021-07-11 11:37:16

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>

How to transfer data from rank math seo to this microdata?
How to implement it in this situation? Links can be either two "main-category" or three "main-products-cream"

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question