Mobile app version of vmapp.org
Login or Join
Shakeerah822

: Does text-shadow CSS affect SEO ranking by risking a cloaking penalty? I've done googling this but didn't found any answers and would love to try this out on my website. As it's a good ranking

@Shakeerah822

Posted in: #Cloaking #Css #Penalty #Seo #Serps

I've done googling this but didn't found any answers and would love to try this out on my website.

As it's a good ranking website, I want to ask you before risking it.

font-size: 50px;
text-shadow: 0px 1px 1px #ddd ,
0px 2px 1px #d6d6d6 ,
0px 3px 1px #ccc ,
0px 4px 1px #c5c5c5,
0px 5px 1px #c1c1c1,
0px 6px 1px #bbb,
0px 7px 1px #777,
0px 8px 3px rgba(100, 100, 100, 0.4),
0px 9px 5px rgba(100, 100, 100, 0.1),
0px 10px 7px rgba(100, 100, 100, 0.15),
0px 11px 9px rgba(100, 100, 100, 0.2),
0px 12px 11px rgba(100, 100, 100, 0.25),
0px 13px 15px rgba(100, 100, 100, 0.3);
}


Is this okay? OR CHECK THIS codepen.io/chriscoyier/pen/urkCd

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Shakeerah822

2 Comments

Sorted by latest first Latest Oldest Best

 

@Heady270

Google penalizes for text that is not visible to the users. White text on a white background can be used for keyword stuffing. In that case the keywords are put in the page source where Googlebot indexes them, but the font color makes it so that users don't see it.

Shadow text is not cloaking because the user can see it clearly. There is no risk of penalty of using CSS text-shadow.

10% popularity Vote Up Vote Down


 

@Berumen354

HTML code and CSS code errors if written poorly or outdated don't really matter for actual SEO and rankings on thier own.

Unless these erros are causing other issues such as user experience which would increase bounce rates and affect rankings.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme