SEO: metadata, sitemap, robots, OpenGraph, per-page titles + API stream field mapping

This commit is contained in:
BizzleBot
2026-02-19 17:55:55 +00:00
parent 8f4e5dea40
commit 86ce153ad2
10 changed files with 127 additions and 3 deletions
+9
View File
@@ -3,6 +3,15 @@ import { Calendar } from 'lucide-react';
import { api, Event } from '@/lib/api';
import EventCard from '../components/EventCard';
import type { Metadata } from 'next';
export const metadata: Metadata = {
title: 'Events',
description: 'Join CCFW conservation events, bird walks, and community programs.',
};
const FALLBACK_EVENTS: Event[] = [
{
id: '1',