GRV-Summit-Site/content/page-seo.ts
“kirukib” 1a710aa3c6
Some checks are pending
Deploy to Cloudflare Workers (OpenNext) / deploy (push) Waiting to run
first commit + project setup
2026-05-20 11:57:21 +03:00

70 lines
2.3 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/** Per-route SEO copy — used with createPageMetadata() */
export const pageSeo = {
home: {
title: "Great Rift Valley Innovation Summit",
description:
"Ethiopia's premier innovation summit for agriculture, healthcare, and education. 31 Jan 01 Feb 2025 at Skylight Hotel, Addis Ababa. Tickets, pitch grants, and partnerships.",
path: "/",
},
program: {
title: "Program",
description:
"Summit agenda: keynotes, panels, workshops, and pitch finals across agriculture, healthcare, and education innovation.",
path: "/program",
},
speakers: {
title: "Lineup",
description:
"Meet speakers and innovators at the Great Rift Valley Innovation Summit in Addis Ababa.",
path: "/speakers",
},
pitch: {
title: "Pitch Competition",
description:
"Apply to pitch at GRV Summit. Grant funding for startups in agriculture, healthcare, and education — 10 companies selected.",
path: "/pitch-competition",
},
partners: {
title: "Partners",
description:
"Sponsors, exhibitors, and partners powering the Great Rift Valley Innovation Summit. Request partnership information.",
path: "/partners",
},
exhibit: {
title: "Exhibit",
description:
"Reserve an exhibitor booth at GRV Summit. Showcase products and connect with investors and ecosystem leaders.",
path: "/exhibit",
},
sponsor: {
title: "Sponsor",
description:
"Sponsor the Great Rift Valley Innovation Summit and align your brand with Ethiopia's innovation ecosystem.",
path: "/sponsor",
},
contact: {
title: "Contact",
description:
"Contact the GRV Summit team for tickets, partnerships, media, and general inquiries.",
path: "/contact",
},
payment: {
title: "Tickets",
description:
"Buy Summit, VIP, or Cocktail Pass tickets for the Great Rift Valley Innovation Summit.",
path: "/payment",
},
paymentSuccess: {
title: "Order Confirmed",
description: "Your GRV Summit ticket order has been received.",
path: "/payment/success",
noIndex: true,
},
privacy: {
title: "Privacy Policy",
description:
"How GRV Summit and the Ethiopian Diaspora Trust Fund collect, use, and protect your personal information.",
path: "/privacy",
},
} as const;