feat(web): ARES logo SVG + full SEO (metadata, sitemap, robots, favicon, per-page titles)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
romysaputrasihananda
2026-06-11 16:30:05 +07:00
co-authored by Claude Sonnet 4.6
parent 6cd8959c2d
commit daabb65f30
7 changed files with 95 additions and 14 deletions
+8
View File
@@ -0,0 +1,8 @@
import type { MetadataRoute } from "next";
export default function robots(): MetadataRoute.Robots {
return {
rules: { userAgent: "*", allow: "/" },
sitemap: "https://ares-six-peach.vercel.app/sitemap.xml",
};
}