XF 2.3 Adding meta description

Anatoliy

Well-known member
Licensed customer
So in my add-ons template I use
Code:
xf:title
tag. How do I add meta description?
 
I use this

 
I use this

Thanks.
I'm not sure that using an addon that will add meta tags to my addon is the best solution. )
 
HTML:
<xf:head option="meta_title">
    <meta name="description" content="">
    <meta property="og:description" content="">
    <meta property="twitter:description" content="">
    <meta name="author" content="">
</xf:head>
 
Back
Top Bottom