Skip to content
English
  • There are no suggestions because the search field is empty.

Troubleshooting Global Open Graph Overriding Page SEO

This article explains how SEO settings relate to page meta titles, descriptions, and social preview images — and what happens when global Open Graph (OG) tags override page-specific settings.

Summary

  • SEO settings contain page-specific Meta Title, Meta Description, and image that are intended for use on individual pages and social posts.
  • A global Open Graph (OG) title can override those page-specific SEO values, causing inner pages to display the global OG values instead of their page-specific ones.
  • You can force Facebook to re-scrape a URL using the Facebook Debugger tool, including adding a query string (for example ?987) to force a recrawl.

What the SEO Settings control

  • SEO settings are used to store page-specific:
    • Meta Title
    • Meta Description
    • Image (used for social previews and page-specific posts)
  • These page-specific values are intended to be applied to inner pages (About, Contact, Blog posts) and social posts created from the platform.

When SEO values are not applied to social previews

  • A global Open Graph (OG) title can override the page-specific SEO values, causing inner pages to show the global OG title/description/image instead of their own SEO settings.
  • The homepage can use its own title and description independently; the homepage preview may display the intended homepage title/description even while inner pages are affected by a global OG override.

How to force social platforms (Facebook) to refresh a page’s preview

  1. Open Facebook’s Sharing Debugger: https://developers.facebook.com/tools/debug/
  2. Enter the page URL to inspect.
  3. To force Facebook to re-scrape the page, append a query string with a random value to the URL (for example: https://www.example.com/?987) and enter that in the Debugger. This forces a recrawl and updates the preview that Facebook uses.

Recommended actions (based on observed behavior)

  • Verify each page’s Meta Title, Meta Description, and image in the SEO settings to ensure they are set as intended.
  • If inner pages are showing a global OG value instead of their page-specific SEO values, check for global OG tags that may be applied site-wide.
  • Use the Facebook Debugger and a query-string trick to force social platforms to recrawl pages after changes are made.

Conclusion SEO settings hold page-specific meta titles, descriptions, and images intended for individual pages and social posts. Global Open Graph tags can override those page-level values, and forcing a recrawl (for example via Facebook’s Debugger with a query string) will prompt social platforms to refresh previews.