Just FYI, google thinks your dev blog is / has spam: http://i.imgur.com/za2UXWh.png One a separate note - awesome game! I plan to buy it. On the web version, one thing I'd like would be able to toggle a miss clicked space back to "neutral" with a click. I'd also make the levels slightly harder before getting to level 5 - they all seemed too easy up to that point.
Yeah I can't figure out where thats coming from, I've poured over my site to find it and even resubmitted to google and they don't see that spam when i manually submit. Maybe I should just go with a hosted solution and stop trying to manage wordpress on my own.
Try that query on there. They managed to index a LOT of pages that way.
Here's the thing. Your site has been compromised. Look. I'll fetch the same page with two different user-agents. One will show up as some generic curl thing and the other will look like Google's crawler.
$ curl http://www.craftymind.com/factory/guimark3/video/flash_720p_high.html > ordinary
$ curl -A "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" http://www.craftymind.com/factory/guimark3/video/flash_720p_high.html > googlebot
So I look for the term in the first file. $ grep viagra ordinary
$
... Nothing.I do the same for the second.
$ grep viagra googlebot
[ ... tons and tons of garbage ... ]
Your site is running something which only emits garbage when Googlebot (or something resembling it) hits it. Install a user-agent switcher in your browser and you can see it for yourself.Sorry.