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 08-30-2014, 03:04 AM   #1
Smart Fred
Confirmed User
 
Smart Fred's Avatar
 
Industry Role:
Join Date: Mar 2008
Location: France
Posts: 308
Wordpress issue with Google

I just got a warning letter from Google Webmasters telling my site was deindexed because of Cloaking and/or sneaky redirects.

I first thought about Plugrush or other advertising I use, but digging the problem on the Fetch as Google page, I realized that's a WordPress issue.

All my WordPress pages are considered as redirecting and get a warning when my TGP page on the same domain using Plugrush and other ads succesfully passed the "Fetch as Google" test.

The problem is that such a page
http://a-tribute-to.com/playboy/
redirects to
http://www.a-tribute-to.com/playboy/
because this is the WordPress Address (URL) type in WP General Settings

I get the same on two adult domains and checking a mainstream blog on another host I have the opposite because the I wrote the WordPress Address (URL) without the www.

Any idea how to solve this redirection situation ?

Thanks for your help.
__________________
Stop doing what you like and start doing what brings you money!

Last edited by Smart Fred; 08-30-2014 at 03:05 AM..
Smart Fred is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2014, 03:27 AM   #2
Klen
 
Klen's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Little Vienna
Posts: 32,235
Wait this isn't wordpress issue,i mean redirect from non www to www or opposite is defined in your httpd server settings,or in htaccess if you use apache(and howmuch i know wordpress uses htaccess to deal with that). And that redirect is used with purpose to avoid duplication problem.I had one domain de-indexed due mobile redirect and it is also wordpress blog with also redirecting from non-www to www and it go back into index.So i am not convinced how this is problem,but you can turn it off to see what will happen next.
Klen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2014, 03:37 AM   #3
CurrentlySober
Too lazy to wipe my ass
 
CurrentlySober's Avatar
 
Industry Role:
Join Date: Aug 2002
Location: A Public Bathroom
Posts: 38,642
i dunno... i just personally enjoy sleeping in public bathrooms...
__________________


👁️ 👍️ 💩
CurrentlySober is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2014, 03:41 AM   #4
Seth Manson
Please dont fuck animals
 
Seth Manson's Avatar
 
Industry Role:
Join Date: Jul 2010
Location: Henderson, NV
Posts: 3,988
Free yourself, dump wordpress. Was the best thing I ever did.
Seth Manson is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2014, 04:04 AM   #5
Smart Fred
Confirmed User
 
Smart Fred's Avatar
 
Industry Role:
Join Date: Mar 2008
Location: France
Posts: 308
Quote:
Originally Posted by KlenTelaris View Post
Wait this isn't wordpress issue,i mean redirect from non www to www or opposite is defined in your httpd server settings,or in htaccess if you use apache(and howmuch i know wordpress uses htaccess to deal with that). And that redirect is used with purpose to avoid duplication problem.I had one domain de-indexed due mobile redirect and it is also wordpress blog with also redirecting from non-www to www and it go back into index.So i am not convinced how this is problem,but you can turn it off to see what will happen next.
If I define http://www.a-tribute-to.com/playboy/ as WordPress Address (URL) it redirects http://a-tribute-to.com/playboy/ to http://www.a-tribute-to.com/playboy/

If I define http://a-tribute-to.com/playboy/ as WordPress Address (URL) it redirects http://www.a-tribute-to.com/playboy/ to http://a-tribute-to.com/playboy/

And that's not a problem with htaccess. On my mainstream blog with an empty htaccess I get the same redirection problem.

I have to investigate with my host about the httpd server settings.
__________________
Stop doing what you like and start doing what brings you money!
Smart Fred is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2014, 04:39 AM   #6
aka123
Confirmed User
 
aka123's Avatar
 
Industry Role:
Join Date: Jul 2014
Location: 64 00 N, 26 00 E
Posts: 4,450
Quote:
Originally Posted by Smart Fred View Post
If I define http://www.a-tribute-to.com/playboy/ as WordPress Address (URL) it redirects http://a-tribute-to.com/playboy/ to http://www.a-tribute-to.com/playboy/

If I define http://a-tribute-to.com/playboy/ as WordPress Address (URL) it redirects http://www.a-tribute-to.com/playboy/ to http://a-tribute-to.com/playboy/

And that's not a problem with htaccess. On my mainstream blog with an empty htaccess I get the same redirection problem.

I have to investigate with my host about the httpd server settings.
I have htaccess redirect in my every site to redirect non www to www. Multiple platforms, including Wordpress, so I don't think that is the problem in here. Or maybe the problem is that you don't have htaccess redirect (done seo wise)?

Also, you can choose in google webmaster tools that your site prefers www, so that google knows that it is the address to use and prevents duplicate content penalties.

Last edited by aka123; 08-30-2014 at 04:41 AM..
aka123 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2014, 04:44 AM   #7
VIXEN ESCORTS
Confirmed User
 
Industry Role:
Join Date: Oct 2003
Posts: 1,103
In your Wordpress settings make sure you have the http://www.yourdomain.com
Then go into your Webmaster tools settings and check the option that says always use http://www.yourdomain.com
Then add this to your .htaccess file:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain.com
RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L]
VIXEN ESCORTS is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2014, 04:52 AM   #8
Smart Fred
Confirmed User
 
Smart Fred's Avatar
 
Industry Role:
Join Date: Mar 2008
Location: France
Posts: 308
Quote:
Originally Posted by aka123 View Post

Also, you can choose in google webmaster tools that your site prefers www, so that google knows that it is the address to use and prevents duplicate content penalties.
It seems to be the reason of my site de-indexation. Now running again the Fetch as Google, the same pages are getting green and no more redirect warning.

Just have to re-organize my Google webmaster account as there's two accounts for my two blogs and I don't think that's good for Google.
__________________
Stop doing what you like and start doing what brings you money!
Smart Fred is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2014, 04:56 AM   #9
aka123
Confirmed User
 
aka123's Avatar
 
Industry Role:
Join Date: Jul 2014
Location: 64 00 N, 26 00 E
Posts: 4,450
Quote:
Originally Posted by Smart Fred View Post
It seems to be the reason of my site de-indexation. Now running again the Fetch as Google, the same pages are getting green and no more redirect warning.

Just have to re-organize my Google webmaster account as there's two accounts for my two blogs and I don't think that's good for Google.
I don't think that having two accounts will be problem. I have two accounts: one for my mainstream sites and one for my pornsites.
aka123 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2014, 04:56 AM   #10
Klen
 
Klen's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Little Vienna
Posts: 32,235
Quote:
Originally Posted by Smart Fred View Post
It seems to be the reason of my site de-indexation. Now running again the Fetch as Google, the same pages are getting green and no more redirect warning.

Just have to re-organize my Google webmaster account as there's two accounts for my two blogs and I don't think that's good for Google.
Well sound like redirect was done as temporal redirect instead permanent which is probably why it look that way.And google doesn't like temporal redirect on domain/subdomain level.
Klen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2014, 06:11 AM   #11
Smart Fred
Confirmed User
 
Smart Fred's Avatar
 
Industry Role:
Join Date: Mar 2008
Location: France
Posts: 308
Quote:
Originally Posted by aka123 View Post
I don't think that having two accounts will be problem. I have two accounts: one for my mainstream sites and one for my pornsites.
No I mean I have an account for http://www.a-tribute-to.com/playboy-playmates/ and an account for http://www.a-tribute-to.com/
Two different sitemaps but on the same domain.
__________________
Stop doing what you like and start doing what brings you money!
Smart Fred is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2014, 06:44 AM   #12
aka123
Confirmed User
 
aka123's Avatar
 
Industry Role:
Join Date: Jul 2014
Location: 64 00 N, 26 00 E
Posts: 4,450
Quote:
Originally Posted by Smart Fred View Post
No I mean I have an account for http://www.a-tribute-to.com/playboy-playmates/ and an account for http://www.a-tribute-to.com/
Two different sitemaps but on the same domain.
Okay, that sounds to be very bad practice. Yeah, you should definitely remove the other (I suggest keeping the main domain one).
aka123 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2014, 06:53 AM   #13
Jel
Confirmed User
 
Jel's Avatar
 
Industry Role:
Join Date: Feb 2007
Posts: 6,904
you need to change your gfy username































I'm kidding of course, but I couldn't resist that cue
Jel is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2014, 06:59 AM   #14
johnclark
Confirmed User
 
johnclark's Avatar
 
Industry Role:
Join Date: Sep 2013
Posts: 196
Quote:
Originally Posted by VIXEN ESCORTS View Post
In your Wordpress settings make sure you have the http://www.yourdomain.com
Then go into your Webmaster tools settings and check the option that says always use http://www.yourdomain.com
Then add this to your .htaccess file:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain.com
RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L]
Do this
__________________
info[at]gallerytraffic.net
Icq: 680 - 927 - 770
johnclark is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2014, 08:09 AM   #15
adultwpthemes
Registered User
 
adultwpthemes's Avatar
 
Industry Role:
Join Date: Aug 2014
Location: Italy
Posts: 49
Sorry but if you have in your general settings that domain name with www its normal.

Or try to add funcion in your functions.php
Code:
update_option('siteurl','yourdomain');
update_option('home','yourdomain');
I'm not allowed to put url use with http

but sould work fine with the htaccess as the post above

Last edited by adultwpthemes; 08-30-2014 at 08:10 AM..
adultwpthemes is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2014, 08:39 AM   #16
brentbacardi
Confirmed User
 
brentbacardi's Avatar
 
Industry Role:
Join Date: Nov 2009
Posts: 1,425
Hmmm I've been deindexed for using certain ad widgets. Especially if you use mobile redirects. I really think that is your problem, not the fact that you forward to www like every other site in the world.
__________________
Go Fuck Yourself!
brentbacardi is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2014, 09:00 AM   #17
trevesty
Confirmed User
 
trevesty's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Midwest
Posts: 3,808
Quote:
Originally Posted by brentbacardi View Post
Hmmm I've been deindexed for using certain ad widgets. Especially if you use mobile redirects. I really think that is your problem, not the fact that you forward to www like every other site in the world.
trevesty is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2014, 12:01 PM   #18
Smart Fred
Confirmed User
 
Smart Fred's Avatar
 
Industry Role:
Join Date: Mar 2008
Location: France
Posts: 308
If you look at this picture
http://www.smart-fred-traffic.com/go...ster-tools.jpg

you could see that all pages with manual PHP is passing the Fetch as Google test.
My TGP page
http://www.a-tribute-to.com/playmates.php
is using Plugrush and Plugz.co widgets, but complete the test.

But none of my WordPress main pages
http://www.a-tribute-to.com/playmates/
http://www.a-tribute-to.com/playboy/
http://www.a-tribute-to.com/playboy-playmates/
is completing the test because of redirect.

I've change my site settings on Google Webmasters Tool adding www and now the same WordPress main pages complete the Fetch as Google test.

So now I'm waiting the Reconsideration request results.
__________________
Stop doing what you like and start doing what brings you money!
Smart Fred is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2014, 12:20 PM   #19
Famemonster
Confirmed User
 
Famemonster's Avatar
 
Industry Role:
Join Date: Jul 2014
Posts: 536
Quote:
Originally Posted by Smart Fred View Post
I just got a warning letter from Google Webmasters telling my site was deindexed because of Cloaking and/or sneaky redirects.

I first thought about Plugrush or other advertising I use, but digging the problem on the Fetch as Google page, I realized that's a WordPress issue.

All my WordPress pages are considered as redirecting and get a warning when my TGP page on the same domain using Plugrush and other ads succesfully passed the "Fetch as Google" test.

The problem is that such a page
http://a-tribute-to.com/playboy/
redirects to
http://www.a-tribute-to.com/playboy/
because this is the WordPress Address (URL) type in WP General Settings

I get the same on two adult domains and checking a mainstream blog on another host I have the opposite because the I wrote the WordPress Address (URL) without the www.

Any idea how to solve this redirection situation ?

Thanks for your help.
Same exact thing happened to fame-monster.com last week. I had to add websites on my securi plan, and let them find any malware or redirects. They submitted the reconsideration request to google, so far so good. I had to take out my popunders for now.

Last edited by Famemonster; 08-30-2014 at 12:21 PM..
Famemonster is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2014, 12:48 AM   #20
Smart Fred
Confirmed User
 
Smart Fred's Avatar
 
Industry Role:
Join Date: Mar 2008
Location: France
Posts: 308
Continuing digging into my problem, it seems I also have the PlugRush problem.
But according to how much money I earn from selling traffic to mobile and how much I earn selling Playboy membership, it looks to me I have to keep selling mobile traffic.

Is it "Google Safe" to redirect my mobile traffic to a special page on my domain and to put on this page only mobile pay per click traffic ?
__________________
Stop doing what you like and start doing what brings you money!
Smart Fred is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2014, 04:23 AM   #21
aka123
Confirmed User
 
aka123's Avatar
 
Industry Role:
Join Date: Jul 2014
Location: 64 00 N, 26 00 E
Posts: 4,450
Quote:
Originally Posted by Smart Fred View Post
Continuing digging into my problem, it seems I also have the PlugRush problem.
But according to how much money I earn from selling traffic to mobile and how much I earn selling Playboy membership, it looks to me I have to keep selling mobile traffic.

Is it "Google Safe" to redirect my mobile traffic to a special page on my domain and to put on this page only mobile pay per click traffic ?
If you redirect traffic from your site to your site, it is always more user/ Google friendly than redirecting the visitors outside your site.
aka123 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2014, 04:31 AM   #22
1215
Boner Party
 
1215's Avatar
 
Industry Role:
Join Date: Aug 2004
Posts: 2,376
At least google noticed you! They walk right by my sites without even nodding these days!
__________________
Best Hosting
1215 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2014, 07:49 AM   #23
MTCCash
Registered User
 
Industry Role:
Join Date: Jun 2014
Posts: 53
Quote:
Originally Posted by 1215 View Post
At least google noticed you! They walk right by my sites without even nodding these days!
yea, at least you got their attention, they told you of the penalty -- I have never seen that personally
__________________
MyTubeCams Cash
Live Video Chat Affiliate Program

25% LFTM RevShare, 10% Affiliate Referral, 5% Performer/Studio Referral
http://cash.mytubecams.com
White Labels / Iframes / Flash Banners
Skype: tim.chirillo
ICQ: 431555157
[email protected]
MTCCash is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2014, 10:19 AM   #24
WiredGuy
Pounding Googlebot
 
Industry Role:
Join Date: Aug 2002
Location: Canada
Posts: 34,479
Make sure you do a 301 redirect (.htaccess) on the pages to your www version and put a canonical tag in the html header so google knows which version is preferred. Finally, send a reconsideration request to explain its just a redirect and the 301/canonical and they should re-index everything.
WG
__________________
I play with Google.
WiredGuy 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.