Welcome to the IMTalk - Internet Marketing & SEO Forum.
  • Login:
+ Reply to Thread
Results 1 to 8 of 8
  1. #1
    JudderMan is offline IM & SEO Weak Jaw JudderMan is on a distinguished road
    Join Date
    Jun 2011
    Posts
    191
    Thanks Given
    66
    Thanked 25 Times in 18 Posts

    [ASK] How to Hide Internal Links?

    Hi all,

    Finally got a little bit of time to work on my own sites and was wondering how to hide my internal links?

    The point is it's a casino review site and is basically a very clever pre-sell with a link in the last paragraph to join. Thing is, I want to link all relevant pages together for search engine spiders, as I believe this is a great part of on-page SEO, but I don't want a blanket of links taking the readers' eyes from the 'money' link. I want the internal links to be light black, the same colour as the text so the reader won't even notice.

    It's a WordPress site by the way and thanks in advance.


  2. #2
    wink0r's Avatar
    wink0r is offline Moderator wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold
    Join Date
    Oct 2010
    Location
    East Coast, USA
    Posts
    2,183
    Thanks Given
    941
    Thanked 651 Times in 491 Posts
    WordPress.com or self-hosted?

    You can control links with css. a:link, a:visited, a:hover, a:active are selectors for the four states of links. You would make a rule like color: black; to make them black can also be color: #XXXXXX; to match other colors. If you are on WP.com you would probably need to go for the paid upgrade to make a stylesheet. Self hosted look under appearance>editor to edit your files.

  3. The Following User Says Thank You to wink0r For This Useful Post:


  4. #3
    JudderMan is offline IM & SEO Weak Jaw JudderMan is on a distinguished road
    Join Date
    Jun 2011
    Posts
    191
    Thanks Given
    66
    Thanked 25 Times in 18 Posts
    Self hosted. Thanks for the answer. I'll look into that.

  5. #4
    wink0r's Avatar
    wink0r is offline Moderator wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold
    Join Date
    Oct 2010
    Location
    East Coast, USA
    Posts
    2,183
    Thanks Given
    941
    Thanked 651 Times in 491 Posts
    I forgot to mention that you will also need a text-decoration: none; rule. (Can't remember if it is 'decorate' or 'decoration'.) Otherwise you will still get the underline.

  6. The Following User Says Thank You to wink0r For This Useful Post:


  7. #5
    SEO-Melbourne is offline IM & SEO Whisperer SEO-Melbourne is on a distinguished road
    Join Date
    Sep 2011
    Posts
    33
    Thanks Given
    3
    Thanked 4 Times in 3 Posts
    Yes, just blend the link in with the body text, but don't hide it completely, that is bad for SEO

    ---------- Post added 09-05-2011 at 02:37 AM ----------

    and against Google's terms of service
    The SEO Melbourne company. Refer Australian business to us you can make big $$$

  8. The Following User Says Thank You to SEO-Melbourne For This Useful Post:


  9. #6
    JudderMan is offline IM & SEO Weak Jaw JudderMan is on a distinguished road
    Join Date
    Jun 2011
    Posts
    191
    Thanks Given
    66
    Thanked 25 Times in 18 Posts
    Yeah cheers - I'll make the 'hidden' links black (as opposed to dark grey like this colour of print) and the 'money' links bright blue.

  10. #7
    seoboost is offline IM & SEO Whisperer seoboost is on a distinguished road
    Join Date
    Aug 2011
    Posts
    47
    Thanks Given
    2
    Thanked 2 Times in 2 Posts
    All is said, just make the link text appears as part of the normal text in the paragraphs.
    Lets say that you have these styles for normal text, and they appears, in a class content div in paragraphs:

    .content p {
    color:#c9c9c9;
    font-size:14px;
    font-family:Verdana, Georgia, sans-serif;
    }

    so, for css link tex styles:

    .content p a, .content p a:hover, .content a:visited, .content a:link{
    text-decoration:none;
    color:#c9c9c9;
    font-size:14px;
    font-family:Verdana, Georgia, sans-serif;
    }
    Last edited by seoboost; 09-09-2011 at 02:06 AM.

  11. #8
    wink0r's Avatar
    wink0r is offline Moderator wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold
    Join Date
    Oct 2010
    Location
    East Coast, USA
    Posts
    2,183
    Thanks Given
    941
    Thanked 651 Times in 491 Posts
    Actually restating the font-family and font-size is unnecessary in this case as they will cascade down from the .content p styles. If you wanted to make the links a different size or font you would need to list them in the css.


 

Similar Threads

  1. Now, hide Facebook from your boss by converting it into an Excel sheet!
    By bappa in forum Social Networks & Community Websites
    Replies: 4
    Last Post: 12-12-2011, 01:55 AM
  2. Hide my IP
    By rain22 in forum Get Reviewed (Your Websites, SEO, Designs, Tools...)
    Replies: 11
    Last Post: 10-04-2011, 09:26 PM
  3. Tutorial: How to do a right Internal Linking on your Post
    By seobunny in forum On-Page SEO & Content Creation
    Replies: 39
    Last Post: 09-02-2011, 04:31 PM
  4. How to hide website content?
    By Hajoless in forum On-Page SEO & Content Creation
    Replies: 4
    Last Post: 07-04-2011, 05:17 AM
  5. what is difference between outbound and internal links?
    By Dextar in forum Link Building General Talk
    Replies: 7
    Last Post: 02-05-2011, 04:56 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