PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > alt.www.webmaster > Make search engine not to crawl a web page
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Make search engine not to crawl a web page

Réponse
 
LinkBack Outils de la discussion
Vieux 28/12/2007, 18h49   #1
sreedhardasi@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Make search engine not to crawl a web page

Hi,

I don't want some of my web pages appear in search engine results. Is
there anyway to indicate search engine not to crawl those pages (by
adding any tags)? Thanks in advance.

-Sreedhar
  Réponse avec citation
Vieux 28/12/2007, 18h57   #2
Fred Atkinson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Make search engine not to crawl a web page

On Fri, 28 Dec 2007 10:49:30 -0800 (PST), sreedhardasi@gmail.com
wrote:

>Hi,
>
>I don't want some of my web pages appear in search engine results. Is
>there anyway to indicate search engine not to crawl those pages (by
>adding any tags)? Thanks in advance.
>
>-Sreedhar


Yes. Use a robots.txt file in your primary site directory (it
only works in the root directory of the site).

There are robots meta tags.

You can get information about that at:
http://www.robotstxt.org

The robots.txt file info can be seen at:
http://www.robotstxt.org/robotstxt.html

The meta tags are displayed at:
http://www.robotstxt.org/meta.html

Regards,



Fred

  Réponse avec citation
Vieux 28/12/2007, 19h26   #3
sreedhardasi@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Make search engine not to crawl a web page

On Dec 28, 10:57am, Fred Atkinson <fatkin...@mishmash.com> wrote:
> On Fri, 28 Dec 2007 10:49:30 -0800 (PST), sreedhard...@gmail.com
> wrote:
>
> >Hi,

>
> >I don't want some of my web pages appear in search engine results. Is
> >there anyway to indicate search engine not to crawl those pages (by
> >adding any tags)? Thanks in advance.

>
> >-Sreedhar

>
> Yes. Use a robots.txt file in your primary site directory (it
> only works in the root directory of the site).
>
> There are robots meta tags.
>
> You can get information about that at:http://www.robotstxt..org
>
> The robots.txt file info can be seen at:http://www.robotstxt.org/robotstxt.html
>
> The meta tags are displayed at:http://www.robotstxt.org/meta.html
>
> Regards,
>
> Fred


Thanks for your prompt response. I should have explained my scenario
better.

The page is dynamic which accepts an id in querystring,

e.g. product.asp?id=1.

I want some products appear in the search results, but I don't want
some of them appear in the results (They are exclusive to some
customers).

Thanks in advance.

Regards,
Sreedhar
  Réponse avec citation
Vieux 28/12/2007, 19h55   #4
Mark Goodge
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Make search engine not to crawl a web page

On Fri, 28 Dec 2007 11:26:23 -0800 (PST), sreedhardasi@gmail.com put
finger to keyboard and typed:

>Thanks for your prompt response. I should have explained my scenario
>better.
>
>The page is dynamic which accepts an id in querystring,
>
>e.g. product.asp?id=1.
>
>I want some products appear in the search results, but I don't want
>some of them appear in the results (They are exclusive to some
>customers).


Well, since the page is being dynamically generated to display
different products, the simplest option is to add a line of code that
puts the appropriate meta tag into the headers for products that you
don't want to be indexed.

Mark
--
Blog: http://Mark.Goodge.co.uk Photos: http://www.goodge.co.uk
"If you never know truth then you never know love"
  Réponse avec citation
Vieux 28/12/2007, 21h19   #5
sreedhardasi@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Make search engine not to crawl a web page

On Dec 28, 11:55am, Mark Goodge <use...@listmail.good-stuff.co.uk>
wrote:
> On Fri, 28 Dec 2007 11:26:23 -0800 (PST), sreedhard...@gmail.com put
> finger to keyboard and typed:
>
> >Thanks for your prompt response. I should have explained my scenario
> >better.

>
> >The page is dynamic which accepts an id in querystring,

>
> >e.g. product.asp?id=1.

>
> >I want some products appear in the search results, but I don't want
> >some of them appear in the results (They are exclusive to some
> >customers).

>
> Well, since the page is being dynamically generated to display
> different products, the simplest option is to add a line of code that
> puts the appropriate meta tag into the headers for products that you
> don't want to be indexed.
>
> Mark
> --
> Blog:http://Mark.Goodge.co.uk Photos:http://www.goodge.co.uk
> "If you never know truth then you never know love"


Thanks for your response. What is the meta tag that tells search
engine not to index that page? Please let me know.
  Réponse avec citation
Vieux 28/12/2007, 23h04   #6
Mark Goodge
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Make search engine not to crawl a web page

On Fri, 28 Dec 2007 13:19:14 -0800 (PST), sreedhardasi@gmail.com put
finger to keyboard and typed:

>On Dec 28, 11:55am, Mark Goodge <use...@listmail.good-stuff.co.uk>
>wrote:
>> On Fri, 28 Dec 2007 11:26:23 -0800 (PST), sreedhard...@gmail.com put
>> finger to keyboard and typed:
>>
>> >Thanks for your prompt response. I should have explained my scenario
>> >better.

>>
>> >The page is dynamic which accepts an id in querystring,

>>
>> >e.g. product.asp?id=1.

>>
>> >I want some products appear in the search results, but I don't want
>> >some of them appear in the results (They are exclusive to some
>> >customers).

>>
>> Well, since the page is being dynamically generated to display
>> different products, the simplest option is to add a line of code that
>> puts the appropriate meta tag into the headers for products that you
>> don't want to be indexed.
>>
>> Mark
>> --
>> Blog:http://Mark.Goodge.co.uk Photos:http://www.goodge.co.uk
>> "If you never know truth then you never know love"

>
>Thanks for your response. What is the meta tag that tells search
>engine not to index that page? Please let me know.


That's in the page referenced by Fred Atkinson, in the post to which
you responded. Follow the links he gave you, and all will become
clear.

Mark
--
http://www.BritishSurnames.co.uk - What does your surname say about you?
"Come on you target for faraway laughter, come on you stranger, you legend, you martyr, and shine!"
  Réponse avec citation
Vieux 29/12/2007, 00h53   #7
Fred Atkinson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Make search engine not to crawl a web page

On Fri, 28 Dec 2007 13:19:14 -0800 (PST), sreedhardasi@gmail.com
wrote:

>Thanks for your response. What is the meta tag that tells search
>engine not to index that page? Please let me know.


That's what I gave you on the previous post:

The meta tags are displayed at:
http://www.robotstxt.org/meta.html

Regards,

Fred
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 05h29.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,16540 seconds with 15 queries