alo!
i'm trying to not show the blog description on the header but keep it to be viewed by google,
wich php file manage it?
alo!
i'm trying to not show the blog description on the header but keep it to be viewed by google,
wich php file manage it?
You just need this in your style.css:
#blog-description {position:absolute;left:-9000px;}I would like to suggest #blog-description {display:none}.
Using #blog-description {position:absolute;left:-9000px;}, Google may perceive it as hidden text. According to the Google's guidelines
"...Hiding text or links in your content can cause your site to be perceived as untrustworthy since it presents information to search engines differently than to visitors. Text (such as excessive keywords) can be hidden in several ways...If your site is perceived to contain hidden text and links that are deceptive in intent, your site may be removed from the Google index, and will not appear in search results pages. When evaluating your site to see if it includes hidden text or links, look for anything that's not easily viewable by visitors of your site. Are any text or links there solely for search engines rather than visitors?"
thanks bouth, i will try what danny says, and try if google index it,
thanks!
I don't think it would be counted as googly-hidden text—from what I understand. Usually that means keyword-stuffed hidden text.
You must log in to post.