Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 07-26-2008, 10:53 AM   #1
datatank
Confirmed User
 
datatank's Avatar
 
Join Date: Aug 2004
Location: My dog is blacker than Tupac
Posts: 5,471
How do I tell google to not list ?nats=blah

Say I have a site that is domain.com/videos/001/ but it also has the nats linking code domain.com/videos/001/?nats=blah
I want google to only index the domain.com/videos/001/ and treat all nats codes as that page

Robots? Htaccess? Sitemap?
Thanks
datatank is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 11:34 AM   #2
Vick!
Confirmed User
 
Industry Role:
Join Date: Nov 2005
Location: 20 00'24.00" N, 75 09'00.00 W
Posts: 6,882
may be using robots.txt to disallow?

i am not sure if i understand your question exactly.
__________________
Affordable Quality Web Hosting
Vick! is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 12:18 PM   #3
uno
RIP Dodger. BEST.CAT.EVER
 
uno's Avatar
 
Industry Role:
Join Date: Dec 2002
Location: NYC Area
Posts: 18,450
Quote:
Originally Posted by Vick! View Post
may be using robots.txt to disallow?

i am not sure if i understand your question exactly.
I'm guessing he doesn't want affiliate codes indexed by google, but rather the the regular url sans affil code.
__________________
-uno
icq: 111-914
CrazyBabe.com - porn art
MojoHost - For all your hosting needs, present and future. Tell them I sent ya!
uno is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 12:25 PM   #4
d-null
. . .
 
d-null's Avatar
 
Industry Role:
Join Date: Apr 2007
Location: NY
Posts: 13,724
explain a little better.... what is on the page you want indexed?


domain.com/videos/001/

is there an index file on that folder?
__________________

__________________

Looking for a custom TUBE SCRIPT that supports massive traffic, load balancing, billing support, and h264 encoding? Hit up Konrad!
Looking for designs for your websites or custom tubesite design? Hit up Zuzana Designs
Check out the #1 WordPress SEO Plugin: CyberSEO Suite
d-null is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 12:28 PM   #5
Vick!
Confirmed User
 
Industry Role:
Join Date: Nov 2005
Location: 20 00'24.00" N, 75 09'00.00 W
Posts: 6,882
If you don't want google to index a page, simple use nofollow tag while linking to it. Also disallow via robots.txt .. and it should be fine.
__________________
Affordable Quality Web Hosting
Vick! is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 12:45 PM   #6
datatank
Confirmed User
 
datatank's Avatar
 
Join Date: Aug 2004
Location: My dog is blacker than Tupac
Posts: 5,471
Quote:
Originally Posted by jetjet View Post
explain a little better.... what is on the page you want indexed?


domain.com/videos/001/

is there an index file on that folder?
Yes there is an index page on that. Its a php script but in all practical purposes its an index page. I do not want 50 of the same pages listed in google with all different affiliate ids.
datatank is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 12:45 PM   #7
datatank
Confirmed User
 
datatank's Avatar
 
Join Date: Aug 2004
Location: My dog is blacker than Tupac
Posts: 5,471
Quote:
Originally Posted by uno View Post
I'm guessing he doesn't want affiliate codes indexed by google, but rather the the regular url sans affil code.
Exactly.
datatank is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 01:29 PM   #8
datatank
Confirmed User
 
datatank's Avatar
 
Join Date: Aug 2004
Location: My dog is blacker than Tupac
Posts: 5,471
Quote:
Originally Posted by Vick! View Post
If you don't want google to index a page, simple use nofollow tag while linking to it. Also disallow via robots.txt .. and it should be fine.
How do I tell if to treat all the pages the same without the ?nats=affiliateid ?

Is this a 301 redirect thing?
datatank is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 01:50 PM   #9
d-null
. . .
 
d-null's Avatar
 
Industry Role:
Join Date: Apr 2007
Location: NY
Posts: 13,724
this should work for googlebot anyways if you put it in robots.txt:

User-agent: *
Disallow: /*?

that will disallow any url with a '?' in it so your index.php will be ok

(you have to put the path for the disallow in for the directories though, not sure how you are set up exactly if there is an easy way to do the whole site)
__________________

__________________

Looking for a custom TUBE SCRIPT that supports massive traffic, load balancing, billing support, and h264 encoding? Hit up Konrad!
Looking for designs for your websites or custom tubesite design? Hit up Zuzana Designs
Check out the #1 WordPress SEO Plugin: CyberSEO Suite

Last edited by d-null; 07-26-2008 at 01:52 PM..
d-null is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 01:54 PM   #10
d-null
. . .
 
d-null's Avatar
 
Industry Role:
Join Date: Apr 2007
Location: NY
Posts: 13,724
the more I think about it I must say I am not sure if putting paths in is necessary or if that will work as is for the entire site... maybe someone can comment?
__________________

__________________

Looking for a custom TUBE SCRIPT that supports massive traffic, load balancing, billing support, and h264 encoding? Hit up Konrad!
Looking for designs for your websites or custom tubesite design? Hit up Zuzana Designs
Check out the #1 WordPress SEO Plugin: CyberSEO Suite
d-null is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 02:14 PM   #11
GetSCORECash
Confirmed User
 
GetSCORECash's Avatar
 
Industry Role:
Join Date: Mar 2008
Location: Miami
Posts: 5,527
Quote:
Originally Posted by datatank View Post
Say I have a site that is domain.com/videos/001/ but it also has the nats linking code domain.com/videos/001/?nats=blah
I want google to only index the domain.com/videos/001/ and treat all nats codes as that page

Robots? Htaccess? Sitemap?
Thanks
Why would you want to do this. You are killing your affiliates. Think it over.
__________________
| skype: getscorecash | ICQ: 59-271-063 |
New Sites: | SCORELAND2 | Roku Channel SCORETV.TV | 60PLUSMILFS |
| Big Tit Hooker | Tits And Tugs | Big Boobs POV | Karla James |
| Naughty Foot Jobs | Linsey's World | Busty Arianna Sinn | Get SCORE Cash |
GetSCORECash is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 02:19 PM   #12
datatank
Confirmed User
 
datatank's Avatar
 
Join Date: Aug 2004
Location: My dog is blacker than Tupac
Posts: 5,471
Quote:
Originally Posted by jetjet View Post
this should work for googlebot anyways if you put it in robots.txt:

User-agent: *
Disallow: /*?

that will disallow any url with a '?' in it so your index.php will be ok

(you have to put the path for the disallow in for the directories though, not sure how you are set up exactly if there is an easy way to do the whole site)
Would it work like this too just incase I have something that uses ? and I want to get it listed

User-agent: *
Disallow: /*?nats=
datatank is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 02:50 PM   #13
Jdoughs
Confirmed User
 
Jdoughs's Avatar
 
Industry Role:
Join Date: Mar 2004
Location: Great White North
Posts: 5,794
Which program is this?

I don't imagine this will increase your popularity.

I highly doubt its your link power that puts your site in the ranks with the affiliate code, its the affiliates link power that puts them their, google have listed the affiliate page/link for a reason.

Disallowing the indexing of that and taking that traffic from the affiliate is blatent theft.
__________________
LinkSpun - Premier Adult Link Trading Community - ICQ - 464/\281/\250
Be Seen By New Webmasters/Affiliates * Target out webmasters/affiliates based on niches your sites are for less than $20 a month.
AmeriNOC - Proudly hosted @ AmeriNOC!
Jdoughs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 02:56 PM   #14
TheDoc
Too lazy to set a custom title
 
TheDoc's Avatar
 
Industry Role:
Join Date: Jul 2001
Location: Currently Incognito
Posts: 13,827
Are you the sponsor or a webmaster trying to block it?

You have to set the user agent to Google, to use a wild card in the disallow.
Code:
User-agent: Googlebot
Disallow: /*?nats=
Disallow: /index.php?nats=*
If you are the sponsor program. Put the robots.txt file on your money program domain that has your nats/www files. Then you can kill the redirect scripts value (which is the bad thing) and google can choose to use or ignore the duplicate link with the ?nats var or count it's value.

If you block at the ?nats= level, the links won't have any value, not even a link count value, I don't think. And any links - value or not, is a good thing.

Code:
User-agent: Googlebot
Disallow: /track/
Disallow: /strack/

Or if you want to hard link your galleries, to keep the best value. You can use a php script to look and see if ?nats is passed in or not. If so, use that nats code. If not, use a default code from the php to build the links to the paysites.
__________________
~TheDoc - ICQ7765825
It's all disambiguation
TheDoc is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 03:00 PM   #15
TheDoc
Too lazy to set a custom title
 
TheDoc's Avatar
 
Industry Role:
Join Date: Jul 2001
Location: Currently Incognito
Posts: 13,827
Quote:
Originally Posted by Jdoughs View Post
Which program is this?

I don't imagine this will increase your popularity.

I highly doubt its your link power that puts your site in the ranks with the affiliate code, its the affiliates link power that puts them their, google have listed the affiliate page/link for a reason.

Disallowing the indexing of that and taking that traffic from the affiliate is blatent theft.
Linking codes hurt paysites/galleries. Webmasters use all types of stupid words, that don't match any text on the gallery. So it looks like a bunch of duplicate links going to the same page, that google can't figure out what the focus is about, since everyone says it's about CLick Here, and the gallery says it's lesbians, google goes, huh? And ends up listing the webmaster with the best value, rather than the gallery which is the honest focus.

Nobody would be stealing anything. Google will not count or list, the entire ?nats= url. It won't drop the ?nats= and give the value to the url without it. Simply because, he would have told google to totally disallow it all the way.
__________________
~TheDoc - ICQ7765825
It's all disambiguation
TheDoc is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 03:05 PM   #16
datatank
Confirmed User
 
datatank's Avatar
 
Join Date: Aug 2004
Location: My dog is blacker than Tupac
Posts: 5,471
Quote:
Originally Posted by Jdoughs View Post
Which program is this?

I don't imagine this will increase your popularity.

I highly doubt its your link power that puts your site in the ranks with the affiliate code, its the affiliates link power that puts them their, google have listed the affiliate page/link for a reason.

Disallowing the indexing of that and taking that traffic from the affiliate is blatent theft.
LOL you really should not call some one a theif when you do not know the situation. I use nats to track traffic buys from different spots to a "Blog" or sorts that then links to my paysite.

I just do not want to kill the blogs listings by having 50 duplicate content listings from the different nats ids getting picked up in google .
datatank is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 03:28 PM   #17
Jdoughs
Confirmed User
 
Jdoughs's Avatar
 
Industry Role:
Join Date: Mar 2004
Location: Great White North
Posts: 5,794
Quote:
Originally Posted by datatank View Post
LOL you really should not call some one a theif when you do not know the situation. I use nats to track traffic buys from different spots to a "Blog" or sorts that then links to my paysite.

I just do not want to kill the blogs listings by having 50 duplicate content listings from the different nats ids getting picked up in google .
If its just you sending traffic then its not a big deal and obviously not causing any issues, if there is any affiliates its just not right to noindex the nats code, many webmasters work their nats code to rank for search terms.

I get emailed atleast once a month asking how and why my nats code (or another) is ranking or replacing the paysite root. Its not always because a webmaster has targeted the site name and taken the serp, sometimes its a side-effect of going after bigger terms and the affiliate code takes the spots by default for being a better linked to page.

At first look many program owners see their paysites listed with a referal link and assume that the traffic and search rank should be theirs, but there is a reason the affiliate link is there, it was worked to rank their.
__________________
LinkSpun - Premier Adult Link Trading Community - ICQ - 464/\281/\250
Be Seen By New Webmasters/Affiliates * Target out webmasters/affiliates based on niches your sites are for less than $20 a month.
AmeriNOC - Proudly hosted @ AmeriNOC!

Last edited by Jdoughs; 07-26-2008 at 03:30 PM..
Jdoughs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 04:06 PM   #18
V_RocKs
Damn Right I Kiss Ass!
 
Industry Role:
Join Date: Dec 2003
Location: Cowtown, USA
Posts: 32,413
Can you post what program you want this info for so I can stop pushing it please?
V_RocKs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 04:16 PM   #19
V_RocKs
Damn Right I Kiss Ass!
 
Industry Role:
Join Date: Dec 2003
Location: Cowtown, USA
Posts: 32,413
Quote:
Originally Posted by datatank View Post
LOL you really should not call some one a theif when you do not know the situation. I use nats to track traffic buys from different spots to a "Blog" or sorts that then links to my paysite.

I just do not want to kill the blogs listings by having 50 duplicate content listings from the different nats ids getting picked up in google .
Ohh.. if that is the case, you make me laugh...

LOL

Wow... haha... You are so clueless.. hahahhahaa
V_RocKs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 05:12 PM   #20
datatank
Confirmed User
 
datatank's Avatar
 
Join Date: Aug 2004
Location: My dog is blacker than Tupac
Posts: 5,471
Quote:
Originally Posted by Jdoughs View Post
If its just you sending traffic then its not a big deal and obviously not causing any issues, if there is any affiliates its just not right to noindex the nats code, many webmasters work their nats code to rank for search terms.

I get emailed atleast once a month asking how and why my nats code (or another) is ranking or replacing the paysite root. Its not always because a webmaster has targeted the site name and taken the serp, sometimes its a side-effect of going after bigger terms and the affiliate code takes the spots by default for being a better linked to page.

At first look many program owners see their paysites listed with a referal link and assume that the traffic and search rank should be theirs, but there is a reason the affiliate link is there, it was worked to rank their.
It is in my interest to actually track the sales back to the original traffic spot. I think I can make it work by dropping a cookie and if no new nats link code it used it should credit the sale back the the place that the traffic first came from.

Think or a mini review site that is buying traffic from google and yahoo and passing in different nats ids that in turn go out to the paysites that track under sub ids . I just do not want to kill the organic rankings by having multiple nats ids listed in google with the same exact content .
datatank is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 05:16 PM   #21
datatank
Confirmed User
 
datatank's Avatar
 
Join Date: Aug 2004
Location: My dog is blacker than Tupac
Posts: 5,471
Quote:
Originally Posted by TheDoc View Post
Are you the sponsor or a webmaster trying to block it?

You have to set the user agent to Google, to use a wild card in the disallow.
Code:
User-agent: Googlebot
Disallow: /*?nats=
Disallow: /index.php?nats=*




Hey Doc and JetJet thanks I think this might work. One more thing is there any way to make that like a 301 redirect so if it does have any link juice it will get passed back to the domain.com /movies/paysite/ from the domain.com /movies/paysite/?nats=blah
datatank is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-26-2008, 10:42 PM   #22
d-null
. . .
 
d-null's Avatar
 
Industry Role:
Join Date: Apr 2007
Location: NY
Posts: 13,724
Quote:
Originally Posted by datatank View Post
Hey Doc and JetJet thanks I think this might work. One more thing is there any way to make that like a 301 redirect so if it does have any link juice it will get passed back to the domain.com /movies/paysite/ from the domain.com /movies/paysite/?nats=blah
that's a good question, in that case I guess you would need to set up a 301 in your htaccess, but wouldn't that redirect also strip off the nats code so you wouldn't be able to use it without a real acrobatic use of logfiles?

I'm guessing you can't have it both ways, but I am far from an expert so this is pretty much a bump for some more input from experts for you....
__________________

__________________

Looking for a custom TUBE SCRIPT that supports massive traffic, load balancing, billing support, and h264 encoding? Hit up Konrad!
Looking for designs for your websites or custom tubesite design? Hit up Zuzana Designs
Check out the #1 WordPress SEO Plugin: CyberSEO Suite
d-null is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-27-2008, 07:47 AM   #23
datatank
Confirmed User
 
datatank's Avatar
 
Join Date: Aug 2004
Location: My dog is blacker than Tupac
Posts: 5,471
Quote:
Originally Posted by jetjet View Post
that's a good question, in that case I guess you would need to set up a 301 in your htaccess, but wouldn't that redirect also strip off the nats code so you wouldn't be able to use it without a real acrobatic use of logfiles?

I'm guessing you can't have it both ways, but I am far from an expert so this is pretty much a bump for some more input from experts for you....
Hey thanks for your help its much appreciated. Hope you are having a good weekend
datatank is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-27-2008, 03:07 PM   #24
V_RocKs
Damn Right I Kiss Ass!
 
Industry Role:
Join Date: Dec 2003
Location: Cowtown, USA
Posts: 32,413
One less competitor to worry about... haha...
V_RocKs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.