Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
3.5k views
in Q2A Core by

For example, one of my pages has this code:

  <TITLE>Judgement/creditor accepting my payment plan - Bankruptcy Canada Q&amp;A</TITLE>
  <META NAME="description" CONTENT="I received court papers - the creditor wants to get a judgement against me even after they have accepted ... do this? Should I consult a lawyer? help?">
  <META NAME="keywords" CONTENT="Testimonials">
  ....
  <meta name="Description" content="Ask us your bankruptcy or consumer proposal questions. They will be answered, in confidence, by a Trustee in Bankruptcy."/>

The title and first meta tag description are generated nicely but I would like to remove the second description of <meta name="Descriptioncontent="Ask us your bankruptcy or consumer proposal questions. They will be answered, in confidence, by a Trustee in Bankruptcy."/>, which is repeated on every page in the section of my website running Question2Answer. I imagine somewhere I have a setting that adds the second description to every page but I'm not quite sure how to disable it / remove the description added by that setting.

Thanks a lot.

2 Answers

0 votes
by
The first place that I would check is :

Admin ---> Layout ----> custom HTML <SOMEWHERE>

where <SOMEWHERE)>= "at top of every page", " in <head> section of every page"' and so on...
0 votes
by
This is my guess without grounds.

All HTML tags were converted to lower case at Q2A V1.6 beta2. Your title and first description tag are upper case. Therefore you may be using older Q2A version than V1.6 (e.g. V1.5, V1.4, etc). And, second description tag is lower case. Therefore program outputting this code (second description) may be a relatively new thing. Did you install some kind of plugin that are incompatible with older Q2A version? (e.g. Plugin to be related to SEO)
...