HighDots Forums  

Text that wont get spidered ?

Search Engine Optimization Discussion about SEO/Search Engine Optimization (alt.internet.search-engines)


Discuss Text that wont get spidered ? in the Search Engine Optimization forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
David D.
 
Posts: n/a

Default Text that wont get spidered ? - 02-02-2004 , 10:14 AM






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.




Reply With Quote
  #2  
Old   
SEO Guy Guy
 
Posts: n/a

Default Re: Text that wont get spidered ? - 02-02-2004 , 10:20 AM






"David D." <java (AT) nbnet (DOT) nb.ca> wrote

Quote:
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.




Reply With Quote
  #3  
Old   
David D.
 
Posts: n/a

Default Re: Text that wont get spidered ? - 02-02-2004 , 10:24 AM



Thanks ...... suspected that , but wanted to double check before I made it
live ....

David D.


"SEO Guy Guy" <spam...... (AT) reallysucks (DOT) com> wrote

Quote:
"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.





Reply With Quote
  #4  
Old   
David D.
 
Posts: n/a

Default Re: Text that wont get spidered ? - 02-02-2004 , 10:25 AM



Almost forgot .....

This has to be a Hyperlink as well .... (

If I link an image , that will get spidered will it not ?

David D.


"SEO Guy Guy" <spam...... (AT) reallysucks (DOT) com> wrote

Quote:
"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.





Reply With Quote
  #5  
Old   
SEO Guy Guy
 
Posts: n/a

Default Re: Text that wont get spidered ? - 02-02-2004 , 10:29 AM



"David D." <java (AT) nbnet (DOT) nb.ca> wrote

Quote:
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.




Reply With Quote
  #6  
Old   
David D.
 
Posts: n/a

Default Re: Text that wont get spidered ? - 02-02-2004 , 10:31 AM



ok ,,, thanks again.

David D.



"SEO Guy Guy" <spam...... (AT) reallysucks (DOT) com> wrote

Quote:
"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.





Reply With Quote
  #7  
Old   
zgraeve
 
Posts: n/a

Default Re:Text that wont get spidered ? - 02-03-2004 , 01:16 AM



I personally use java for this situation. I use for disclaimer an
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 cs
link within the
document.write(' and '
I think over 99.something of all browsers used should see this n
problem. The spiders will completely ignore the script tags on you
page
Hope this helps
-----------------------------
Posted via http://www.searchguild.com/

Reply With Quote
  #8  
Old   
David D.
 
Posts: n/a

Default Re: Re:Text that wont get spidered ? - 02-03-2004 , 11:10 AM



Forgive me for Jumping down your throat , but I have to once again
distinguish/point out that "Java" is in no way, shape or form related to
"Javascript" .....

Javascript is a language , and "Java" is a different language, totally
unrelated , TOTALLY. Javascript is programmed by most people on the net
today just by reading a few small tutorials (not well , but done
nevertheless) , whilst "Java" is a language that takes years of study,
practice and practical use to actually program anything. (Hello World
Excluded ) ... Java is a full blown language like VB, C, C++, etc ....

I'm a Certified "Java" Developer and it drives me crazy when people use the
names in the same sentence together .... The ONLY thing they have in common
are the four letters "j" "a" "v" "a" , and thats where it stops ..

Sorry to sound so harsh , but for people that read this forum ( and dont
know the difference ) I just thought I'd point it out ...

Now , I'm off to be grumpy somewhere else ! ))



"zgraeve" <zach (AT) expert-picks-dot-com (DOT) no-spam.invalid> wrote

Quote:
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/



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.