Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #30570
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
|---|---|
| Newsgroups | comp.lang.javascript |
| Subject | Re: Nofollow javascript |
| Date | 2016-05-27 18:27 +0200 |
| Organization | PointedEars Software (PES) |
| Message-ID | <2667222.3UKDVXEj2b@PointedEars.de> (permalink) |
| 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> <536e2165-9726-426f-9e5b-8487ed5d5930@googlegroups.com> |
Andre Trevas wrote: >> > 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. Yes, of course. >> However, Google has some voluntarily agreed restrictions, it seems [!!!]: >> >> Any url with "...?id=1234" [any number] >> won't be indexed and followed. How did you get that idea? >> Any page with >> <meta name="robots" content="noindex, nofollow"> >> won't be indexed and followed. Correct. <https://support.google.com/webmasters/answer/79812> >> Any page disallowed in the /robots.txt file as such >> won't be indexed and followed. Correct. >> 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. Given that Google even *executes* "javascript" [1], how did you get that idea? [1] <https://webmasters.googleblog.com/2014/05/understanding-web-pages-better.html> > Can i add this code in robots.txt > > User-agent: * > Disallow: /addFavoritos/ > > And fix it? SEO is off-topic here. Also, this is not an Internet chat, but a Usenet discussion group; you should keep one attribution line per quotation level. Please read the FAQ, and adjust your settings and behavior accordingly. -- PointedEars FAQ: <http://PointedEars.de/faq> | SVN: <http://PointedEars.de/wsvn/> Twitter: @PointedEars2 | ES Matrix: <http://PointedEars.de/es-matrix> Please do not cc me. / Bitte keine Kopien per E-Mail.
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