SEO: metadata, sitemap, robots, OpenGraph, per-page titles + API stream field mapping
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user