feat: Introduce Google Indexing API and IndexNow submission scripts with a unified URL gathering utility and setup guide.

This commit is contained in:
Timo Knuth
2026-01-21 13:57:58 +01:00
parent c1471830f3
commit cca1374c9e
6 changed files with 179 additions and 73 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"dev": "next dev -p 3050",
"build": "prisma generate && next build",
"trigger:indexing": "tsx scripts/trigger-indexing.ts",
"submit:indexnow": "tsx scripts/submit-indexnow.ts",
"start": "next start",
"lint": "next lint",
@@ -93,4 +94,4 @@
"engines": {
"node": ">=18.0.0"
}
}
}