|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
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" |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
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. |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
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!" |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
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 |
|
![]() |
| Outils de la discussion | |
|
|