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.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Atakan Doğan Özban
2026-07-29 19:45:17 +02:00
co-authored by Cursor
parent 56880256e5
commit 2b9da11547
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: "Refund Policy | Songs2VID",
title: "Refund Policy",
description: "Refund and cancellation policy for Songs2VID paid plans.",
alternates: { canonical: "https://songs2vid.com/refund" },
};
export default function RefundPage() {