visortelle opened a new issue, #18190:
URL: https://github.com/apache/pulsar/issues/18190

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Version
   
   -
   
   ### Minimal reproduce step
   
   <img width="803" alt="Screen Shot 2022-10-25 at 11 39 54 AM" 
src="https://user-images.githubusercontent.com/9302460/197740073-41066585-fca0-410a-82cb-76809d39d3d0.png";>
   
   <img width="1180" alt="Screen Shot 2022-10-25 at 11 40 17 AM" 
src="https://user-images.githubusercontent.com/9302460/197740131-8f50886b-ac0c-43c2-9a11-1d26ec48cc7f.png";>
   
   
   ### What did you expect to see?
   
   Documentation for the lastest version of Pulsar.
   
   ### What did you see instead?
   
   I constantly see the documentation for random old versions of Pulsar.
   
   ### Anything else?
   
   It should be possible to fix it by adding the following HTML meta tag to all 
pages for old Pulsar versions docs.
   
   ```html
   <head>
     <meta name="robots" content="noindex, nofollow" />
   </head>
   ```
   
   If you are using Docusaurus, it should be doable by conditionally adding 
required meta tag to its config file:
   
   https://docusaurus.io/docs/seo
   
   After a couple of weeks, Google should reindex these pages.
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to