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>
|
||||
|
||||
Reference in New Issue
Block a user