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

added more example urls

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