SEO Property

Value Type Saved: Meta

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

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

SEO Checks

Rendering Meta Tags

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

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

Example of getting value on page

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

Last updated