SeoConfig

Represents the SEO (Search Engine Optimization) configuration for the Mintlify documentation site.

Syntax

public class SeoConfig

Inheritance

Properties

Indexing

[JsonPropertyName("indexing")]
public string Indexing { get; set; }
Gets or sets which pages should be indexed by search engines.

Returns

string

Metatags

[JsonPropertyName("metatags")]
public Dictionary<string, string> Metatags { get; set; }
Gets or sets custom meta tags to be added to every page.

Returns

Dictionary<string, string>

Remarks

This configuration controls how search engines index and display the documentation, including meta tags and indexing behavior.