Reply
Making a website 'Robot Friendly'
Old 11-20-2005, 10:27 AM Making a website 'Robot Friendly'
Junior Talker

Posts: 3
Hi

Heard that its possible to easily make a website 'robot friendly' re search engines etc by simply adding in a piece of text

Is this true & if so does anyone know the text to include

Thank you
AJ.B is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 11-20-2005, 11:17 AM
King Spam Talker

Posts: 1,004
Location: Manchester, UK
Hi AJ.B,

most text that you put in your web page will be readable by robots - it's just certain things you need to watch out for like javascript. Robots can't read javascript (at the moment).
gringo is offline
Reply With Quote
View Public Profile Visit gringo's homepage!
 
Old 11-20-2005, 02:04 PM
chrishirst's Avatar
Super Moderator

Posts: 16,452
Location: Blackpool. UK
Quote:
Heard that its possible to easily make a website 'robot friendly' re search engines etc by simply adding in a piece of text
absolute rubbish!!
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System | Bits & Bobs
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 11-20-2005, 03:48 PM
Extreme Talker

Posts: 160
I think you might mean a "robots.txt" file. This file goes in the root of your site and allows you to instruct robots NOT to index certain files or directory contents.

This is the sort of thing you can put in this text file :

User-agent: *
Disallow: somefile.htm
Disallow: /admin/
Disallow: /scripts/
Disallow: /styles/
Disallow: /images/

The above would tell robots NOT to index "somefile.htm" and the contents of the specified directories.
You can give instructions to individual robots like so:

User-agent: scooter

Don't forget the <meta name="robots" ........ line too.

I wouldn't say an exclusion standard is "robot friendly" but I think this is what you have heard about.
ElectricSheep is offline
Reply With Quote
View Public Profile
 
Old 11-21-2005, 03:02 PM
0beron's Avatar
Defies a Status

Posts: 1,832
Location: Somewhere else entirely
Making a site robot friendly is often termed 'Search Engine Optimisation' and WT has a forum all about it right here: http://www.webmaster-talk.com/forumdisplay.php?f=102
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Scribble Pad MOD for phpBB (aka MSN handwriting for forums)
0beron is offline
Reply With Quote
View Public Profile Visit 0beron's homepage!
 
Old 11-26-2005, 03:09 PM
Webmaster Talker

Posts: 592
Location: Atlanta, GA
Are you talking about rewriting the urls to make them more spider friendly? If so, you need to learn more, or get help on mod_rewrite by visiting that link. It does help somewhat in getting your site indexed more thoroughly.

I have heard, and seen some evidence on my own sites that dynamic urls
HTML Code:
www.yoursite.com/script.php?12345&take=54678
are crawled, but not as deep as static urls
HTML Code:
www.yoursite.com/script/12345/54678.html
mod_rewrite can do it for you.

Frank

Last edited by neorunner : 11-26-2005 at 03:11 PM.
neorunner is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Making a website 'Robot Friendly'
 

Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13828 seconds with 12 queries