SEO: metadata, sitemap, robots, OpenGraph, per-page titles + API stream field mapping
This commit is contained in:
@@ -2,6 +2,15 @@ import React from 'react';
|
||||
import { Lock, Users, ClipboardList } from 'lucide-react';
|
||||
import Link from 'next/link';
|
||||
|
||||
import type { Metadata } from 'next';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Volunteer',
|
||||
description: 'Join the CCFW volunteer team for owl surveys and habitat restoration.',
|
||||
};
|
||||
|
||||
|
||||
|
||||
export default function VolunteerPage() {
|
||||
return (
|
||||
<div className="max-w-5xl mx-auto px-6 py-16 space-y-12">
|
||||
|
||||
Reference in New Issue
Block a user