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:
2
public/_robots.txt
Normal file
2
public/_robots.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
User-Agent: *
|
||||
Disallow:
|
||||
Reference in New Issue
Block a user