SEO, Metadata & Sitemap
This commit is contained in:
+18
-1
@@ -3,7 +3,24 @@ import CodeBlock from '@/components/ui/CodeBlock';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'API Reference - P2NS Documentation',
|
||||
description: 'Complete REST API and WebSocket documentation for P2NS.',
|
||||
description: 'Complete REST API and WebSocket documentation for P2NS. All endpoints, request/response formats, and WebSocket events.',
|
||||
keywords: ['P2NS API', 'REST API', 'WebSocket', 'API documentation', 'endpoints', 'P2NS reference'],
|
||||
authors: [{ name: 'Raven Scott' }],
|
||||
openGraph: {
|
||||
title: 'API Reference - P2NS Documentation',
|
||||
description: 'Complete REST API and WebSocket documentation for P2NS.',
|
||||
url: 'https://p2ns.space/docs/api',
|
||||
siteName: 'P2NS',
|
||||
type: 'website',
|
||||
},
|
||||
twitter: {
|
||||
card: 'summary_large_image',
|
||||
title: 'API Reference - P2NS Documentation',
|
||||
description: 'Complete REST API and WebSocket documentation for P2NS.',
|
||||
},
|
||||
alternates: {
|
||||
canonical: 'https://p2ns.space/docs/api',
|
||||
},
|
||||
};
|
||||
|
||||
export default function APIPage() {
|
||||
|
||||
Reference in New Issue
Block a user