SEO Setup
There is not much work to be done here since MintedDirectory already has the technical part of SEO worked out. 👍
Just a slight amount of configuration like website name, domain name etc...
Under the site key, update all: name, url, description and locale in the settings tab of nuxt studio. Or if you are using the code this can be customized by changing the site configuration in the app.config.ts
// app.config.ts
site: {
name: "Nuxt Starters",
description: "Find the best nuxt starter kits.",
url: "https://nuxtstarters.com",
},
Submitting to search console
Get indexed faster by submitting your site to search.google.com.
To do so navigate to yourdomain/sitemap.xml and ensure this page looks like this: