|
Added at: 06/27/2007
Ok. I'm a pretty basic HTML kind of guy. I have a new client where I'm doing some SEO work on the site. The webmaster has used this code to create a bold <HR> line:
<H1 border><font color="#FFFFFF">Great Widgits</font></H1>
Seeing as the background is white, I'm concerned that the spiders will interpet this as hidden text. Yes? No? ===========================
Yes, any text you can not see, same color as background etc., is 'hidden' text and not a good thing..
===========================
Hidden text is something i'd definitely avoid. <H1> or not...
===========================
Thanks Steve. That's what I figured. No. Not a good thing at all. One more thing that I wanted to make sure of is:
This is the way this person has the actual <H1> tag set up in order to include the bold <HR>.
<H1 border>Great Widgits</H1>
I assume that this will be viewed by the spiders as an <H1> tag?
==========================
Yes, that is still an H1 tag - it's just calling a style function..
==========================
Good. That's what I was hoping. I'm keeping my eye out for more things that the webmaster has done also. I've found a few more already. For instance:
<p><H1> </H1>
It's a nice looking site, so either this guy was careless, or just didn't care, or was using some weird wysiwyg program. (rant rant rant) I'll just have to check everything.
Thanks
==========================
fromthe5 wrote: Good. That's what I was hoping. I'm keeping my eye out for more things that the webmaster has done also. I've found a few more already. For instance:
<p><H1> </H1>
It's a nice looking site, so either this guy was careless, or just didn't care, or was using some weird wysiwyg program. (rant rant rant) I'll just have to check everything.
Thanks
That's something Front Page might do.
Dave
=========================
Ah yes! I just love fixing the things Front Page does to the code
=========================
SEO Viet
|