SEO, Metadata & Sitemap
This commit is contained in:
+18
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user