Support Forum

SEO feeding strange things to crawlers

EK Edward Koon
Edward Koon
Member

I’m wondering why Google picked up this gobbledygook instead of the text in the message.

This is really critical for good search exposure.

I combined both screen caps in one image.

http://www.docsplace.org/misc/seodisplay1.jpg

7 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

Well Google doesn’t- not in our or other users experience – but I have across some sort of facebook sharing plugin that does. So what are you using there in the way of plugins?

EK Edward Koon
Edward Koon
Member

No facebook sharing.

I do have an Add This sharing widget on the forum wp page.

Seems to work good sending to Twitter, but i have to type in my own description. But otherwise that’s it, no other plugins for the forums, other than what you provide.

I don’t believe i tweeted that test post anyway.

YS Yellow Swordfish
Yellow Swordfish
Member

wherever it is coming from is is scraping the page starting at the top and looking for the first text it can find that is not a control/button.tag etc. And it is finding the forum search text. Probably the first text actually within paragraph tags. Pretty shoddy.

EK Edward Koon
Edward Koon
Member

Viewing the source code of the messages i don’t see anything like that. I disabled that plugin, and will keep an eye on what is indexed.

MP Mr Papa
Mr Papa
Member

looks like google perhaps indexed the sp search form at the top?  perhaps google is considering it content…  guess one could move the search form to the bottom…

EK Edward Koon
Edward Koon
Member

G’mornin Gents.. smile

What i did was disable the add this plugin, disable the SP Google sitemap generator and SEO plugins, then submitted the forums full feed as another sitemap in Bing and Google webmaster tools.

At least that way i know they are receiving all the boards content.Personally i don’t think the add this sharing widget was causing the mambo jumbo Google indexed.

How would i move the SP search form to the bottom of the page?

MP Mr Papa
Mr Papa
Member

its just a template tag in your sp theme…  in ours, its in the spHead.php template file… look for:

        sp_SearchForm($searchForm);

please note, the $searchForm object is defined at the top of that file and would need to accompany the template tag… you can just put it wherever you want, ie spFoot.php…