Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #30572

Re: Nofollow javascript

Newsgroups comp.lang.javascript
Subject Re: Nofollow javascript
From "Evertjan." <exxjxw.hannivoort@inter.nl.net>
References (1 earlier) <XnsA6135F759E5Ceejj99@194.109.6.166> <2831964c-230e-4767-8aa1-74d12c98603c@googlegroups.com> <XnsA613D71A887A7eejj99@194.109.6.166> <536e2165-9726-426f-9e5b-8487ed5d5930@googlegroups.com> <2667222.3UKDVXEj2b@PointedEars.de>
Date 2016-05-28 11:48 +0200
Message-ID <XnsA616780CEADA4eejj99@194.109.6.166> (permalink)

Show all headers | View raw


Thomas 'PointedEars' Lahn <PointedEars@web.de> wrote on 27 May 2016 in 
comp.lang.javascript:

>>> Any url with "...?id=1234" [any number]
>>> won't be indexed and followed.
> 
> How did you get that idea?

There used to be a Googlebot rule, 
[perhaps Google does not follow that anymore]: 

"Don't use "&id=" as a parameter in your URLs, 
as we don't include these pages in our index."

============================

Still, you can induce this behavour, it seems:

User-agent: Googlebot
Disallow: *id=

with this in robots.txt the google-bot not touch:

http://www.example.com/mypage.html?id=1234
and
http://www.example.com/mypage.html?c=d&id=1234&a=b

[not tested]

-- 
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Back to comp.lang.javascript | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Nofollow javascript Andre Trevas <andretrevas@gmail.com> - 2016-05-24 23:11 -0700
  Re: Nofollow javascript "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-05-25 09:23 +0200
    Re: Nofollow javascript Andre Trevas <andretrevas@gmail.com> - 2016-05-25 10:32 -0700
      Re: Nofollow javascript "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-05-25 21:08 +0200
        Re: Nofollow javascript Andre Trevas <andretrevas@gmail.com> - 2016-05-25 15:09 -0700
          Re: Nofollow javascript "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-05-26 00:39 +0200
          Re: Nofollow javascript Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-05-27 18:27 +0200
            Re: Nofollow javascript "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-05-28 11:48 +0200
  Re: Nofollow javascript "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-05-25 06:10 -0700
    Re: Nofollow javascript Andre Trevas <andretrevas@gmail.com> - 2016-05-25 10:36 -0700
      Re: Nofollow javascript "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-05-25 16:44 -0700
        Re: Nofollow javascript "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-05-25 16:50 -0700
          Re: Nofollow javascript "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-05-26 12:55 +0200
            Re: Nofollow javascript "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-05-26 05:14 -0700
              Re: Nofollow javascript "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-05-26 14:20 +0200
                Re: Nofollow javascript "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-05-26 05:55 -0700
  Re: Nofollow javascript Andre Trevas <andretrevas@gmail.com> - 2016-06-09 08:29 -0700

csiph-web