XF 2.2 Some pages without meta description

Nicolas FR

Well-known member
Hello,

After a site check on this site : https://nibbler.silktide.com/en_US/ it seems that 4 pages of my forum has not meta description
Capture d’écran 2021-02-17 194217.png

I check xenforo/community on the same site and there is no error for meta description
How can i get meta description for my pages listed in the attachment ?

Thank you.
 
Hello, you can set a Meta-Description using the meta tag, also feel free to have a look here :

This add-on add Meta-Description for login, register, etc. We can add other pages too.

So :
HTML:
<xf:head option="meta_description">
    <meta name="description" content="text_here" />
    <meta property="og:description" content="text_here" />
    <meta property="twitter:description" content="text_here" />
</xf:head>

Regards, SyTry
 
I'd like to have a meta description for the What's new page. It gets a lot of organic traffic: it shows up as a site link in brand search, and it picks up the copy from our universal footer. Is there something I could do that wouldn't be overwritten with each update?

Screen Shot 2021-07-28 at 3.50.46 PM.webp
 
Top Bottom