You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/30 01:14:25 UTC

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

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

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

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


[GitHub] [pulsar] github-actions[bot] commented on issue #17899: Sitemap URLs should have the trailing '/'

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #17899:
URL: https://github.com/apache/pulsar/issues/17899#issuecomment-1296067494

   The issue had no activity for 30 days, mark with Stale label.


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

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


[GitHub] [pulsar] tisonkun closed issue #17899: Sitemap URLs should have the trailing '/'

Posted by GitBox <gi...@apache.org>.
tisonkun closed issue #17899: Sitemap URLs should have the trailing '/'
URL: https://github.com/apache/pulsar/issues/17899


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

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