mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-04-24 15:06:53 -05:00
Update some page titles and descriptions
This commit is contained in:
parent
f4f46eec44
commit
b0a1ce541f
|
|
@ -1,6 +1,14 @@
|
|||
import Link from "next/link";
|
||||
import { Suspense } from "react";
|
||||
import ContactForm from "@/components/Contact/ContactForm";
|
||||
import type { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Contact",
|
||||
alternates: {
|
||||
canonical: "/contact",
|
||||
},
|
||||
};
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ import DiscoverBrowser from "@/components/Discover/DiscoverBrowser";
|
|||
import type { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
description: "Find and download Pokémon romhacks for Game Boy, Game Boy Color, Game Boy Advance, and Nintendo DS.",
|
||||
alternates: {
|
||||
canonical: "/discover",
|
||||
},
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ export async function generateMetadata({ params }: HackDetailProps): Promise<Met
|
|||
const author = profile?.username ? `@${profile.username}` : undefined;
|
||||
|
||||
const pageUrl = `/hack/${slug}`;
|
||||
const title = `${hack.title} hack download | A ${baseRomName} ROM fan game`;
|
||||
const title = `${hack.title} | ROM hack download`;
|
||||
const description = `Play ${hack.title}, a fan-made Pokémon ROM hack for ${baseRomName}. ${hack.summary}`;
|
||||
|
||||
const keywords: string[] = [
|
||||
|
|
|
|||
|
|
@ -19,10 +19,10 @@ const geistMono = Geist_Mono({
|
|||
|
||||
export const metadata: Metadata = {
|
||||
title: {
|
||||
default: "Hackdex",
|
||||
default: "Hackdex | Discover and download Pokémon rom hacks",
|
||||
template: "%s | Hackdex",
|
||||
},
|
||||
description: "Discover and download Pokémon rom hacks.",
|
||||
description: "Use our built-in patcher to download and play Pokémon romhacks for Game Boy, Game Boy Color, Game Boy Advance, and Nintendo DS.",
|
||||
metadataBase: new URL(process.env.NEXT_PUBLIC_SITE_URL!),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user