Browse documentation
Documentation possibilities

Structured data, viewport, and language

Structured data helps machines understand page content. The viewport meta tag supports responsive layouts on phones. The lang attribute on <html> states the document language for accessibility and targeting.

What we look for

  • JSON-LD or other schema.org markup in the rendered HTML.
  • A viewport meta tag for typical responsive setups.
  • A declared language on the root element.

Missing structured data

When a page has no JSON-LD, we may suggest Generate schema in SEO Possibilities for editorial URLs. That opens our JSON-LD generator with safe prefills from the crawl.

Read JSON-LD basics for types and install steps. For site-wide brand markup, see Organization JSON-LD and save organization settings on your website.

Viewport and language

Add <meta name="viewport" content="width=device-width, initial-scale=1"> for mobile-friendly rendering. Set lang on <html> to match the primary language of the page. Use hreflang when you manage multiple locales.

Example head snippet

<html lang="en-US">
<head>
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "Article",
    "headline": "Leather tote care guide",
    "url": "https://example.com/guides/leather-tote-care"
  }
  </script>
</head>

We detect presence at crawl time. Deep schema validation is out of scope. See also On-page and technical signals and AI discoverability.

Stay in the loop

Weekly SEO teardowns, algorithm update alerts, and performance tactics—when we publish them.

We respect your privacy: we do not sell your email or spam you.

SEO Perception

We take all the dry, technical SEO data nobody wants to read, connect the dots with AI and decades of SEO expertise, and show you the fixes that matter most plus the opportunities with the biggest upside.


Google, PageSpeed, and PageSpeed Insights are trademarks of Google LLC. SEO Perception is not endorsed by or affiliated with Google. We use Google’s public PageSpeed Insights service because we find it useful for site owners.

© 2024 - 2026 SEO Perception. All rights reserved.

Built with love by Larsik Corp.