# SEO Property

The SEO property takes care of many of the standard meta deta you need for a webpage. It also comes with an easy way to get the meta tags into your view.

#### SEO Property Editor

<figure><img src="/files/8o8Zj8EsiPnXBTJqoesF" alt=""><figcaption></figcaption></figure>

#### SEO Checker

The SEO checker is built into ZauberCMS and available in the settings section, but the SEO Property also includes is and you can run the checks on the current page to make sure your page is as good as it can be. In addition you can create your own checks, see link below

{% content-ref url="/pages/l9WC9cPBNDHaHEC4c45w" %}
[SEO Checks](/zaubercms/extending-zaubercms/seo-checks.md)
{% endcontent-ref %}

<figure><img src="/files/JT8JDu4iZwJRzKz8ikLR" alt=""><figcaption></figcaption></figure>

#### Rendering Meta Tags

In your Layout view, you can render the meta tags using the following Html helper.&#x20;

```csharp
@await Html.GenerateMetaTags("PropertyAliasHere", Mediator)
```

#### Example of getting value on page

```csharp
Content!.GetValue<Meta>("PropertyAliasHere"))
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aptitude.gitbook.io/zaubercms/creating-a-website/current-content-properties/seo-property.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
