Skip to content

Commit

Permalink
New SEO options, making light mode the default for the site without a…
Browse files Browse the repository at this point in the history
…uto switching.
  • Loading branch information
segunak committed Oct 18, 2024
1 parent 84e03e0 commit 4aff629
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions charlotte-third-places/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,17 @@ export const metadata: Metadata = {
statusBarStyle: "default",
},
metadataBase: new URL('https://charlottethirdplaces.com'),
keywords: ['Charlotte, NC', 'Charlotte, North Carolina', 'Charlotte Third Places', 'third places', 'community spaces', 'cafes', 'coffee shops', 'coffee shops in Charlotte', 'remote work', 'work remotely'],
}

export const viewport: Viewport = {
themeColor: [
{ media: "(prefers-color-scheme: light)", color: "white" },
{ media: "(prefers-color-scheme: dark)", color: "black" },
]
keywords: ['Charlotte, NC', 'Charlotte, North Carolina', 'Charlotte Third Places', 'Charlotte Third Spaces', 'third places', 'third spaces', 'community spaces', 'cafes', 'coffee shops', 'coffee shops in Charlotte', 'remote work', 'work remotely', 'Charlotte black-owned businesses', 'Charlotte cafes', 'family-owned cafes in Charlotte', 'work-friendly cafes Charlotte', 'third places in Charlotte', 'third spaces in Charlotte', 'community gathering spaces Charlotte', 'remote work cafes Charlotte', 'places to work remotely in Charlotte', 'Charlotte NC community spaces', 'local cafes in Charlotte', 'Charlotte coffee shop recommendations', 'best places for coffee in Charlotte', 'coffee shop with free WiFi Charlotte', 'black-owned cafes Charlotte', 'cafe with pastries Charlotte', 'Fort Mill cafes', 'best coffee shops in Fort Mill', 'remote work spaces in Fort Mill', 'Ballantyne coffee shops', 'family-owned cafes Ballantyne', 'Concord coffee shops', 'remote work cafes Concord', 'third places in Concord', 'third spaces in Concord', 'Rock Hill coffee shops', 'third places in Rock Hill', 'third spaces in Rock Hill', 'Belmont cafes', 'remote work spaces Belmont', 'third places in Belmont', 'third spaces in Belmont', 'Kannapolis cafes', 'community spaces in Kannapolis', 'third places in Kannapolis', 'third spaces in Kannapolis', 'Matthews cafes', 'family-friendly cafes Matthews', 'top coffee shops in Ballantyne', 'quiet cafes for working in Charlotte', 'best cafes for studying in Charlotte', 'Charlotte coworking cafes', 'hidden gem coffee shops Charlotte', 'outdoor seating cafes Charlotte', 'local favorite coffee shops Charlotte', 'coffee shops with parking in Charlotte', 'Charlotte study spots', 'best places to work in Charlotte', 'Fort Mill community spaces', 'coffee shops open late in Charlotte', 'Ballantyne community gathering spaces', 'local coffee culture Charlotte', 'best cafes in Charlotte for meetings', 'Uptown Charlotte coffee spots', 'black-owned coffee shops in Charlotte', 'local Charlotte businesses', 'Fort Mill gathering spaces', 'Kannapolis third places', 'Kannapolis third spaces', 'Belmont third places', 'Belmont third spaces', 'coffee shops near me Charlotte', 'Matthews community gathering spots', 'remote work spots Fort Mill', 'best cafes to work remotely in Rock Hill', 'outdoor cafes in Belmont', 'remote work spaces in Matthews', 'best breakfast cafes in Charlotte', 'free WiFi coffee shops in Fort Mill', 'Kannapolis study spots', 'pet-friendly cafes Charlotte', 'Charlotte coffee shops with vegan options', 'laptop-friendly cafes in Charlotte', 'family-friendly coffee shops Charlotte', 'Charlotte neighborhood cafes', 'Queen City Quarter cafes', 'coffee shops with meeting rooms Charlotte']
}

interface RootLayoutProps {
children: React.ReactNode
}

export const viewport: Viewport = {
themeColor: 'white',
}

export default function RootLayout({ children }: RootLayoutProps) {
return (
<html lang="en" suppressHydrationWarning>
Expand Down

0 comments on commit 4aff629

Please sign in to comment.