New Posts
Live Radio
Welcome guest, is this your first visit?
  • Login:
Americas Cardroom Affiliate Program
+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Fabulous Beyond Compare
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    America
    Posts
    1,486
    Blog Entries
    1
    Feedback Score
    31 (100%)

    Default Weird Nofollows.. Help Please?

    There are a buncha links here that are Nofollowed.. I didn't nofollow them that I'm aware, I'm not sure how they got that way.

    I tried fixing them in my code.. here's the code in my file..
    <li><a href="http://www.4flush.com/category/online-poker-news/">Online Poker News</a></li>
    <li><a href="http://www.4flush.com/category/casino-news/">Online Casino News</a></li>
    <li><a href="http://www.4flush.com/category/poker-strategy/">Online Poker Strategy</a></li>
    <li><a href="http://www.4flush.com/category/casino-news/casino-poker-news/">Casino Poker</a></li>
    If you view source though, it comes up with random nofollows.

    I checked in robots.txt and in .htaccess looking for the cause :/
    I write about:
    • Poker
    • Sportsbetting
    • Bingo
    • Casinos
    • Forex
    • Online Dating
    • Real Estate

    MSG ME FOR INFO!

    For the latest LadyHoldem Content Specials, Like me on Facebook!

  2. #2
    Fabulous Beyond Compare
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    America
    Posts
    1,486
    Blog Entries
    1
    Feedback Score
    31 (100%)

    Default

    I'm also trying to expand the Nav bar..

    <div class="headerleft">
    <a href="<?php echo get_settings('home'); ?>/"><img src="http://www.4flush.com/images/4flushlogo_01.png" alt="<?php bloginfo('description'); ?>" /></a>
    </div>
    <div class="headerright"><a href="http://www.aced.com/?tag=3055" rel="nofollow"><img src="http://www.aced.com/affiliates/banners/choose-your-reason/468x60.gif" alt="Aced.com" border="0" /></a>
    </div>
    </div>
    <div id="navbar">
    <div id="navbarleft">
    <ul>
    <li><a href="http://www.4flush.com/category/online-poker-news/">Online Poker News</a></li>
    <li><a href="http://www.4flush.com/category/casino-news/">Online Casino News</a></li>
    <li><a href="http://www.4flush.com/category/poker-strategy/">Online Poker Strategy</a></li>
    <li><a href="http://www.4flush.com/category/casino-news/casino-poker-news/">Casino Poker</a></li>
    </div>
    <div id="navbarleft">
    <ul>
    <li><a href="/">Online Poker</a></li> <li><a href="http://www.4flush.com/online-poker/index.php">Online Poker Forum</a></li>
    <li><a href="http://www.worldcasinodirectory.com">Land Based Casinos</a></li></ul>
    </div>
    <div id="navbarright">
    </div>
    </div>
    <div id="subnav">
    <div id="subnavleft">
    <ul>
    <li><a href="http://www.4flush.com/pineapple-poker.htm">Pineapple Poker</a></li>
    <li><a href="http://www.4flush.com/5-card-stud.html">5 Card Stud Poker</a></li>
    <li><a href="http://online.worldcasinodirectory.com/">Online Casinos</a></li>
    <li><a href="/7-card-stud.htm">7 Card Stud Online</a></li>
    <li><a href="/playing-razz.html">Razz Poker</a></li>
    </ul>
    <form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
    <input type="text" value="Search this website..." name="s" id="s" onfocus="if (this.value == 'Search this website...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search this website...';}" />
    <input type="submit" id="sbutt" value="GO" /></form>

    </div>


    <div id="subnavright">
    <a href="<?php bloginfo('rss_url'); ?>"><img style="vertical-align:middle" src="<?php bloginfo('template_url'); ?>/images/rss.gif" alt="Subscribe to <?php bloginfo('name'); ?>" /></a><a href="<?php bloginfo('rss_url'); ?>">Subscribe</a>
    </div>

    </div>
    That's the current code on Online Poker News but if ya check it out, you can see that the last row is all funky :P
    I write about:
    • Poker
    • Sportsbetting
    • Bingo
    • Casinos
    • Forex
    • Online Dating
    • Real Estate

    MSG ME FOR INFO!

    For the latest LadyHoldem Content Specials, Like me on Facebook!

  3. #3
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Jan 2009
    Location
    Northern Europe
    Posts
    882
    Blog Entries
    6
    Feedback Score
    3 (100%)

    Default

    The 4 links you posted don't have nofollow when I look at the source, however, there are some of the other links in the top navigation that has a nofollow which isn't in the code you posted above fx. <li><a href="/">Online Poker</a></li>

    To me it looks like there may be a plugin adding code, but I'm not sure, since I'm a bit confused about the whole thing.
    My blog www.unknownwebmaster.com | New posts on Poker affiliate blogs | Webmaster tools I use every day.

  4. #4
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Sweden
    Posts
    448
    Feedback Score
    6 (100%)

    Default

    wow, checked your code and its really messed up.

    Just a little tip, ID's are used 1 time per page so if your gonna use something more than once, have a class.
    Gambling Revolutions

    Are you in need of nice looking poker chips? or maybe something else
    Gambling Products Recreation

    Swedish poker site with poker bonus and reviews.

  5. #5
    Fabulous Beyond Compare
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    America
    Posts
    1,486
    Blog Entries
    1
    Feedback Score
    31 (100%)

    Default

    Quote Originally Posted by Unknown Webmaster View Post
    The 4 links you posted don't have nofollow when I look at the source, however, there are some of the other links in the top navigation that has a nofollow which isn't in the code you posted above fx. <li><a href="/">Online Poker</a></li>

    To me it looks like there may be a plugin adding code, but I'm not sure, since I'm a bit confused about the whole thing.

    Whoops sorry, you're right, I pasted the wrong code, the right code is below though
    I write about:
    • Poker
    • Sportsbetting
    • Bingo
    • Casinos
    • Forex
    • Online Dating
    • Real Estate

    MSG ME FOR INFO!

    For the latest LadyHoldem Content Specials, Like me on Facebook!

  6. #6
    #!/usr/bin/mikebrad
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    USA
    Posts
    697
    Feedback Score
    8 (100%)

    Default

    Definitely a plugin doing that. The pattern seems to be anytime you link to an external url or a relative url (/ instead of Online Poker News), it nofollows. Everytime you use an absolute url within 4flush (Five Card Stud), the link is dofollow'd (not nofollowed, lol).

  7. #7
    Fabulous Beyond Compare
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    America
    Posts
    1,486
    Blog Entries
    1
    Feedback Score
    31 (100%)

    Default

    Grr, looks like a fun night of activate/deactivate ahead.

    Thanks guys
    I write about:
    • Poker
    • Sportsbetting
    • Bingo
    • Casinos
    • Forex
    • Online Dating
    • Real Estate

    MSG ME FOR INFO!

    For the latest LadyHoldem Content Specials, Like me on Facebook!


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Weird search terms
    By Catfish in forum PAL Coffee Shop
    Replies: 1
    Last Post: 05-31-2010, 10:28 AM
  2. Weird Google Search
    By Ridge in forum Poker SEO Forum
    Replies: 6
    Last Post: 05-01-2009, 12:23 PM
  3. Robots.txt and Htaccess nofollows
    By LadyHoldem in forum Poker SEO Forum
    Replies: 1
    Last Post: 12-14-2008, 08:49 AM
  4. weird email
    By Josh in forum PAL Coffee Shop
    Replies: 0
    Last Post: 11-24-2008, 11:05 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Powered by vBulletin® Version 4.1.5
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0
Affiliate Program Consultant