• Google now recommends 3 featured images of aspect ratios 1×1, 4×3, and 16×9 for the best SEO value.
    https://developers.google.com/search/docs/data-types/article#non-amp

    Example:

    {
      "@context": "https://schema.org",
      "@type": "NewsArticle",
      "image": [
        "https://example.com/photos/1x1/photo.jpg",
        "https://example.com/photos/4x3/photo.jpg",
        "https://example.com/photos/16x9/photo.jpg"
      ]
    }

    Please consider adding the 2 additional featured image fields and having the structured data include them so as to comply with Google’s recommendation.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Featured images and how they are presented are a function of your theme. This isn’t a request you should make for WordPress, you should consider making this request for your theme author.

    Actually, for the schema, it would be a plugin responsibility, not the theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comply with latest Google structured data guidelines for images’ is closed to new replies.