iEntry 10th Anniversary Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > The Visual Design > Your Design and Layout

Reply
 
LinkBack Thread Tools
Old July 16th, 2007, 09:51 AM   #1
WebForumz Member
 

Join Date: Feb 2007
Location: USA
Posts: 52
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Love2Java is on a distinguished road
Question ? IS "meta name="robots" content="?" necessary in pages ?

I've been working on my own site project for some time, and now I'm making fixes and updates, working out bugs, etc., with hopes of testing it live in the near future...
  1. I have a question about the <meta name="robots" content="?"> tag, of which I know there are a few options for the content part, is it necessary to specify this in my web pages?
  2. What exactly do these robots do?
  3. Are there certain types of sites that specifying content="none" would be of benefit?
  4. Besides analyzing a page, can they get into the java classes/servlets I've created for use on my site?
  5. Can they retrieve personal info if there's code in my pages that actually do so?
  6. Do I have reason to be concerned about these robots and should I specify the content in the tag as "none"?
Any input is greatly appreciated,
Thank You,
-Love2Java
Love2Java is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old July 16th, 2007, 09:55 AM   #2
Highly Reputable Member
 

Join Date: Jun 2007
Location: Canterbury
Age: 21
Posts: 724
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 1840dsgn will become famous soon enough 1840dsgn will become famous soon enough
Re: ? IS "meta name="robots" content="?" necessary in pages ?

Quote:
What exactly do these robots do?
As far as I'm aware. Robots are the spiders sent out by search engines like Google, yahoo etc.

By changing the robots meta you can tell them not to index certain pages of your site.

This can also be done using a robots.txt file, which is the more common way of doing it.

For example on my server I've got my site, and also my CMS. My robots file tells the search engine that i don't want it to index my CMS files, this way they won't appear in Google.
1840dsgn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old July 17th, 2007, 10:26 AM   #3
WebForumz Member
 

Join Date: Feb 2007
Location: USA
Posts: 52
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Love2Java is on a distinguished road
Re: ? IS "meta name="robots" content="?" necessary in pages ?

Thank you for explaining this for me

The majority of my pages are JSP's (Java Server Pages)...Java is my core programming language. Therefore, I have a lot of Java Servlets that my JSP pages work with...should I assume that these robots are capable of getting into my class files if they are used in my pages?

I would like to know how "far" these bots are capable of going when digging around in web pages for indexing.

-Love2Java
Love2Java is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old August 6th, 2007, 08:21 PM   #4
New Member
 

Join Date: Jul 2007
Location: Los Angeles
Age: 32
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 imagn is on a distinguished road
Re: ? IS "meta name="robots" content="?" necessary in pages ?

They're really only looking for "live" text and images to both index and rank your respective pages.

You should use both the meta tag and robots.txt file

<meta name="robots" content="index, follow" />

http://www.gnc-web-creations.com/cre...tstxt_file.htm
imagn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old August 8th, 2007, 10:12 AM   #5
WebForumz Member
 

Join Date: Feb 2007
Location: USA
Posts: 52
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Love2Java is on a distinguished road
Re: ? IS "meta name="robots" content="?" necessary in pages ?

Quote:
Originally Posted by imagn View Post
<meta name="robots" content="index, follow" />
What does "index, follow" mean?
Love2Java is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old August 8th, 2007, 10:28 AM   #6
Elite Veteran
 

Join Date: Jan 2007
Location: You know where
Age: 32
Posts: 4,607
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 karinne is a name known to all karinne is a name known to all karinne is a name known to all karinne is a name known to all karinne is a name known to all karinne is a name known to all
Re: ? IS "meta name="robots" content="?" necessary in pages ?

A little google searching got this

HTML Author's Guide to the Robots META tag.
Quote:
The content of the Robots META tag contains directives separated by commas. The currently defined directives are [NO]INDEX and [NO]FOLLOW. The INDEX directive specifies if an indexing robot should index the page. The FOLLOW directive specifies if a robot is to follow links on the page. The defaults are INDEX and FOLLOW. The values ALL and NONE set all directives on or off: ALL=INDEX,FOLLOW and NONE=NOINDEX,NOFOLLOW.
karinne is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old August 8th, 2007, 10:48 AM   #7
WebForumz Member
 

Join Date: Feb 2007
Location: USA
Posts: 52
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Love2Java is on a distinguished road
Re: ? IS "meta name="robots" content="?" necessary in pages ?

Thank you for the explanation karinne, much appreciated
Love2Java is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Tags
head element , meta tag , robots


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a "tag" system to find relevant "related" pages MrQuestions PHP 3 March 20th, 2008 09:06 PM
[SOLVED] Show "Image" Depends On User "Status"? Monie Classic ASP 6 October 15th, 2007 10:22 PM
window.opener.document["nameForm"].getElementById("someid").value; doesnt work drpompeii JavaScript 0 February 17th, 2007 08:09 PM
<option value="yes" class="x"> problem in Firefox mameha1977 HTML, XHTML and CSS 1 June 21st, 2006 08:20 AM
Need to build a "Trip" or "Journey Planner" jswebdev PHP 4 December 5th, 2005 08:22 PM


Search Engine Optimization by vBSEO 3.2.0 RC8