qlithe Supreme Member Joined Feb 14, 2012 Messages 1,252 Reaction score 288 Oct 26, 2021 #1 What is the best practice? Parent page —> Child page Parent page <—> Child page In other words, do you link to the parent page from your child pages?
What is the best practice? Parent page —> Child page Parent page <—> Child page In other words, do you link to the parent page from your child pages?
xgf666 Regular Member Joined Jan 18, 2011 Messages 206 Reaction score 98 Oct 26, 2021 #2 Sure <->, don't miss on the opportunity to do a breadcrumbs and add a json-ld markup "@Type": "BreadcrumbList" to your code
Sure <->, don't miss on the opportunity to do a breadcrumbs and add a json-ld markup "@Type": "BreadcrumbList" to your code
qlithe Supreme Member Joined Feb 14, 2012 Messages 1,252 Reaction score 288 Oct 26, 2021 Thread Starter Thread Starter #3 xgf666 said: Sure <->, don't miss on the opportunity to do a breadcrumbs and add a json-ld markup "@Type": "BreadcrumbList" to your code Click to expand... Maybe you could shine some light upon this? If you compare the json-ld snippets from: https://developers.google.com/search/docs/advanced/structured-data/breadcrumbhttps://schema.org/BreadcrumbList They seem to be doing it in two different ways (link in @id vs item)
xgf666 said: Sure <->, don't miss on the opportunity to do a breadcrumbs and add a json-ld markup "@Type": "BreadcrumbList" to your code Click to expand... Maybe you could shine some light upon this? If you compare the json-ld snippets from: https://developers.google.com/search/docs/advanced/structured-data/breadcrumbhttps://schema.org/BreadcrumbList They seem to be doing it in two different ways (link in @id vs item)
xgf666 Regular Member Joined Jan 18, 2011 Messages 206 Reaction score 98 Oct 26, 2021 #4 I have no idea, both are valid according to https://search.google.com/test/rich-results I'd go with the one from Google just to save a few bytes
I have no idea, both are valid according to https://search.google.com/test/rich-results I'd go with the one from Google just to save a few bytes
Rulingseo Elite Member Jr. VIP Joined Sep 8, 2020 Messages 2,652 Reaction score 321 Oct 27, 2021 #5 both are best practice only