URL structure
Are your page addresses readable and logical?
📖 Detailed description
Good URLs help users understand where they are on a site. They see "store.com/category/product" in the address bar and instantly know what they are viewing. It also helps when someone copies the link - the recipient knows what they are going to get.
Google prefers readable addresses too. The words in a URL are an extra hint about what the page is about. "pizza-krakow" in the address is a clear signal to the search engine.
Most common problems
Long parameters
?id=123&cat=456 says nothing
Special characters
They can display incorrectly when someone copies them
Addresses too long
Hard to remember and to share
No structure
Everything in the root directory with no organization
How to fix it?
Use words instead of ID numbers
Keep them short and descriptive - 3-5 words is ideal
Use hyphens to separate words
Keep a logical hierarchy: category/subcategory/product
Avoid special characters - use plain, accent-free versions
Examples
Good example
Bad example
🔗 Related indicators
Check this indicator for your website
Get a detailed analysis and personalized tips on how to improve this element on your website.
Start free analysis