XF 2.3 Adding 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