![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I need to put one sentence in plain view for my customers on each and ever page of my site , but DO NOT want it to get indexed ... I need it to not appear at all when the site is getting indexed by any bots , but all my visitors will need to see it. Any way I can pull this one off ? David D. |
#3
| |||
| |||
|
|
"David D." <java (AT) nbnet (DOT) nb.ca> wrote in message news:2PtTb.85013$IF6.2154978 (AT) ursa-nb00s0 (DOT) nbnet.nb.ca... I need to put one sentence in plain view for my customers on each and ever page of my site , but DO NOT want it to get indexed ... I need it to not appear at all when the site is getting indexed by any bots , but all my visitors will need to see it. Any way I can pull this one off ? David D. Either make the text one big image in a graphics program or call the text in an external javascript js file. |
#4
| |||
| |||
|
|
"David D." <java (AT) nbnet (DOT) nb.ca> wrote in message news:2PtTb.85013$IF6.2154978 (AT) ursa-nb00s0 (DOT) nbnet.nb.ca... I need to put one sentence in plain view for my customers on each and ever page of my site , but DO NOT want it to get indexed ... I need it to not appear at all when the site is getting indexed by any bots , but all my visitors will need to see it. Any way I can pull this one off ? David D. Either make the text one big image in a graphics program or call the text in an external javascript js file. |
#5
| |||
| |||
|
|
Almost forgot ..... This has to be a Hyperlink as well .... (If I link an image , that will get spidered will it not ? David D. |
#6
| |||
| |||
|
|
"David D." <java (AT) nbnet (DOT) nb.ca> wrote in message news:EZtTb.85022$IF6.2154968 (AT) ursa-nb00s0 (DOT) nbnet.nb.ca... Almost forgot ..... This has to be a Hyperlink as well .... (If I link an image , that will get spidered will it not ? David D. Yes the link will be followed by a spider, but if you don't want that link to be seen by a bot, use JavaScript. Robots are blind to external js files. |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
I personally use java for this situation. I use for disclaimer and copyright info for example. Try this: Put this line on your web page that needs the info added to it: script language="JavaScript" src="http://www.yoursite.com/address-of-java-file.html"></script Then make an html page with this info on it: document.write('Text that you want to show up on other page.'); You can even place a style sheet on the java page by placing the css link within the: document.write(' and ') I think over 99.something of all browsers used should see this no problem. The spiders will completely ignore the script tags on your page. Hope this helps! ------------------------------ Posted via http://www.searchguild.com/ |
![]() |
| Thread Tools | |
| Display Modes | |
| |