CNK Active member Oct 31, 2014 #1 If my thread includes images xF adds IMG tags to meta description. How can I delete them from the source site?
If my thread includes images xF adds IMG tags to meta description. How can I delete them from the source site?
Mike XenForo developer Staff member Oct 31, 2014 #2 It would require code modifications. Upvote 0 Downvote
CNK Active member Oct 31, 2014 #3 Mike said: It would require code modifications Click to expand... In php files or template? Upvote 0 Downvote
CNK Active member Nov 1, 2014 #5 Could you tell me, where I can change this? In my opinion it is not seo-friendly if our description looks like: Code: <meta name="description" content="[ATTACH][ATTACH]... <meta property="og:description" content="[ATTACH][ATTACH]... or Code: <meta name="description" content="[IMG][IMG].. <meta property="og:description" content="[IMG][IMG].. In templates.xml I found: Code: <meta name="description" content="{xen:helper snippet, $firstPost.message, 155}" /></xen:container> so I think it is related with the "snippet" function, right? Upvote 0 Downvote
Could you tell me, where I can change this? In my opinion it is not seo-friendly if our description looks like: Code: <meta name="description" content="[ATTACH][ATTACH]... <meta property="og:description" content="[ATTACH][ATTACH]... or Code: <meta name="description" content="[IMG][IMG].. <meta property="og:description" content="[IMG][IMG].. In templates.xml I found: Code: <meta name="description" content="{xen:helper snippet, $firstPost.message, 155}" /></xen:container> so I think it is related with the "snippet" function, right?
CNK Active member Nov 4, 2014 #6 Does anyone know where is the code that is responsible for displaying BBCode tags in meta descriptions? Upvote 0 Downvote
Does anyone know where is the code that is responsible for displaying BBCode tags in meta descriptions?