First of all, let me start by stating that according to the tool, I am not blocked. The client I represent is a not-for-profit school, and I am donating my time. The point I am trying to make here, is that I want to be sure what I am doing is 100% above board and totally legit. I obviously felt strongly that it was, or I would never have done it, but I want to make sure I didn't somehow get flagged programmatically.
I am trying to figure out it the following two items could possibly have caused all my pages except the home page to be removed from the index.
-
I have an image which has text on it, including the company name and address. (Retrospectively, I realize this was an extremely poor design choice, however it would be a little tricky to fix while maintaining the same level of accessibility.)
This obviously isn't stuffing alt text, since the text displayed by the image matches the alt text exactly, but due to its character count perhaps its programmatically flagged?
Code Snippet
<span class="geo" style="display:hidden">
<span class="latitude">47.595617</span>
<span class="longitude">-122.634226</span>
</span>
<span xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" style="display:hidden">
<geo:lat>47.595617</geo:lat>
<geo:long>-122.634226</geo:long>
</span>
Since these are established ways of Geo coding html pages, and since it's obvious my intent was to help provide more relevance to search engines and users, and not to spam keywords.