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

added more example urls

+4 -3
+4 -3
src/components/SEOTester.tsx
··· 42 42 } 43 43 44 44 const EXAMPLE_URLS = [ 45 - 'https://github.com', 46 - 'https://stripe.com', 47 - 'https://vercel.com' 45 + 'https://tagnled.org', 46 + 'https://madebydanny.uk', 47 + 'https://bsky.social', 48 + 'https://upcloud.com' 48 49 ]; 49 50 50 51 const SEOTester = () => {