Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #30542
| Newsgroups | comp.lang.javascript |
|---|---|
| Date | 2016-05-25 15:09 -0700 |
| References | <7ebd3760-9d9f-426a-a59a-c3e2f1024f40@googlegroups.com> <XnsA6135F759E5Ceejj99@194.109.6.166> <2831964c-230e-4767-8aa1-74d12c98603c@googlegroups.com> <XnsA613D71A887A7eejj99@194.109.6.166> |
| Message-ID | <536e2165-9726-426f-9e5b-8487ed5d5930@googlegroups.com> (permalink) |
| Subject | Re: Nofollow javascript |
| From | Andre Trevas <andretrevas@gmail.com> |
> > What do i need? > > Every url with www.example.com.br/addFavorite/id can't be follow by > google. > > Methinks [!!!!] everything that you put on the web without a login > CAN be indexed by others, like google. > > However, Google has some voluntarily agreed restrictions, it seems [!!!]: > > Any url with "...?id=1234" [any number] > won't be indexed and followed. > > Any page with > <meta name="robots" content="noindex, nofollow"> > won't be indexed and followed. > > Any page disallowed in the /robots.txt file as such > won't be indexed and followed. > > And I doubt Google will follow URLs > mentioned in a piece of javascript in a page, > independent on if it has a .js, .php, .htmp, .asp extention. > > And of course, google cannot see any serverside code in such pages, > when their extentions are flagged in the server to be executed by a > serverside engine in stead of just downloaded to the user's browser. > > So methinks you have a lot of choices. > > > Every url with www.example.com.br/addFavorite/id > > can't be follow by google. > > Use "/robots.txt" disallow. > See <http://www.robotstxt.org/robotstxt.html> > > -- > Evertjan. > The Netherlands. > (Please change the x'es to dots in my emailaddress) Evertjan, thank you very much. Can i add this code in robots.txt User-agent: * Disallow: /addFavoritos/ And fix it?
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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