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 Link from 'next/link';
|
||||
import { Eye, Mail, Users, Heart, ExternalLink } from 'lucide-react';
|
||||
|
||||
import type { Metadata } from 'next';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'About CCFW',
|
||||
description: 'Learn about Cape Coral Friends of Wildlife and our mission to protect Florida wildlife.',
|
||||
};
|
||||
|
||||
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<div className="max-w-5xl mx-auto px-6 py-16 space-y-20">
|
||||
|
||||
Reference in New Issue
Block a user