Supported Meta Tags
Supported Meta Tags
Default meta tags
You can set default meta tags by adding themetadata field to your docs.json.
Changing meta tags on one page
Add your meta tags to the page’s metadata like so:Meta tags with colons need to be typed with quotes around them when you put them in the page metadata.
Sitemaps
Mintlify automatically generates asitemap.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:
Disabling indexing
If you want to stop a page from being indexed by search engines, you can include the following in the frontmatter of your page:noindex for all pages in your docs by setting the metadata.robots field to "noindex" in your docs.json: