GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   What is the most SE friendly mobile redirect script to use? (https://gfy.com/showthread.php?t=939818)

Si 11-22-2009 04:11 PM

What is the most SE friendly mobile redirect script to use?
 
I'm just setting up some new whitelabels with pimproll (great job BTW guys as usual :thumbsup)

Which works best and doesn't harm your SEO?

Code:

<script type="text/javascript">
if (navigator.userAgent.match(/(opera mini|ipod|iphone|up.browser|up.link|mmp|symbian|smartphone|midp|wap|vodafone|o2|pocket|kindle|mobile|psp|treo|nokia|blackberry|pre\/0.1|android)/i)) {
    // default for all other mobile browsers
    location.replace("http://nameofthedomaincom/");
}
</script>

or,

Code:

<?php
if (preg_match('/(opera mini|ipod|iphone|up.browser|up.link|mmp|symbian|smartphone|midp|wap|vodafone|o2|pocket|kindle|mobile|psp|treo|nokia|blackberry|pre\/0.1|android)/i', $_SERVER['HTTP_USER_AGENT'])) {
    header('Cache-Control: no-transform');
    header('Vary: User-Agent, Accept');
    header('Location: http://domaingoeshere.com');
    exit;
}
?>

Or is there a better more SE friendly way to do it?

Just double checking here, i'm sure either of the ways above will work perfectly.

Thanks for any help :thumbsup

fatfoo 11-22-2009 04:15 PM

These codes seem like a bunch of jibberish,
Until you crack them.
Try to do some SE, do it long-term or flee.
SE takes months of hard work.
But at the end you pop a wine cork.

alias 11-22-2009 04:17 PM

The other option is .htaccess, sample free redirects on http://nichemobi.com if you want to check .htaccess out too. Just change the links [to any mobile site or lander] then upload the .htaccess .

RevShare it! 11-22-2009 04:22 PM

Feel free to contact us for help: http://www.RevShareit.com

We can set you up with 75% to get you going and a white label. Our site is compatible with all the top phones and we have been in mobile adult for about a couple years.

Jdoughs 11-22-2009 04:25 PM

Quote:

Originally Posted by RevShare it! (Post 16575675)
Feel free to contact us for help: http://www.RevShareit.com

We can set you up with 75% to get you going and a white label. Our site is compatible with all the top phones and we have been in mobile adult for about a couple years.

Let me thank you for the original poster, you've helped him greatly.




You could at least offer a tad bit of assistance with this blatent spam.

Fucking clueless some of you.

Si 11-22-2009 04:32 PM

I'm not looking for another program, i'm going with pimp roll.

The possible seo problem is what I am trying to avoid, I remember seeing a thread here before with a very good redirect code in there (think it was also .htaccess) that was meant to be google/se friendly, and I can't find it :(

alias 11-22-2009 04:37 PM

Quote:

Originally Posted by Si (Post 16575701)
I'm not looking for another program, i'm going with pimp roll.

The possible seo problem is what I am trying to avoid, I remember seeing a thread here before with a very good redirect code in there (think it was also .htaccess) that was meant to be google/se friendly, and I can't find it :(

Dude, the site I posted has it for free: http://nichemobi.com/tools/sample.htaccess_all.txt

We don't care what program you promote.. .

Other versions: http://nichemobi.com/tools/

bdld 11-22-2009 04:43 PM

the code doesnt matter, redirecting people based on their browser to a different site is not a good idea seo-wise, you should redirect them to a mobile version of your own site.

alias 11-22-2009 04:49 PM

Quote:

Originally Posted by bdld (Post 16575718)
the code doesnt matter, redirecting people based on their browser to a different site is not a good idea seo-wise, you should redirect them to a mobile version of your own site.

You can make a mobile.yourownsite.com, subdomain, use the script I posted. Put
Code:

<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
in the head and add whatever content and links you want.

Si 11-22-2009 05:08 PM

Ok, has anyone actually seen any drops in SEO traffic using mobile redirects like the one's stated above?

alias 11-22-2009 05:15 PM

I was wary of this too, did it on some blogs. Still testing, I only really did it on blogs that wouldn't offer the mobile viewer enough as is. Will have to keep you posted, but FWIW I believe we used a 302 redirect on the .htaccess.

Si 11-22-2009 05:21 PM

Ok cool thanks for all the help,

I'm probably going to try this on a lesser traffic site just to see what happens. If it don't have any negative effect then obviously i'll add to some more sites.

halfpint 11-22-2009 06:10 PM

This question was asked on the google webmasters youtube videos and heres his answer

https://youtube.com/user/GoogleWe...44/hK6wf7CBYS8

Im using the .htaccess to redirect traffic to the mobile site


All times are GMT -7. The time now is 09:17 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123