← Back to Tools
Schema Markup Generator
Generate JSON-LD structured data to help search engines understand your content. Paste the output into your page's <head>.
JSON-LD Output
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article"
}
</script>How to add to your site
- Copy the JSON-LD code above
- Paste it inside the
<head>tag of your page - Test using Google's Rich Results Test
- Monitor structured data in Google Search Console