A simple SEO inspecter Tool, to get social media card previews
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update site info

+9 -5
+9 -5
index.html
··· 3 3 <head> 4 4 <meta charset="UTF-8" /> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 - <title>SEO Analyzer - Free SEO Testing Tool</title> 7 - <meta name="description" content="Free SEO analyzer tool to test website metadata, Open Graph tags, Twitter cards, and more. Analyze any website's SEO performance instantly." /> 6 + <title>MBD SEO Tester</title> 7 + <meta name="description" content="Free SEO analyzer tool to test website metadata, Open Graph tags, Twitter cards, and more. Analyze any website's SEO performance instantly."> 8 8 <meta name="author" content="SEO Analyzer" /> 9 9 10 - <meta property="og:title" content="SEO Analyzer - Free SEO Testing Tool" /> 11 - <meta property="og:description" content="Free SEO analyzer tool to test website metadata, Open Graph tags, Twitter cards, and more. Analyze any website's SEO performance instantly." /> 10 + 11 + 12 12 <meta property="og:type" content="website" /> 13 13 <meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> 14 14 15 15 <meta name="twitter:card" content="summary_large_image" /> 16 16 <meta name="twitter:site" content="@lovable_dev" /> 17 17 <meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> 18 - </head> 18 + <meta property="og:title" content="MBD SEO Tester"> 19 + <meta name="twitter:title" content="MBD SEO Tester"> 20 + <meta property="og:description" content="Free SEO analyzer tool to test website metadata, Open Graph tags, Twitter cards, and more. Analyze any website&#39;s SEO performance instantly."> 21 + <meta name="twitter:description" content="Free SEO analyzer tool to test website metadata, Open Graph tags, Twitter cards, and more. Analyze any website&#39;s SEO performance instantly."> 22 + </head> 19 23 20 24 <body> 21 25 <div id="root"></div>