Add SEO metadata, sitemap, robots, and JSON-LD for search ranking.

Ship canonical/Open Graph/Twitter tags, WebApplication schema, and landing copy aimed at audio-to-YouTube queries.
This commit is contained in:
Atakan Doğan Özban
2026-07-29 19:45:17 +02:00
parent 0c9b07bcb5
commit 5723eacdeb
8 changed files with 131 additions and 8 deletions
+2 -1
View File
@@ -4,8 +4,9 @@ import { LegalPageLayout } from "@/components/LegalPageLayout";
import { LEGAL_OPERATOR } from "@/lib/legal/constants";
export const metadata: Metadata = {
title: "Terms of Service | Songs2VID",
title: "Terms of Service",
description: "Terms and conditions for using the Songs2VID hosted service.",
alternates: { canonical: "https://songs2vid.com/terms" },
};
export default function TermsPage() {