Simple Press forum for wordpress
-
I'm using a forum plugin called Simple Press, and the rest of my site is looking good with only a few minor errors due to a long url. Anyway, the only 4 major errors I have are these;
These 3 links have no titles, so is there somewhere I can give them titles, or do a rel=nofollow?
/index.php?sf_ahah=acknowledge
/index.php?sf_ahah=permissions
And then the 3 above plus this one;
http://www.societyforethicsand…..?xfeed=all
Have no META DESCRIPTION associated with them. So, is there somewhere I can add the meta description for all 4?
I have spoken to support, and it turns out the first 3 links with no titles are ajax content for pop ups, instead of waiting for them to work out how to resolve this issue, does anyone know how to stop them coming up as major errors?
-
1. You can add cannonical link rel for the first 3 links or you cand change in component php if ($_GET['sf_ahah']=="acknowledge" || $_GET['sf_ahah']=="permissions" ||$_GET['sf_ahah']=="tags"){
here specify the titles for them
}
and for the third this is a rss feed there is an error in your code, it specifies description but is included in comented CD data , look in the code where is generated rss and see if there is concatenated the string of your description corectly
You can leave RSS without descritption but you need to compensate with your title
-
Thanks Cocarcea Ion, I'm just trying to find out which 'component' that needs changing?
Whats 'CD data'?
-
javascript character data, processor, it show's old and new browsers how to read your xhtml content, old browsers will read as html, but javascript isn't readed by crawlers