Definition
Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models Inheritance: System.ObjectSyntax
Summary
Represents the SEO (Search Engine Optimization) configuration for the Mintlify documentation site.Remarks
This configuration controls how search engines index and display the documentation, including meta tags and indexing behavior.Constructors
.ctor
Syntax
Properties
Indexing
Gets or sets which pages should be indexed by search engines.Syntax
Property Value
Type:string?
Remarks
Valid values are “navigable” (only pages in navigation) or “all” (all pages). The “navigable” setting indexes only pages that appear in the site navigation, while “all” indexes every page in the documentation. Defaults to “navigable”.Metatags
Gets or sets custom meta tags to be added to every page.Syntax
Property Value
Type:System.Collections.Generic.Dictionary<string, string>?