Open Graph tags
Checks if the essential Open Graph meta tags are present.
Warum ist das wichtig?
Open Graph tags determine how your page looks when shared on Facebook, LinkedIn, and WhatsApp. Without OG tags, the platform picks a random image and description itself.
Wie beheben Sie es?
Add at least og:title, og:description, og:image and og:url. Use an image of at least 1200×630px. Make sure og:image contains an absolute URL.
Dieser Check bewertet von 0 bis 100. Unter 50 ist ein Fail, 50 bis 89 eine Warnung, 90 oder höher ist gut. Nach jedem Crawl sehen Sie die Note pro Seite im Report, mit einer kurzen Erklärung.
Häufige Fragen
Checks if the essential Open Graph meta tags are present.
Open Graph tags determine how your page looks when shared on Facebook, LinkedIn, and WhatsApp. Without OG tags, the platform picks a random image and description itself.
Add at least og:title, og:description, og:image and og:url. Use an image of at least 1200×630px. Make sure og:image contains an absolute URL.
Beispiel
Kopieren Sie den Code unten und passen Sie Domain, Markenname und Inhalt an Ihre Situation an.
<meta property="og:title" content="SEO audit tool - 53 free checks | YourBrand"> <meta property="og:description" content="Automatically run 53 SEO checks on your website. Start for free."> <meta property="og:image" content="https://www.yourdomain.com/images/og-homepage.jpg"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="630"> <meta property="og:url" content="https://www.yourdomain.com/"> <meta property="og:type" content="website"> <meta property="og:site_name" content="YourBrand"> <meta property="og:locale" content="en_US">