Wordpress Errors in Webmaster Tools

sviedinys

Power Member
Joined
Apr 18, 2010
Messages
525
Reaction score
75
When I check in webmaster tools, I see that I have alot of crawl errors on my site that looks like:

Code:
tag/name/><span%20class%20=

But its only for TAG pages, I have no idea where is the problem, I never used any tag related plugins.

Any solutions?
 
Are all of your "a" tags closed properly?

Code:
<a href="http://link-to-somewhere.com" class="some-class">LINK</a>

Or if it only appears on tag pages, maybe it's something with your template.
 
I am using Arras theme.

Are all of your "a" tags closed properly?

Code:
<a href="http://link-to-somewhere.com" class="some-class">LINK</a>

Or if it only appears on tag pages, maybe it's something with your template.
 
Back
Top