How to disguise active links without being labeled an SEO Spammer

5 replies
  • SEO
  • |
(Credit to Danial Tan)
If you're using SEO on your blog it's always a good idea to include a backlink to an authority site on your posts and pages. (I use Wikipedia.com).

However too many links can look spammy... but there is a way in which to make that link not appear as a link to your visitor by using a little

HTML which disguises that link and can also be used on any link. (You use your keyword as anchor text)

Here's how to do it by placing the following code into your sentence!

<a style= "text-decoration:none;color:black;" <a href="http://authority site"ref=nofollow">Anchor text=keyword</a>

The following is an example of how I used this using the keyword "fish finder"

This is page 1 of <a style="text-decoration:none;color:black;"<ahref="http://en.wikipedia.org/wiki/Fish_finder"ref=nofollow">Fish Finder.</a>

Explanation:
style="text-decoration:none"=> removes the underline
color:black=> This is your normal font color (Obviously you would use the same color as the text you're using on the page.
rel="nofollow"=> Saves losing link juice.

(Note: The Wikipedia page I'm linking too is the page on which Wikipedia explains what a fish finder is but is not necessary as long as it's a link to an authority site.)
This will make the link looks exactly like normal text.
By using this method, you can point out a link to an authority site for SEO purposes without concern over your visitors leaving your site because of too many links or loosing credibility.

Make $300 per day in 1 hour per day
#active #active links #disguise #html #labeled #links #seo #spam links #spammer #wikepedia
  • Profile picture of the author Michael Ten
    that seems like it could cause problems later on... maybe not though.. interesting tip... probably wont' use it.. maybe just will use no grey-hat stuff..

    white hat only.. maybe the hat gets a bit dirty over time, but it is still fundamentally white..
    {{ DiscussionBoard.errors[3256730].message }}
  • Profile picture of the author Sandee
    why dont you show exactly what the link target is? hiding links less you are doing Autoblog or something without your present.
    Signature
    {{ DiscussionBoard.errors[3256837].message }}
    • Profile picture of the author kellio48
      Originally Posted by Sandee View Post

      why dont you show exactly what the link target is? hiding links less you are doing Autoblog or something without your present.
      It's wholly and solely for SEO purposes in that linking to an authority site makes the search engines but disguising it makes your page look less spammy by reducing the number of visible active links.
      It's a bit like makeup
      {{ DiscussionBoard.errors[3257009].message }}
      • Profile picture of the author dburk
        Hi kellio48,

        First let me say that I don't totally agree with the assertion that linking to quality resources as spammy. Personally I see that as the precise opposite of spam. People generally like it and search engines definitely like it. Having said that, I do think there is merit in your approach in certain circumstances.

        When it come to conversion optimization, focusing your readers attention on specific elements of your page, in the precise order intended, is a valid and important principle of optimizing the persuasion process. Your method of de-emphasizing certain elements over others can play a useful role in focusing your readers attention where you want it.

        I prefer to separate style from content and recommend using a class in a separate stylesheet.

        Stylesheet snippet:
        Code:
            a.external {text-decoration: none; color:#000}
        Content:
        Code:
        <a class="external" href="http://authority_site .com">Keyword Anchor</a>
        This makes it much more manageable when you have lots of pages to maintain.

        Another thing to keep in mind is that Google has always had the ability to weight the value of such elements in the exact proportion, as rendered by your browser (just as a human reader might), and this has been a part of their algorithm from their earliest days. In fact, this feature of Google was discussed in the original Backrub paper.
        {{ DiscussionBoard.errors[3258531].message }}
        • Profile picture of the author JohnMcCabe
          Originally Posted by kellio48 View Post

          It's wholly and solely for SEO purposes in that linking to an authority site makes the search engines but disguising it makes your page look less spammy by reducing the number of visible active links.
          It's a bit like makeup
          Sounds more like a twist on the old keyword stuffing technique of ending your page with a big block of keywords in tiny type the same color as the background.

          Why do I get the idea that it's less about "looking spammy" and more about hiding opportunities to leave your page?
          {{ DiscussionBoard.errors[3258798].message }}

Trending Topics