Arclab® Website Analyzer
How to Find Pages with Internal JSON-LD
(Linked Data) on Your Webite
What means "Internal JSON-LD"?
JSON-LD (JavaScript Object Notation for Linked Data) is
a method of encoding linked data using JSON. In general, JSON-LD is used to
prepare information on the internet in a uniform, structured and machine-readable
way. In practice, JSON-LD is used to provide structured data about products,
companies, services, etc.
“Internal" JSON-LD means that
the “Linked Data” is contained directly in the HTML page and
is not integrated via an external service such as gtag (Google Tag).
Example of JSON-LD in the <head> Section of an HTML Page:
<!doctype html>
<html lang="en">
<head>
...
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Sample Product",
...
}
</script>
...
</head>
...
</html>
How can I Find Pages with "Internal JSON-LD" on My Website?
Find pages that contain internal JSON-LD (Linked Data) is easy with
Arclab® Website Analyzer. First, let the program
scan your website.
After the scan
of your website is completed, you will receive a detailed report containing
all errors found on your website and other information:
In the "Internal JSON-LD" line, click "Show Details" to display details about the errors:
- The program displays all web pages (A) that contain an internal JSON-LD (Linked Data) declaration.
- For a better overview, the page title is also displayed (B).