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 { Heart, Shield, Camera, TreePine } from 'lucide-react';
import { api, Campaign } from '@/lib/api';
import DonationCard from '../components/DonationCard';
import type { Metadata } from 'next';
export const metadata: Metadata = {
title: 'Donate',
description: 'Support burrowing owl conservation with a donation to CCFW.',
};
const FALLBACK_CAMPAIGNS: Campaign[] = [
{
id: '1', title: 'Land Preservation Fund',