← All types

Article

JSON-LD Output

{
    "@context": "https://schema.org/",
    "@type": "Article",
    "headline": "Understanding Tidal Patterns in the North Sea",
    "author": {
        "@type": "Person",
        "name": "Dr. Sarah Chen"
    },
    "datePublished": "2025-01-15",
    "dateModified": "2025-02-01",
    "image": [
        "https://example.com/tidal-1x1.jpg",
        "https://example.com/tidal-4x3.jpg",
        "https://example.com/tidal-16x9.jpg"
    ],
    "description": "A comprehensive guide to tidal patterns and their impact on coastal ecosystems.",
    "publisher": {
        "@type": "Organization",
        "name": "Nature Weekly",
        "logo": "https://example.com/logo.png"
    },
    "speakable": {
        "@type": "SpeakableSpecification",
        "cssSelector": [
            ".article-headline",
            ".article-summary"
        ],
        "xpath": [
            "/html/head/title"
        ]
    },
    "isAccessibleForFree": true,
    "hasPart": [
        {
            "@type": "WebPageElement",
            "isAccessibleForFree": true,
            "cssSelector": ".article-body"
        },
        {
            "@type": "WebPageElement",
            "isAccessibleForFree": false,
            "cssSelector": ".premium-content"
        }
    ]
}

Source: generate-article.php

Schema: https://schema.org/Article