Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.squirrelscan.com/llms.txt

Use this file to discover all available pages before exploring further.

Validates Open Graph meta tags for social sharing
Rule IDcore/og-tags
CategoryCore SEO
ScopePer-page
Severitywarning
Weight5/10

Solution

Open Graph tags control how your content appears when shared on Facebook, LinkedIn, and other platforms. Required tags: og:title, og:description, og:image, og:url, and og:type. Add OG tags in your page head. Use images at least 1200x630 pixels for best display. Keep og:title under 60 characters and og:description under 200. Test shares using Facebook’s Sharing Debugger tool.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["core/og-tags"]

Disable all Core SEO rules

squirrel.toml
[rules]
disable = ["core/*"]

Enable only this rule

squirrel.toml
[rules]
enable = ["core/og-tags"]
disable = ["*"]