feat(seo): discoverability + Schema.org + IndexNow + Trivy (#1)
All checks were successful
deploy / deploy (push) Successful in 3m7s

This commit was merged in pull request #1.
This commit is contained in:
2026-05-21 14:25:12 +03:00
parent 8cab51d590
commit bd6ab03b2e
7 changed files with 210 additions and 2 deletions

View File

@@ -11,7 +11,8 @@
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"migrate": "node scripts/migrate-wp.mjs"
"migrate": "node scripts/migrate-wp.mjs",
"indexnow": "node scripts/indexnow.js"
},
"dependencies": {
"@astrojs/rss": "^4.0.12",