Update src/app/layout.tsx
This commit is contained in:
@@ -5,38 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const raleway = Raleway({
|
||||
variable: "--font-raleway",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-raleway", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Civil - Discover Local Events Effortlessly",
|
||||
description: "Civil brings curated, realtime local events to your fingertips. Download on iOS and never miss a moment. Explore, RSVP, and connect with your community.",
|
||||
keywords: "event discovery, local events, iOS app, RSVP, community events, event finder",
|
||||
metadataBase: new URL("https://tryCivil.app"),
|
||||
title: "Civil - Discover Local Events Effortlessly", description: "Civil brings curated, realtime local events to your fingertips. Download on iOS and never miss a moment. Explore, RSVP, and connect with your community.", keywords: "event discovery, local events, iOS app, RSVP, community events, event finder", metadataBase: new URL("https://tryCivil.app"),
|
||||
alternates: {
|
||||
canonical: "https://tryCivil.app",
|
||||
},
|
||||
canonical: "https://tryCivil.app"},
|
||||
openGraph: {
|
||||
title: "Civil - Discover What's Happening Around You",
|
||||
description: "Civil brings curated, realtime local events to your fingertips. Download on iOS now.",
|
||||
url: "https://tryCivil.app",
|
||||
siteName: "Civil",
|
||||
images: [
|
||||
title: "Civil - Discover What's Happening Around You", description: "Civil brings curated, realtime local events to your fingertips. Download on iOS now.", url: "https://tryCivil.app", siteName: "Civil", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APttOxJC5nQhjbDKeuAuqNkFHV/uploaded-1772506302794-2p37ieqf.png",
|
||||
alt: "Civil iOS app interface",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APttOxJC5nQhjbDKeuAuqNkFHV/uploaded-1772506302794-2p37ieqf.png", alt: "Civil iOS app interface"},
|
||||
],
|
||||
type: "website",
|
||||
},
|
||||
type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Civil - Discover Local Events",
|
||||
description: "Download Civil on iOS. Curated, realtime event discovery for your community.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APttOxJC5nQhjbDKeuAuqNkFHV/uploaded-1772506302794-2p37ieqf.png",
|
||||
],
|
||||
card: "summary_large_image", title: "Civil - Discover Local Events", description: "Download Civil on iOS. Curated, realtime event discovery for your community.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APttOxJC5nQhjbDKeuAuqNkFHV/uploaded-1772506302794-2p37ieqf.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user