JSON-LD Schema
Generate JSON-LD structured data for common schema.org types — Organization, LocalBusiness, Article, Product and FAQ — to help Google show rich results for your page.
Try it now
Worked example
Output: <script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "GG Network",
"url": "https://theggnetwork.com",
"logo": "https://theggnetwork.com/logo.png"
}
</script>
Learn the method
Inputs
- Type
Organization / LocalBusiness / Article / Product / FAQPage - Name
GG Network - URL
https://theggnetwork.com - Logo URL
https://theggnetwork.com/logo.png - Phone
+1-555-0100 - Street
123 Main St - City
Austin - Headline
How SEO works - Author
Michael - Date (YYYY-MM-DD)
2026-07-25 - Price
9.00 - Currency
USD - Question
Is it free? - Answer
Yes, the core tools are free.
Frequently asked
Where does JSON-LD go?
In a <script type="application/ld+json"> block in your <head>.
Which type should I use?
Match the page: an article uses Article, a shop item uses Product, and so on.