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-23-2011, 05:35 AM   #1
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,372
SEO Question regarding fake PR

I know you have all heard of fake PR, when a domain has a page rank, but its really for a different domain.

Have you heard of this for alexa?

I have a domain (only really use it for development) but when i put the name into alexa, it comes up as another name.

Ive never ran into this before.

__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-23-2011, 06:18 AM   #2
slapass
Too lazy to set a custom title
 
Join Date: Nov 2002
Location: Earth
Posts: 14,622
I have seen it. No idea how to do it or stop it.
slapass is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-23-2011, 06:25 AM   #3
seeandsee
Check SIG!
 
seeandsee's Avatar
 
Industry Role:
Join Date: Mar 2006
Location: Europe (Skype: gojkoas)
Posts: 50,945
first time to hear about that
__________________
BUY MY SIG - 50$/Year

Contact here
seeandsee is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-23-2011, 06:36 AM   #4
SallyRand
So Fucking Banned
 
Industry Role:
Join Date: Jan 2008
Location: In A Galaxie Far, Far Away!
Posts: 3,487
:tongue

Quote:
Originally Posted by fris View Post
I know you have all heard of fake PR, when a domain has a page rank, but its really for a different domain.

Have you heard of this for alexa?

I have a domain (only really use it for development) but when i put the name into alexa, it comes up as another name.

Ive never ran into this before.

An explanation and example from a blackhat blog:

"So you want to get into link exchanging, but no one wants to trade with you because your page rank sucks.

Guess you need to spoof a reasonable Google PR like a 5, 6 or 7.

Well the good folks at SEOXXXXXXXX (among others) demonstrate how you can spoof or fake a PR 10 or any Page rank you want.

Here’s how you Spoof a Google Page Rank:

1. Buy a domain.
2. 301 Redirect the domain either in you .htaccess, PHP header (anything server side) to a page with the desired page rank. It’s better to redirect to something relevant. For example, if you are doing a mortgage site, redirect to a mortgage site.
for php the code is:

<?php
header(”HTTP/1.1 301 Moved Permanently”);
header(”location:http://www.XXXXXXXXXXXXXXXXXXXX.com”);
exit;
?>

3. Link to the page with the redirect from another of your sites that gets regularly spidered by Google. Since you use the Alexa Toolbar, you should have several sites that are spidered daily by google.

4. Wait for google update. Google Updates happen about every three months or now perhhaps even more often.

5. Now you use cloaking software that says:

<?php
if(ip is in list) (list of google IPs){
header(”HTTP/1.1 301 Moved Permanently”);
header(”location:http://www.XXXXXXXXXXXXX.com”);
exit;}
else
{
header(’Content-Type: text/html; charset=ISO-8859-1′);
//Show your site
};
?>

The main drawback is that your site will not actually be indexed by Google as long as you are redirecting the Googlebots to your competitors site, so it’s really only good for link selling / trading.

BTW, don’t claim to have a certain PR when you are selling – that’s fraud.

This further illustrates how useless Page Rank has become in measuring a sites importance.

Buyer Beware."

"Detect Fake Pagerank

To detect Fake Pagerank, simply type in the webpage, such as www.SiteWithFakePR.com into Google’s search and look at the cache. The cache will not be that of the site with Fake PR, it will be the site with the actual PR."

Last edited by SallyRand; 07-23-2011 at 06:41 AM..
SallyRand is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-23-2011, 06:56 AM   #5
Klen
 
Klen's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Little Vienna
Posts: 32,235
Yes i'v seen it,for some reason i have two domains which have same alexa rank
Klen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-23-2011, 08:03 AM   #6
blackmonsters
Making PHP work
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 20,542
Page rank is useless, unless someone is trying to trick people into buying backlinks.
__________________
Make Money with Porn
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-23-2011, 08:25 AM   #7
CaptainWolfy
Playa
 
CaptainWolfy's Avatar
 
Industry Role:
Join Date: Dec 2005
Location: Somewhere on the Earth
Posts: 8,439
check arpa zones
CaptainWolfy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-23-2011, 09:47 AM   #8
V_RocKs
Damn Right I Kiss Ass!
 
Industry Role:
Join Date: Dec 2003
Location: Cowtown, USA
Posts: 32,409
check check, check it out
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-23-2011, 09:49 AM   #9
chronig
Registered User
 
Industry Role:
Join Date: Oct 2009
Posts: 2,653
Quote:
Originally Posted by SallyRand View Post
An explanation and example from a blackhat blog:

"So you want to get into link exchanging, but no one wants to trade with you because your page rank sucks.

Guess you need to spoof a reasonable Google PR like a 5, 6 or 7.

Well the good folks at SEOXXXXXXXX (among others) demonstrate how you can spoof or fake a PR 10 or any Page rank you want.

Here?s how you Spoof a Google Page Rank:

1. Buy a domain.
2. 301 Redirect the domain either in you .htaccess, PHP header (anything server side) to a page with the desired page rank. It?s better to redirect to something relevant. For example, if you are doing a mortgage site, redirect to a mortgage site.
for php the code is:

<?php
header(?HTTP/1.1 301 Moved Permanently?);
header(?location:http://www.XXXXXXXXXXXXXXXXXXXX.com?);
exit;
?>

3. Link to the page with the redirect from another of your sites that gets regularly spidered by Google. Since you use the Alexa Toolbar, you should have several sites that are spidered daily by google.

4. Wait for google update. Google Updates happen about every three months or now perhhaps even more often.

5. Now you use cloaking software that says:

<?php
if(ip is in list) (list of google IPs){
header(?HTTP/1.1 301 Moved Permanently?);
header(?location:http://www.XXXXXXXXXXXXX.com?);
exit;}
else
{
header(?Content-Type: text/html; charset=ISO-8859-1′);
//Show your site
};
?>

The main drawback is that your site will not actually be indexed by Google as long as you are redirecting the Googlebots to your competitors site, so it?s really only good for link selling / trading.

BTW, don?t claim to have a certain PR when you are selling ? that?s fraud.

This further illustrates how useless Page Rank has become in measuring a sites importance.

Buyer Beware."

"Detect Fake Pagerank

To detect Fake Pagerank, simply type in the webpage, such as www.SiteWithFakePR.com into Google?s search and look at the cache. The cache will not be that of the site with Fake PR, it will be the site with the actual PR."
He's not asking about fake pagerank you fucking clown
chronig is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-23-2011, 11:56 AM   #10
icymelon
Confirmed User
 
Industry Role:
Join Date: Dec 2007
Location: Las Vegas
Posts: 3,220
I have noticed cases where alexa rank seemed to be really off on some of my domains. both times when I felt it should be higher and other times when it should be lower. Alexa is best to kind of give you an idea
__________________
Network Of Adult Blogs With Hardlink Rentals Available
icymelon 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.