gg
HomeSEO & Web › JSON-LD Schema
SEO & Web

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

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.

Related SEO & Web tools