on-page seo 5 min read

URL Structure and SEO: How to Write URLs That Rank

Your URL structure is one of the simplest on-page SEO signals you control. Learn how to write clean, keyword-rich URLs that help Google and users understand your pages instantly.

By SearchRankTool · 25 March 2026

URL structure is one of the simplest yet most commonly overlooked on-page SEO factors. A clean, keyword-rich URL takes 30 seconds to create and gives both Google and users an immediate signal about what your page is about. This guide covers everything you need to know about creating SEO-friendly URLs — from hyphens vs underscores to avoiding the date trap.

Why URL Structure Matters for SEO

URLs are one of the first things Google reads when crawling a page. According to Google's URL structure guidelines, a clean, simple URL structure helps Googlebot understand your site hierarchy and content. A descriptive URL also tells users exactly what they will find before they click — which improves click-through rates from search results.

Studies consistently show that shorter, keyword-rich URLs outperform long, parameter-laden URLs in search rankings. Backlinko's ranking factors study found a clear correlation between short URLs and higher Google rankings — the average URL length for a position 1 result is significantly shorter than those in positions 5–10.

The Anatomy of an SEO-Friendly URL

A well-structured URL has four properties:

  • Short and descriptive: Aim for 3–5 words that describe the page content
  • Keyword-rich: Include the primary keyword you want the page to rank for
  • Hyphen-separated: Use hyphens to separate words, never underscores or spaces
  • Lowercase: All letters in lowercase with no special characters
TypeExampleAssessment
Good URL/url-structure-seo-guideShort, descriptive, keyword-rich, hyphens
Bad URL/blog?id=42&cat=3&p=seo-urlParameters, no keywords, unreadable
Bad URL/2026/03/15/url_structure_and_search_engine_optimisation_tipsDate prefix, underscores, too long
Bad URL/p=147No keywords, meaningless to users

Hyphens vs Underscores: This Matters

Always use hyphens to separate words in URLs. This is not a stylistic preference — it has a technical reason. Google treats hyphens as word separators, so keyword-density is read as two separate words: "keyword" and "density". This helps Google understand your URL as a natural phrase.

Underscores are not treated as word separators. keyword_density is read by Google as a single unrecognised string — "keyword_density" — which provides no keyword signal. This is one of the most common URL mistakes that silently hurts rankings.

Google's John Mueller has explicitly confirmed multiple times that hyphens are preferred over underscores in URLs for SEO purposes.

Keep URLs Short

Shorter URLs consistently outperform longer ones in rankings. A URL under 60 characters (the slug portion after the domain) is ideal. Long URLs create several problems:

  • They are truncated in Google search results with an ellipsis, obscuring the keyword
  • They get cut off when shared on social media
  • They are harder for users to remember, type or share verbally
  • They are harder for Google to parse quickly

To shorten URLs: remove stop words (a, the, and, of, in, to), remove unnecessary adjectives, and keep only the essential keyword phrase.

Always Use Lowercase Letters

Always use lowercase letters in URLs. Servers can treat /URL-Guide and /url-guide as two different pages — creating duplicate content issues that confuse Google about which version to index. Use lowercase consistently from day one.

Never change an existing URL to fix capitalisation without adding a proper 301 redirect from the old URL to the new one — otherwise you break existing links and lose ranking authority.

Remove Stop Words From Slugs

Stop words are common words that add length without adding keyword value: a, an, the, and, or, but, in, on, at, to, for, of, with, by. Removing them from URL slugs creates shorter, cleaner slugs that are easier to read and share.

Example:

  • Title: "How to Write Meta Tags That Actually Rank in Google"
  • With stop words: /how-to-write-meta-tags-that-actually-rank-in-google (56 chars)
  • Without stop words: /how-to-write-meta-tags-that-rank (33 chars)

Our free URL Slug Generator automatically removes stop words and converts any title into a clean, optimised slug.

Avoid Dates in Blog URLs

Many CMS platforms default to including the publication date in blog URLs: /2026/03/blog-post-title. Avoid this pattern for several reasons:

  • If you update the post in 2027, the URL still shows 2026 — making it appear outdated to users in search results
  • Dated URLs discourage clicks on older but still-valuable content
  • They make URLs longer without adding keyword value

Use date-free slugs: /blog-post-title. This keeps URLs evergreen regardless of when the content was published or updated.

URL Folders and Subfolders

Your URL folder structure communicates your site hierarchy to Google. A simple structure is best:

  • /blog/post-title — clear that this is blog content
  • /tools/tool-name — clear that this is a tool
  • /category/post-title — adds one level of context

Avoid deeply nested structures like /blog/2026/category/subcategory/post-title. Pages buried 4–5 levels deep in folder hierarchies receive less PageRank and take longer to be crawled.

What to Do If You Need to Change a URL

Never change a live URL without implementing a 301 redirect from the old URL to the new one. A 301 redirect tells Google that the page has permanently moved — it passes approximately 90–99% of the ranking authority from the old URL to the new one.

Without a redirect, anyone linking to the old URL gets a 404 error, you lose all the backlink authority from those links, and Google has to re-discover and re-rank the new URL from scratch. Always redirect old URLs when restructuring.

Generate Clean URL Slugs Instantly

Converting a long page title into a clean, hyphenated, lowercase URL slug by hand is tedious and error-prone. Use our free URL Slug Generator to instantly transform any title into an SEO-friendly slug — automatically stripping special characters, converting spaces to hyphens, removing stop words and lowercasing everything.

URL Parameters and Dynamic URLs

URL parameters (the ?key=value parts after a URL) create dynamic pages that often contain duplicate or near-duplicate content. For example, /blog?sort=date and /blog?sort=popular might show very similar content — Google could index both as separate pages, diluting your crawl budget and creating duplicate content issues.

Handle URL parameters by:

  • Blocking unnecessary parameters in robots.txtDisallow: /*?sort= prevents Google from crawling sort-by variations
  • Adding canonical tags — if parameters must be accessible, add a canonical tag pointing to the canonical (parameter-free) URL
  • Using Google Search Console — the Legacy URL Parameters tool in GSC (now deprecated for new sites) let you specify how parameters affect page content. For modern sites, rely on canonicals instead.

Subdomains vs Subdirectories for SEO

A common URL structure debate is whether to use subdomains (blog.yourdomain.com) or subdirectories (yourdomain.com/blog) for your content. The SEO answer is almost always to use subdirectories:

  • Subdirectory authority — content at yourdomain.com/blog/post benefits from the main domain's authority. Links to blog posts pass PageRank up to the root domain.
  • Subdomain treatment — Google tends to treat subdomains as separate sites. Authority does not flow as freely between subdomains and the main domain.
  • Crawl efficiency — a single domain with a subdirectory structure is simpler for Googlebot to crawl than multiple subdomains

Use a subdirectory (yourdomain.com/blog/) for your blog and keep all content under one domain to maximise the authority benefit of every backlink you earn.

URL Redirect Best Practices for SEO

When you change a URL — whether due to site restructuring, a domain migration, or simply fixing a poor URL structure — how you handle the redirect determines whether you preserve your rankings or lose them.

Always use 301 redirects for permanent URL changes. A 301 is a permanent redirect that tells Google "this page has moved permanently to a new address." Google transfers the majority of link equity (PageRank) from the old URL to the new one. A 302 (temporary redirect) does not reliably transfer link equity and should only be used for genuinely temporary redirects.

Avoid redirect chains. A redirect chain is when URL A redirects to URL B, which redirects to URL C. Each additional hop in the chain loses a small amount of link equity and slows page load time. When you redirect a page, always check whether the destination URL is already redirecting somewhere else — if so, update your redirect to point directly to the final destination.

Update internal links after URL changes. Redirects preserve rankings but create slightly more crawl overhead than direct URLs. After changing any URL, search your site for internal links pointing to the old URL and update them to point directly to the new URL. This removes unnecessary redirect hops and keeps your crawl budget clean.

Don't redirect everything to the homepage. A common mistake when restructuring a site is to redirect all old pages to the homepage when a suitable equivalent doesn't exist. This is treated by Google as a soft 404 — the redirect is ignored and the original page's rankings are not preserved. If no equivalent page exists for a removed page, let it return a proper 404 rather than a lazy homepage redirect.

Frequently Asked Questions

Do URLs affect Google rankings?

Yes, but as a minor signal. Google uses URL content to understand what a page is about, and keyword-rich, clean URLs can provide a small ranking advantage. More importantly, descriptive URLs improve click-through rates from search results — users are more likely to click a URL that clearly shows what they will find.

Should I use hyphens or underscores in URLs?

Always use hyphens. Google treats hyphens as word separators (keyword-density = "keyword" + "density") but does not treat underscores as separators (keyword_density = "keyword_density" as one word). Underscores silently reduce the keyword value of your URL.

How long should a URL be?

Keep the slug (the part after the domain) under 60 characters. Shorter is generally better. Remove stop words and unnecessary adjectives to shorten URLs while keeping them descriptive.

Can I change a URL without losing rankings?

Yes, if you implement a 301 permanent redirect from the old URL to the new one. This transfers most of the ranking authority. Without a redirect, changing a URL will cause you to lose rankings and break existing backlinks.

Put This Into Practice

Use our free SEO tools to apply what you just read. No signup required.

V

SearchRankTool

Vishwas Bhimani is a web developer and digital entrepreneur from India. He builds websites, mobile apps, and online tools — and created SearchRankTool to make professional SEO analysis free and accessible for everyone.

Back to Blog