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