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