Mobile app version of vmapp.org
Login or Join
Kevin317

: Could link decoration be considered deceptive? A discussion in the warrior-forum made me wonder if google might perceive link decoration as an attempt to deceive the visitors.. The issue being

@Kevin317

Posted in: #Css #Google #Html #Links

A discussion in the warrior-forum made me wonder if google might perceive link decoration as an attempt to deceive the visitors..

The issue being if you style your links to show like normal text.

for example

body{color:black;}
a{text-decoration:none;color:black;}


In my eyes it would seem illogical for google to penalize sites based on design choices. (Ignoring the argument of which algorithm can decide if a link is differentiated from the rest of the text)

Also it would negate all techniques like replace text with images (* and setting the text to be positioned off-screen or invisible*) etc..

The WA members all argued that it is similar to hiding links (for SEO purposes) and google hates that.

I would like opinions/experience on this..

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Kevin317

3 Comments

Sorted by latest first Latest Oldest Best

 

@Kevin317

It's not the technique that matters, it's the intent. If you hide content for the search engines' benefit but not your users with black text on a black background then you're manipulating the SERPs which is a violation of the TOS and that's when it's a problem. If black on black text somehow is part of the user experience then it's fine (i.e. spoiler text that users have to highlight to see).

Exactly how they determine this is up for speculation although they do have humans review the SERPs for "quality control" so they may have humans investigate sites like in your example. Maybe using an automated system that flags them first and a human reviews them and marks the site as legit or black hat.

10% popularity Vote Up Vote Down


 

@Lengel546

It would be considered bad usability because visitors wouldn't be able to tell there are any links on your site (which would defeat the purpose of having the links in the first place) so I wouldn't recommend it. That being said I think the linking pattern would be more important to Google then the color of the link text. IE if you made your navigation the same size and color as your regular text it wouldn't be hiding so much as poor design if however you linked every keyword in all of your articles to a different page or site and made them look exactly like the text, that might draw some suspicion.

As with most things the more extreme you make it the more likely it is to be a problem.

10% popularity Vote Up Vote Down


 

@YK1175434

For SEO point of view I've never been penalized for doing that.

But I only did that when it was critical to the client, as I strongly recommend to not let links as text for usability and accessibility reasons.

People recognize ofter better blue color, with underline for text. Visual clues as color, underline and or effects (underline when hovering), increase websites usability, what makes visitors overall satisfaction better.

Same rules for visited links. Let your visitors what they've already seen/read.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme