Hi! I’ve added rich schemas to my pages, for SEO purposes. When I check the source code of the page, I successfully see the schema script added to the page:
However, when I check with Google tool for schemas (Ferramenta de teste da marcação do esquema | Central da Pesquisa Google | Search Central | Google for Developers), something interesting happens:
- For the development version of the page (https://topblogs.app/version-test/fashion), the tool detects the schema (result here):
- For the live version of the page (https://topblogs.app/fashion), the tool doesn’t detect the schema (result here):
- Here is the magic: For the live version of the page including a slash at the end (https://topblogs.app/fashion/), the tool detects the schema again (result here):
Any ideas on why this is happening? Maybe the live version takes longer to load? Or maybe I can be confident about the schema being detected correctly in any case? The thing that is super-weird to me is the slash making the schema work… Thanks!