You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/05/18 20:49:11 UTC

[GitHub] [pulsar-site] dave2wave opened a new issue, #85: Sitemap URLs should have the trailing '/'

dave2wave opened a new issue, #85:
URL: https://github.com/apache/pulsar-site/issues/85

   In the website many urls are left bare without the trailing '/'. The website redirects these to the url with the '/'. In working with the Algolia crawler it spends time scanning one and then the other.
   
   I think if the `sitemap.xml` was generated with the '/' then we might get better search results from a google search.
   
   For example:
   ```
   <url>
   <loc>
   https://pulsar.apache.org/blog/2021/05/13/Apache-Pulsar-2-7-2/
   </loc>
   <changefreq>weekly</changefreq>
   <priority>0.5</priority>
   </url>
   ```


-- 
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: dev-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org