Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7036435
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:25:25+00:00 2026-05-28T01:25:25+00:00

There is much info about opposite situation, when people try to have stuff in

  • 0

There is much info about opposite situation, when people try to have stuff in HTML, that is visible to Google bots, but not visible to users, in my case, I need opposite thing – to hide some of the html from google bot. The question would be how?

Flash is not an answer,
Would prefer not to use fancy ajax things also (mainly because I need it right away, not on document ready),
Also robots.txt is not an answer, because it works on urls, not parts of the page.
Would any special css/simple javascript work, is any special html tag for this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T01:25:26+00:00Added an answer on May 28, 2026 at 1:25 am

    Maybe a base64 encoding server side and then decoding on the client side could work?

    Code:

    <!-- visible to Google -->
    <p> Hi, Google Bot! </p>
    
    <!-- not visible from here on -->
    <script type="text/javascript">
    document.write ("<?php echo base64_encode('<b>hey there, user</b>'); ?>");
    </script>
    

    How it looks to the bot:

    <!-- visible to Google -->
    <p> Hi, Google Bot! </p>
    
    <!-- not visible from here on -->
    <script type="text/javascript">
    document.write (base64_decode("B9A985350099BC8913=="));
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Folks, There is so much info out there on HTML::Treebuilder that I'm surprised I
There is so much written about unit testing but I have hardly found any
There doesn't seem to be much info on this topic so I'm going to
Is there really that much of a difference between the performance of Vector and
Is there a library much like how openssl is imported into C programs that
I have searched for examples on idempotent and non-idempotent operations but there aren't much
I won't post any code, because there is too much that could be relevant.
There's not much info in the spec on what type ascription is, and there
I currently have about 4 different database tables which output to html tables. Each
In which cases would you use which? Is there much of a difference? Which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.