Closed jindaliiita closed 9 months ago
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed. In case there are problems, just click a checkbox below to rerun the respective action.
Page | Scores | Audits | |
---|---|---|---|
/archives/dentistry/news/20220920 |
I am not sure if this is the right way to handle below type of cases.
For path /archives/dentistry/news/20220920, breadcrumb is not coming properly because prefix path /archives/dentistry/news is being redirected to /dentistry/news. So, its entry is not present in query-index.json. Redirection mapping is only present in redirects.json. That's why i have to fetch redirects.json through breadcrumb block.
A simple idea is that remove /archives directory from sharepoint to keep all in the same directory level, and add redirection /archives/dentistry/news/ → /dentistry/news/ What do you think?
A simple idea is that remove /archives directory from sharepoint to keep all in the same directory level, and add redirection /archives/dentistry/news/ → /dentistry/news/ What do you think?
Yes, apart from this, I also don't see any other alternative. This issue is also present on experience pages. @sdmcraft @bosschaert @ehrro Your thoughts on this ?
Yes, apart from this, I also don't see any other alternative. This issue is also present on experience pages. @sdmcraft @bosschaert @ehrro Your thoughts on this ?
Sounds reasonable to me. The URL of the dentistry news articles is changing anyway because of the Japanese characters in the URL which has now become a date, so we could maybe just put them in /dentistry/news in the first place.
Yes, apart from this, I also don't see any other alternative. This issue is also present on experience pages. @sdmcraft @bosschaert @ehrro Your thoughts on this ?
Sounds reasonable to me. The URL of the dentistry news articles is changing anyway because of the Japanese characters in the URL which has now become a date, so we could maybe just put them in /dentistry/news in the first place.
True but there are other cases also like experience pages
@ehrro Can you please confirm Whether we can move /archives/dentistry/news/ pages to /dentistry/news/ And /experience/ pages to /grants/experience/
Hello @jindaliiita yes I confirm you can move it from archive. Thank you.
Closing this PR as changes are not needed
Please always provide the GitHub issue(s) your PR is for, as well as test URLs where your change can be observed (before and after):
Fixes
Test URLs:
Original: https://www.sunstar-foundation.org/archives/dentistry/news/%e3%80%90%e6%9c%80%e6%96%b0%e3%80%91%e5%8f%b0%e9%a2%a814%e5%8f%b7%e3%81%ab%e3%82%88%e3%82%8b%e8%a8%ba%e7%99%82%e3%81%b8%e3%81%ae%e5%bd%b1%e9%9f%bf%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6
Before: https://main--sunstar-foundation--hlxsites.hlx.live/archives/dentistry/news/20220920
After: https://breadcrumb-changes--sunstar-foundation--hlxsites.hlx.live/archives/dentistry/news/20220920
[ ] New Blocks introduced in this PR If yes, please provide details below