BreadcrumblList JSON-LD Schema Should I include First Home Page in All Category's Page?

BreadcrumblList JSON-LD Schema Should I include First Home Page in All Category's Page? - Google Search Console is a free application that allows you to identify, troubleshoot, and resolve any issues that Google may encounter as it crawls and attempts to index your website in search results. If you’re not the most technical person in the world, some of the errors you’re likely to encounter there may leave you scratching your head. We wanted to make it a bit easier, so we put together this handy set of tips about seo, google-search-console, google-search, json-ld to guide you along the way. Read the discuss below, we share some tips to fix the issue about BreadcrumblList JSON-LD Schema Should I include First Home Page in All Category's Page?.Problem :


I am looking for a perfect website BreadcrumblList JSON-LD for e-commerce


I am read this google article and I got confused https://developers.google.com/search/docs/data-types/breadcrumb


The reason because in real-world people are included home page as well as in Breadcrumb List.


Home > Category1 > Category2 > Product3
<script type="application/ld+json">

"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Category1",
"item": "https://example.com/Category1"
},{
"@type": "ListItem",
"position": 2,
"name": "Category 2",
"item": "https://example.com/books/Category2"
},{
"@type": "ListItem",
"position": 3,
"name": "Product Page 3",
"item": "https://example.com/books/authors/Product3"
}]

</script>

Solution :

I personally don't add it, and don't add breadcrumbs to a page unless there is a higher level besides the home page.


Sometimes Google is smart enough to ignore the home page entry, but sometimes it's not, and I don't think it looks good in the snippet:


domain.com > Home > Category1


I think it's neater without it:


domain.com > Category1


The documentation examples do imply that the home page is not included, but there is nothing specifically said about it. I've sent some feedback.


If the issue about seo, google-search-console, google-search, json-ld is resolved, there’s a good chance that your content will get indexed and you’ll start to show up in Google search results. This means a greater chance to drive organic search traffic to your site.

Comments

Popular posts from this blog

Years after news site changed name, Google is appending the old name to search titles and news stories

Is it possible to outrank Google for a search term on their own search engine?

Load Wikipedia sourced biographies via Ajax or render it with the rest of the page as part of the initial request?