View Full Version : Hiding text from search engines?
mystic
Oct 28th 2005, 2:21 am
Is there any way to hide certain text from search engines?
For example my site www.splaytech.com the first few text search engines see is "the best electronics deals anywhere view cart gift reminder faq privacy policy" etc. Well can i somehow hide all that text so that search engines see the rest of the content and put more emphasis on those rather then something like "faq" just because its near the top.
INV
Oct 28th 2005, 2:48 am
Well your website is in tables, however they dont seem to resize to fit the resolution. Therefore you can put the FAQ and such links in <DIV> </DIV> on Absolute and place it in those cordinates while moving the acctual code to a different place such as the bottom.
balkanboy
Oct 28th 2005, 8:06 pm
Put your description of site on first place(code view) and after that use css to place it to desired place.
Renegade
Oct 28th 2005, 11:02 pm
You can do the typical blackhat cloaking thing to hide text or encode it or use javascript to write the text. Javascript might be better for what you want.
S4M4
Oct 29th 2005, 12:39 pm
CSS and '<DIV></DIV>' is the way to go, it won't hide the text but you will be able to move the code to the bottom of your html page while the text still appears at the same place in the browser.
Sure you can opt for some blackhat tricks to completly hide the text but that's not recommendable.
mystic
Oct 30th 2005, 11:34 am
I dont' use css and dont' no how to, any ways to do it with normal html?
I will soon learn css but dont' really have the time right now
S4M4
Oct 30th 2005, 12:44 pm
any ways to do it with normal html?
None that I know of, sorry
duenna
Nov 1st 2005, 2:10 am
Firstly you do not want to get into the habbit of hiding text from search engines. It does not do you any favours.
Secondly, you need to give your web documents a point of reference by giving the correct <DOCTYPE> and character type etc. Unless you do this the website is not really a website that is correctly structured and therefore gives no parrameters as to the way in which it should be interpreted. So right now your meta tags are ignored as just additional bumf at the top of a generic document.
In fact if you chuck your website through the w3c (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.splaytech.com%2F) validator you get the following response
Sorry, I am unable to validate this document because on line 763-774, 777-787, 790-793, 796 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.
In the UK if you buy a new house it has to be guarenteed for ten years and also be compliant with building regulations. If the house is not fit for human inhabitance then you can really say it does not conform to being called a house. It has not made the grade really.
The same can be said for websites that do not validate. Your website is not a website if it does not meet the minimum standard for todays browsers.
So there you go! Validate the thing and you will find that you can put whatever text in your description and it will come up under your title in searches. Choose not to validate it and you discount the hard work you have put in already and future traffic.
Good luck
xfairguy
Nov 8th 2005, 3:06 am
Live CSS hiding examples:
blackhat-seo.com/2005/hide-with-css/
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.