Free Article Schema Markup Generator
Schema Markup Generators
FAQ Website Organization Article Local Business Event Job Posting Product Recipe Video Aggregate Rating Breadcrumbs
Free Internal Link Flow Audit
Exploring Bot Preference with the Crawl Time Framework
Traditional click depth metrics fail to show how link equity truly flows through a site. A critical page may appear only a few clicks from the homepage but could be discovered late by a crawler due to link order or structure.
The Crawl Time Framework assigns levels to pages based on the order they are discovered in a crawl, creating a chronological hierarchy. After assigning levels, full path tracing follows each page’s parent links recursively, reconstructing the hierarchical sequence the crawler likely used to reach each page.
Use our FREE Schema.org Article structured data generator to create JSON-LD markups, including all of the required item properties.
After generating your code, always test it with Google Rich Results Test tool before using it.
Article Structured Data Code Example
<script type='application/ld+json'>
{
"@context": "http://schema.org",
"@type": "Article",
"headline": "Free Article Schema Markup Generator",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://seosmoothie.com/free-seo-tools/schema-markup-generator/article"
},
"image": {
"@type": "ImageObject",
"url": "https://seosmoothie.com/image.jpg",
"width": "1000",
"height": "800"
},
"publisher": {
"@type": "Organization",
"name": "SEO Smoothie",
"logo": {
"@type": "ImageObject",
"url": "https://seosmoothie.com/image.png",
"width": "60",
"height": "60"
}
},
"datePublished": "2021-03-10",
"dateModified": "2021-04-10",
"author": {
"@type": "Person",
"name": "SEO Blender"
},
"description": "Use our FREE Schema.org Article structured data generator to create JSON-LD markups."
}
</script>
Schema.org’s references: Article, NewsArticle, BlogPosting. Google’s documentation: Article.
Author of the Tool:
Marin Popov – Technical SEO Expert
- 15+ years of experience
- Over 1000 SEO audits
- More than 300 migrations

