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
.ctor Inherited
Inherited from
objectSyntax
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>?
Remarks
Each key-value pair represents a meta tag name and its content. These tags are included in the HTML head section of all pages to provide additional information to search engines.Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?