I've spent quite a while looking for an answer to this question, and haven't been able to find one, so I figure I'll ask here.
First of all, let me say that I KNOW search engine spamming is not only dangerous, but unethical. I am trying to figure out exactly what search engines consider spamming, and what is ok to do. Here's my problem. I designed the website for my web design firm for people to look at and I wrote the text for people to read. However, as a designer, I overlooked the obvious problem that search engine spiders are not human, and therefore cannot understand the meaning of the text, nor can they see the content of the images on my web site.
I know that loading keywords into a paragraph of white text on a white background is bad. I know that loading keywords into the alt tag of a tranparent gif is bad. Those two techniques are common, and now cause for being having your site removed from search engines.
What do search engines know about css? theoretically, I could write a paragraph describing my web site, that is key word rich, but not neccessarily good sales copy, and then place it behind the rest of my page by doing something like this:
<p style="height: 200px;">
We Design, highly efficient, fast loading, intriguing web sites that are meaningful and helpful for the target audience......
</p>
<table style="position: relative; top: -200px; ">
this is where all of my website content will go.
</table>
For those of you that don't write css, all that does is move the main table of my website up 200 pixels to cover up the "boring" paragraph that is rich in keywords.
In essence, what I would be doing is somewhat wrong, because it is delivering a different page to my visitors than to the search engines, but I wouldn't be loading un-related keywords, or even words that don't appear on my site. All I'd be doing is writing text that is easier for the search engines to index, and then showing the somewhat well written text to visitors with version 4+ browsers (98% of the internet).
I haven't done this yet, but I wanted to get some opinions. Do search engines know this "trick"? Is this something that they penalize websites for? Is this unethical? does this cross the line?
Let me state for the record, that I am making an honest attempt to follow the rules, and be ethical, but the internet has introduced a whole new set of questions and there is still quite a bit of gray area.
Any opinions, comments or information about this would be greatly appreciated.
Thanks in advance,
Ryan
First of all, let me say that I KNOW search engine spamming is not only dangerous, but unethical. I am trying to figure out exactly what search engines consider spamming, and what is ok to do. Here's my problem. I designed the website for my web design firm for people to look at and I wrote the text for people to read. However, as a designer, I overlooked the obvious problem that search engine spiders are not human, and therefore cannot understand the meaning of the text, nor can they see the content of the images on my web site.
I know that loading keywords into a paragraph of white text on a white background is bad. I know that loading keywords into the alt tag of a tranparent gif is bad. Those two techniques are common, and now cause for being having your site removed from search engines.
What do search engines know about css? theoretically, I could write a paragraph describing my web site, that is key word rich, but not neccessarily good sales copy, and then place it behind the rest of my page by doing something like this:
<p style="height: 200px;">
We Design, highly efficient, fast loading, intriguing web sites that are meaningful and helpful for the target audience......
</p>
<table style="position: relative; top: -200px; ">
this is where all of my website content will go.
</table>
For those of you that don't write css, all that does is move the main table of my website up 200 pixels to cover up the "boring" paragraph that is rich in keywords.
In essence, what I would be doing is somewhat wrong, because it is delivering a different page to my visitors than to the search engines, but I wouldn't be loading un-related keywords, or even words that don't appear on my site. All I'd be doing is writing text that is easier for the search engines to index, and then showing the somewhat well written text to visitors with version 4+ browsers (98% of the internet).
I haven't done this yet, but I wanted to get some opinions. Do search engines know this "trick"? Is this something that they penalize websites for? Is this unethical? does this cross the line?
Let me state for the record, that I am making an honest attempt to follow the rules, and be ethical, but the internet has introduced a whole new set of questions and there is still quite a bit of gray area.
Any opinions, comments or information about this would be greatly appreciated.
Thanks in advance,
Ryan