diff --git a/index.html b/index.html index 652c1cd..a13a8e0 100644 --- a/index.html +++ b/index.html @@ -5,27 +5,9 @@ - - - Arcane City - Event Discovery Platform - - - - - - - - - - - - - - - - - - + + + @@ -35,7 +17,7 @@ - + diff --git a/public/site.webmanifest b/public/site.webmanifest index cfe39fc..0f73fa8 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -2,7 +2,7 @@ "id": "/", "name": "Arcane City", "short_name": "ArcaneCity", - "description": "Arcane City – event discovery and management platform for venues, artists, series, and fans.", + "description": "Arcane City – discover and explore the music and arts events scene in Pittsburgh, for venues, artists, series, and fans.", "lang": "en", "dir": "ltr", "start_url": "/?source=pwa", diff --git a/src/routes/root.tsx b/src/routes/root.tsx index 15e71a2..c775d95 100644 --- a/src/routes/root.tsx +++ b/src/routes/root.tsx @@ -40,15 +40,18 @@ export const rootRoute = createRootRoute({ { charSet: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' }, { name: 'description', content: SITE_DESCRIPTION }, + { name: 'keywords', content: "events, music, concerts, art shows, venues, artists, live music, event discovery" }, { property: 'og:site_name', content: SITE_NAME }, { property: 'og:type', content: 'website' }, { property: 'og:title', content: SITE_NAME }, { property: 'og:description', content: SITE_DESCRIPTION }, { property: 'og:image', content: DEFAULT_IMAGE }, + { property: 'og:url', content: 'https://arcane.city/' }, { name: 'twitter:card', content: 'summary_large_image' }, { name: 'twitter:title', content: SITE_NAME }, { name: 'twitter:description', content: SITE_DESCRIPTION }, { name: 'twitter:image', content: DEFAULT_IMAGE }, + { name: 'twitter:url', content: 'https://arcane.city/' }, ], }), }); \ No newline at end of file