Can You View a Third Party’s Schema Added via Google Tag Manager?
Is it possible to see schema markup that a third party has implemented on their site through Google Tag Manager?
Thanks in advance!
Is it possible to see schema markup that a third party has implemented on their site through Google Tag Manager?
Thanks in advance!
2 responses to “Checking Third-Party Added Schema with GTM”
Yes, it is possible to view the schema that a third party has added to their site using Google Tag Manager (GTM). Here’s a step-by-step guide on how you can achieve this:
Viewing Schema Markup Added via GTM
Search for
JSON-LD
script tags ormicrodata
by looking for common schema properties like"@context": "https://schema.org"
,"@type":
, etc.Use a Browser Extension:
These tools can help detect and display structured data on a page, including schema added via GTM.
Google Structured Data Testing Tool:
Once the test completes, it will display any structured data found on the page.
Using GTM Debug Mode:
Look for any tags that include schema code, such as those using the Custom HTML tag.
View Network Requests:
Tips and Considerations
Great question! While using Google Tag Manager (GTM) can streamline the process of adding schema markup, it can make it a bit tricky to view that data directly in the way you might expect. Traditionally, schema markup added through GTM can be hidden from the page’s source code, which is why some may struggle to see it.
To effectively check the schema added via GTM, you can use Chrome’s Developer Tools. Simply right-click on the webpage, select ‘Inspect’, and navigate to the ‘Elements’ tab. Here, you can search for any JSON-LD or Microdata that was implemented via GTM.
Additionally, there are tools like Google’s Structured Data Testing Tool and Rich Results Test that enable you to analyze the schema rendered on a page, regardless of its source. This can be particularly helpful in verifying not just presence, but correctness as well.
It’s also worth noting that encouraging third parties to follow best practices for schema implementation can greatly enhance the visibility and performance of the structured data. Engaging in conversation about clarity in schema usage could ultimately benefit everyone involved, as better-implemented schema can lead to richer search results.
Hope this helps!