Topic on Extension talk:WikiSEO

Summary by Octfx

HTML tags can be used as meta tag content

Sokote zaman (talkcontribs)

Hi

Is there any problem with using html tags to combine and spill wiki SEO?

For example:

{{#seo:|description={{{description| <h1>}}}}}

Thanks

Octfx (talkcontribs)

Hi, yes, the extension strips any html entities in the input text, as they are generally not usefull for seo purposes. Are there cases in which you need html in the meta tags?

Sokote zaman (talkcontribs)

Thank you for your reply

I have a site that teaches programming

For example, in the SEO description section, I have to name the <a> tag

Or, for example, name <html>, </html >

Doesn't this, for example, cause problems or damage to the layout of wiki pages?

Octfx (talkcontribs)

Using the parser function like so: {{#seo:description=Page about the <h1></h1> html-tag}} will output just fine.