Add friendly names to URLs
See original GitHub issueSplit from https://github.com/GoogleChrome/lighthouse-ci/pull/342#issuecomment-638430510.
It’d be great if you could assign friendly names to the URLs that are stored in LHCI projects. A urlToNameMap
per project as Paul suggests might work nicely.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:12 (1 by maintainers)
Top Results From Across the Web
Good name for "URL-friendly title"? - Stack Overflow
I'm creating a dynamic website with articles. Each article has a title, like "How does one eat a dog and live with it?",...
Read more >How to create friendly URLs for your site or blog
What is the best structure for a friendly URL? · Include only the name: This makes the URL shorter and more memorable. ·...
Read more >Add a friendly "display name" for URL custom fields
The basic url field type needs some love. It should support file:, tel:, mailto:, etc. Having a friendly display name for links in...
Read more >URL names - SEO Best Practices - Checkbot
URL names - SEO Best Practices · Use short URLs · Avoid underscores in URLs · Avoid URL extensions · Avoid URL parameters...
Read more >How to Create SEO-Friendly URLs (Step-by-Step) - Ahrefs
Start with your page title · Remove special characters · Remove numbers · Remove superfluous information · Boil it down to a keyword...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
we are actually facing kind of the same issue using Vercel and automatic CI tests. As every commit gets an individual preview URL in vercel, we can never compare results in Lighthouse server… very sad actually. I also couldn’t find a way to just skip the URL selection and just use branches. So compare all URLs of the same branch with each other …
This would also help with unicode urls, since they get urlencoded and are thus completely unreadable.