Mintlify automatically generates most meta tags. If you want to customize them, you can set default values in docs.json or change them per page.
Supported Meta Tags
metadata
field to your docs.json
.
sitemap.xml
file and a robots.txt
file. Simply add /sitemap.xml
to the end of your website URL to see your sitemap. We recommend submitting the sitemap to search engines for improved SEO.
Only pages included in your docs.json
are included by default. To include hidden links, add seo.indexing
to your docs.json
:
noindex
for all pages in your docs by setting the metadata.robots
field to "noindex"
in your docs.json
: