tisonkun commented on issue #20390: URL: https://github.com/apache/pulsar/issues/20390#issuecomment-1565749131
When we handle the SEO part in several previous PRs, we don't cover these API docs part. That is, we add `noIndex` metadata for all pages generated by Docusaurus, but it doesn't work for API docs. Although, it's possible to add a robots.txt file to manually tell the Google search engine to exclude some page, like what I did for legacy pages: https://github.com/apache/pulsar-site/pull/495 @shy-share You can try to develop such a file and add it under the [static](https://github.com/apache/pulsar-site/tree/main/static) folder, and thus the file will be copied to the root path of the website after deployed. -- 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]
