feat(seo): integrate @nuxtjs/seo for basic SEO

This commit integrates the `@nuxtjs/seo` module to establish a baseline for search engine optimization.

Key changes include:
- Installation and configuration of the `@nuxtjs/seo` module.
- Definition of default meta tags for title, description, keywords, Open Graph, and Twitter cards.
- Addition of a default Open Graph image.
- Renaming of `robots.txt` to `_robots.txt` to align with the module's conventions for static file handling.
This commit is contained in:
xiaomai
2025-11-04 11:39:02 +08:00
parent dccbe7599f
commit 2eb1e392d8
5 changed files with 35 additions and 1 deletions

2
public/_robots.txt Normal file
View File

@@ -0,0 +1,2 @@
User-Agent: *
Disallow: