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-unsubscr...@pulsar.apache.org.apache.org

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

Reply via email to