SEO, Metadata & Sitemap

This commit is contained in:
Raven Scott
2025-11-30 20:33:12 -05:00
parent 064b293395
commit efda345f80
16 changed files with 259 additions and 31 deletions
+18 -1
View File
@@ -3,7 +3,24 @@ import { Github, ExternalLink, Code, Heart, MessageCircle } from 'lucide-react';
export const metadata: Metadata = {
title: 'Community - P2NS',
description: 'Contribute to P2NS, get support, and learn about the roadmap.',
description: 'Contribute to P2NS, get support, join the Discord community, and learn about the roadmap.',
keywords: ['P2NS community', 'contribute', 'open source', 'Discord', 'support', 'contributing'],
authors: [{ name: 'Raven Scott' }],
openGraph: {
title: 'Community - P2NS',
description: 'Contribute to P2NS, get support, and learn about the roadmap.',
url: 'https://p2ns.space/community',
siteName: 'P2NS',
type: 'website',
},
twitter: {
card: 'summary_large_image',
title: 'Community - P2NS',
description: 'Contribute to P2NS, get support, and learn about the roadmap.',
},
alternates: {
canonical: 'https://p2ns.space/community',
},
};
export default function CommunityPage() {