Add SEO metadata, robots.txt, and sitemap
This commit is contained in:
@@ -4,7 +4,30 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<title>marathon.todo</title>
|
||||
|
||||
<title>marathon.todo | Marathon Item Tracker</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Track Marathon items and faction upgrades with a fast, shareable to-do list."
|
||||
/>
|
||||
<meta name="robots" content="index,follow,max-image-preview:large" />
|
||||
<link rel="canonical" href="https://your-domain.example/" />
|
||||
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="marathon.todo | Marathon Item Tracker" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Track Marathon items and faction upgrades with a fast, shareable to-do list."
|
||||
/>
|
||||
<meta property="og:url" content="https://your-domain.example/" />
|
||||
<meta property="og:site_name" content="marathon.todo" />
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:title" content="marathon.todo | Marathon Item Tracker" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="Track Marathon items and faction upgrades with a fast, shareable to-do list."
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
4
frontend/public/robots.txt
Normal file
4
frontend/public/robots.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://marathon-todo.xyz/sitemap.xml
|
||||
8
frontend/public/sitemap.xml
Normal file
8
frontend/public/sitemap.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://your-domain.example/</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user