How can I cloak text content ? On wordpress ?

  • Thread starter Thread starter Deleted member 842741
  • Start date Start date
D

Deleted member 842741

Guest
Hello,

I need to show some text content to google bot and hide it for normal users, I use wordpress and I didnt really understand how can I do that.


thank you !
 
Code:
.your-class {
    visibility: hidden;
}

Should do it in css ..

You should though read this: https://support.google.com/webmasters/answer/66353?hl=en before you start doing it ..

Code:
.your-class {
    visibility: hidden;
}

Should do it in css ..

You should though read this: https://support.google.com/webmasters/answer/66353?hl=en before you start doing it ..

Does google can understand that ? i dont want my website to get penalized because of that .. maybe cloaking is more safe ?
 
Does google can understand that ? i dont want my website to get penalized because of that .. maybe cloaking is more safe ?
Google crawler is smart enuf to understand text color, visibility and display property. I guess it even understand text indent property, but not sure.
 
I am not sure there is any interest in doing this nowadays??
 
I am not sure there is any interest in doing this nowadays??
i would like to sell some product on my website and optimize the seo with cloaking by using spinned content (low quality for human)
 
i would like to sell some product on my website and optimize the seo with cloaking by using spinned content (low quality for human)
The crawler can see cloaked text and might punish your website
 
There was some wordpress plugin for that. You have to blacklist google IPs and user agents to prevent negative seo effect.
 
You can encript code, you can encript html and css the scripting ....

But anythink on a public page ,will be seen via anybody.

You can change the page color ,the color of the words ,and hope no one looks at the page ...

Useless info really ...

Why u doing all this , what the reason?
 
You need a backend cloaker. Cloaking with CSS is begging for a penalty.
 
thanks for your posts, its cool that you wanna help me :D
Do you know any plugin for cloaking on wp ?
 
Back
Top