Text Display Question?

by 4 replies
5
Is it possible to have certain text show up in google search engines but not show up visable on the web page?

Meaning having keywords for google to find but be hidden from other viewers?

Maybe by implementing some java script code or some php code?
#programming #display #question #text
  • Yes it is possible. The method is called Cloaking.
    There are many ways to do it.
  • Don't even need that .. CSS should do display:none
    • [1] reply
    • Yes it is possible, but I would highly advise you not to do that.

      Google wants you to design your website for your users, not the search engine.
      ("Don't deceive your users, or present different content to search engines than you display to users")

      The cloaking area is quite controversial as you can see in the following discussion:
      Is cloaking against Google policies?

      However, Google does hold the rights to ban your website and your IP if they catch you doing something along these lines. I try to avoid doing this, especially when designing a website for a client.
      • [1] reply
  • Banned
    [DELETED]

Next Topics on Trending Feed

  • 5

    Is it possible to have certain text show up in google search engines but not show up visable on the web page? Meaning having keywords for google to find but be hidden from other viewers?