Skip to main content

Definition

Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models Inheritance: System.Object

Syntax

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 object

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>?

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 object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?