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
@@ -1,6 +1,15 @@
import React from 'react';
import { Map } from 'lucide-react';
import type { Metadata } from 'next';
export const metadata: Metadata = {
title: 'Burrow Map',
description: 'Interactive map of burrowing owl burrows in Cape Coral, Florida.',
};
export default function MapPage() {
return (
<div className="max-w-7xl mx-auto px-6 py-16 space-y-10">