Methodology: This check follows wSEO methodology 1.0. How the assessment works

HTML, media access, and the real preview

How to Audit Open Graph

Tag presence is insufficient: values must describe the current page, crawlers must reach the image, and the card must pass inspection after platform caching.

Three-stage Open Graph audit from source HTML to link card
Inspect the source, image request, and final rendering.

Quick audit

  1. Open View Source rather than Elements alone and locate every meta[property^="og:"].
  2. Confirm single non-empty og:title, og:type, og:url, and og:image; compare URL with canonical.
  3. Open the image URL without cookies: status 200, image MIME, HTTPS, adequate dimensions, no redirect or authorization.
  4. Compare title/description/image with visible page content and locale.
  5. Run the target platform's official debugger/inspector, request rescraping, and save the preview.
  6. Repeat for homepage, article, product/service, category, RU/EN, and an empty optional field.

Classification

ObservationLevelAction
Unique correct fields and stable cardNo issuePreserve control URLs
Optional description/site_name/alt absent but card worksLowAdd during the next change
Duplicates, generic data, wrong crop/locale, or redirectHighRepair the template source
Core fields absent, image 403/404/login, or unrelated contentCriticalRestore a correct public card

Evidence to save

  • Exact URL, locale, canonical, and server HTML.
  • All OG properties in output order and their data source.
  • Image URL, status, MIME, bytes, width/height, and crop.
  • Platform/debugger name, rescrape date, and screenshot.
  • Template matrix, exceptions, owner, and retest.

An old card may be platform cache, and different crops can be normal client behavior. Browser DOM may contain tags the crawler never received. Redirects, robots/WAF, user-agent rules, and authentication create false confidence.

Next step

Follow the implementation guide or use the template configuration service with preview testing.