tangled
alpha
login
or
join now
danielmorrisey.com
/
seo-tester
0
fork
atom
A simple SEO inspecter Tool, to get social media card previews
0
fork
atom
overview
issues
pulls
pipelines
added more example urls
Daniel Morrisey
4 months ago
01dc3bf0
a1b8a740
+4
-3
1 changed file
expand all
collapse all
unified
split
src
components
SEOTester.tsx
+4
-3
src/components/SEOTester.tsx
···
42
42
}
43
43
44
44
const EXAMPLE_URLS = [
45
45
-
'https://github.com',
46
46
-
'https://stripe.com',
47
47
-
'https://vercel.com'
45
45
+
'https://tagnled.org',
46
46
+
'https://madebydanny.uk',
47
47
+
'https://bsky.social',
48
48
+
'https://upcloud.com'
48
49
];
49
50
50
51
const SEOTester = () => {