A simple SEO inspecter Tool, to get social media card previews
at main 28 lines 1.4 kB view raw
1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 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 <meta name="author" content="SEO Analyzer" /> 9 10 11 12 <meta property="og:type" content="website" /> 13 <meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> 14 15 <meta name="twitter:card" content="summary_large_image" /> 16 <meta name="twitter:site" content="@lovable_dev" /> 17 <meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> 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> 23 24 <body> 25 <div id="root"></div> 26 <script type="module" src="/src/main.tsx"></script> 27 </body> 28</html>