TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Examples of Great URL Design (2023)

415 pointsby r4um9 months ago

45 comments

ttepasse9 months ago
We take the typical blog url design (&#x2F;2024&#x2F;08&#x2F;14&#x2F;slug) for granted but back in the very early 2000s pretty much every blog tool had its own URL design. Matthew Thomas back then took an inventory:<p><a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20030810201315&#x2F;http:&#x2F;&#x2F;mpt.phrasewise.com&#x2F;2003&#x2F;07&#x2F;26#a534" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20030810201315&#x2F;http:&#x2F;&#x2F;mpt.phrase...</a><p>He was on the search for his ultimate blogging system, where this &quot;cruft-free&quot; URL structure should be used:<p><a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20051107103030&#x2F;http:&#x2F;&#x2F;mpt.phrasewise.com&#x2F;2003&#x2F;05&#x2F;02#a507" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20051107103030&#x2F;http:&#x2F;&#x2F;mpt.phrase...</a><p>I could have sworn there was a changeset in which Matt Mullenweg was implementing those cruft-free URLs in his new fork called Wordpress, but trying for google for something with &quot;Wordpress&quot; from the early 2000s is basically impossible in 2024.<p>Update: I found this: <a href="https:&#x2F;&#x2F;ma.tt&#x2F;2004&#x2F;08&#x2F;mike-on-uris&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ma.tt&#x2F;2004&#x2F;08&#x2F;mike-on-uris&#x2F;</a>
评论 #41245381 未加载
评论 #41245854 未加载
评论 #41246938 未加载
评论 #41245301 未加载
imrehg9 months ago
I found Notion&#x27;s URL schema interesting as well. They have to contend with renames of pages, reorganisation of the hierarchy and all that. So they have something like:<p><pre><code> notion.so&#x2F;:account&#x2F;Current-Name-of-Page-:pageid </code></pre> where the name changes if the page is renamed, but the redirect works, as the page ID is unchanged. In fact, one can just use<p><pre><code> notion.so&#x2F;:account&#x2F;:pageid </code></pre> and gets redirected to the right page, or even<p><pre><code> notion.so&#x2F;:account&#x2F;Anything-else-:pageid </code></pre> works too...<p>This is very handy in my use cases, when various Notion data is extracted into another tool, reassembled, and then needed to have a link to the original page. I don&#x27;t need to worry about the page&#x27;s name, or how that name gets converted into the URL, or any race conditions....<p>The page hierarchy is then just within the navigaton, not in the URL, so moved pages continue to work too (even if this looks like a flatter hierarchy than it really is).<p>I&#x27;m sure there are plenty of drawbacks, but I&#x27;ve found it an interesting, pragmatic solution.
评论 #41246494 未加载
评论 #41246803 未加载
评论 #41245205 未加载
评论 #41245059 未加载
评论 #41246606 未加载
robin_reala9 months ago
Back when I was working on GOV.UK Verify we had URLs that looked something like &#x2F;verify-passport for English and &#x2F;cy&#x2F;verify-passport for Welsh. I made the decision that if readable URLs was a design goal they should be readable in both languages, and ended up localising them all to (for example) &#x2F;verify-passport and &#x2F;gwirio-pasbort. No idea if anyone ever noticed, but sometimes it’s nice to sweat the small stuff.
评论 #41245757 未加载
评论 #41246760 未加载
评论 #41246315 未加载
评论 #41247092 未加载
评论 #41254261 未加载
评论 #41246983 未加载
promiseofbeans9 months ago
Shout out to the classic &quot;Cool URIs don&#x27;t change&quot;: <a href="https:&#x2F;&#x2F;www.w3.org&#x2F;Provider&#x2F;Style&#x2F;URI" rel="nofollow">https:&#x2F;&#x2F;www.w3.org&#x2F;Provider&#x2F;Style&#x2F;URI</a>
评论 #41244685 未加载
评论 #41244794 未加载
simonw9 months ago
I’m glad this article mentions GitHub, who have had some of the best URL design I’ve ever seen, and have done since they first launched.<p>I use that ALL the time. I can navigate straight to any issue by typing a URL. I can switch to the “actions” view for a repo by adding &#x2F;actions. I can see the file I’m looking at in a branch by editing the URL and swapping “main” for the branch name.<p>All available via the UI as well, but I interact with GitHub so often that the tiny efficiency boost I get from navigating by URLs really starts to add up.<p>I also trust them not to break links, based on their track record. My notes and blog posts and even my source code are full of links to issues or code snippets on GitHub.
评论 #41247064 未加载
评论 #41247228 未加载
unglaublich9 months ago
I like that GitHub supports file-like suffixes to get different views of the same content.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;torvalds&#x2F;linux&#x2F;commit&#x2F;{hash}">https:&#x2F;&#x2F;github.com&#x2F;torvalds&#x2F;linux&#x2F;commit&#x2F;{hash}</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;torvalds&#x2F;linux&#x2F;commit&#x2F;{hash}.patch">https:&#x2F;&#x2F;github.com&#x2F;torvalds&#x2F;linux&#x2F;commit&#x2F;{hash}.patch</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;torvalds&#x2F;linux&#x2F;commit&#x2F;{hash}.diff">https:&#x2F;&#x2F;github.com&#x2F;torvalds&#x2F;linux&#x2F;commit&#x2F;{hash}.diff</a>
评论 #41246092 未加载
评论 #41246585 未加载
wizerno9 months ago
An example of a not-so-great URL design: Amazon product links have an optional slug before everything else like `{slug}&#x2F;dp&#x2F;{id}`. So you end up copying a gigantic URL everytime you wish to share a product unless you use the share product button to get the shortened link.
评论 #41244979 未加载
评论 #41244697 未加载
评论 #41245377 未加载
评论 #41245104 未加载
评论 #41246158 未加载
评论 #41245245 未加载
评论 #41246179 未加载
hartator9 months ago
&gt; website under a .is domain (which is for Iceland, apparently).<p>I don’t super like repurposing country names like that. Including .io.<p>It feels this disregards the actual meaning of the extension while ignoring some very legal consequences to be under Indian legal system instead of EU or US.
评论 #41247160 未加载
tracker19 months ago
Note, if you are using optional slugs or otherwise, you should have a canonical url in the header so that search results will be collated to a single canonical url.
jimniels9 months ago
Post author here. There are so many great additional examples of intriguing URL patterns in the comments here. TY everyone for sharing ones you remember!
nullhole9 months ago
The Reuters links are an example of good links IMHO. They&#x27;re not earth-shattering, and follow some fairly generic guidelines, but work quite well.<p>Format is reuters.com&#x2F;:category&#x2F;:headline:date<p>which is all you need to know what you&#x27;re clicking on. For example, I don&#x27;t need to describe this link in order for its contents - and its time-relevance - to be understood:<p><pre><code> https:&#x2F;&#x2F;www.reuters.com&#x2F;world&#x2F;us-navys-newest-air-to-air-missile-could-tilt-balance-south-china-sea-2024-08-14&#x2F; </code></pre> Edit: they are a bit long, though, I suppose
franze9 months ago
These are my URL rules, in any project where I or my clients violate one of the rules - or their priority, we will regret it down the road.<p>URL-rules<p>URL-Rule 1: unique (1 URL == 1 resource, 1 resource == 1 URL)<p>URL-Rule 2: permanent (they do not change, no dependencies to anything)<p>URL-Rule 3: manageable (equals measurable, 1 logic per site section, no complicated exceptions, no exceptions)<p>URL-Rule 4: easily scalable logic<p>URL-Rule 5: short<p>URL-Rule 6: with a variation (partial) of the targeted phrase<p>URL-Rule 1 is more important than 1 to 6 combined,<p>URL-Rule 2 is more important than 2 to 6 combined,<p>URL-Rule 3 is more important than 3 to 6 combined,<p>URL-Rule 4 is more important than 4 to 6 combined.<p>URL-Rule 5 and 6 are a trade-off. 6 is the least important.<p>A truly search optimized URL must fulfill all URL-Rules.<p>My preferred URL structure is:<p><a href="https:&#x2F;&#x2F;www.example.com&#x2F;%short-namespace%&#x2F;%unique-slug%" rel="nofollow">https:&#x2F;&#x2F;www.example.com&#x2F;%short-namespace%&#x2F;%unique-slug%</a><p><a href="https:&#x2F;&#x2F;" rel="nofollow">https:&#x2F;&#x2F;</a> – protocol<p>www – subdomain<p>example – brand<p>.com – general TLD or country TLD<p>%short-namespace% – one or two letters that identify the page type, no dependency to any site hierarchy<p>%unique-slug% – only use a-z, 0-9, and – in the slug, no double — and no – or – at the end. Only use “speaking slugs” if you have them under your total editorial control.<p>i.e.:<p><a href="https:&#x2F;&#x2F;www.example.com&#x2F;a&#x2F;artikel-name" rel="nofollow">https:&#x2F;&#x2F;www.example.com&#x2F;a&#x2F;artikel-name</a><p><a href="https:&#x2F;&#x2F;www.example.com&#x2F;c&#x2F;cool-list" rel="nofollow">https:&#x2F;&#x2F;www.example.com&#x2F;c&#x2F;cool-list</a><p><a href="https:&#x2F;&#x2F;www.example.com&#x2F;p&#x2F;12345" rel="nofollow">https:&#x2F;&#x2F;www.example.com&#x2F;p&#x2F;12345</a> (does not fulfill the least important URL-Rule 6)<p><a href="https:&#x2F;&#x2F;www.example.com&#x2F;p&#x2F;12345-product-name" rel="nofollow">https:&#x2F;&#x2F;www.example.com&#x2F;p&#x2F;12345-product-name</a>
kijin9 months ago
I might be an outlier, but I don&#x27;t like slugs in URLs.<p>They make URLs unnecessarily long, often forcing people to use URL shorteners -- completely defeating the purpose.<p>They get awkward when the author changes the title. Other commenters mentioned some tricks to get around this issue, but all involve redirects. Cools URLs shouldn&#x27;t change in the first place.<p>They don&#x27;t copy cleanly if you use nonalphanumeric characters, as in nearly every language other than English.<p>Virtually nobody just looks at a URL these days anyway, with all the search engines, cute thumbnails, and OpenGraph metadata that provide a glimpse of the actual content for you before you even click on it. This is doubly true in the non-English-speaking parts of the world where a slug in a shared URL is often just a jumble of %HEX.<p>Hand-picked words in URLs are fine, e.g. &#x2F;about&#x2F;me. I&#x27;m only talking about autogenerated slugs for user-submitted content above.
评论 #41245987 未加载
评论 #41245513 未加载
评论 #41246936 未加载
p4bl09 months ago
Similar to the Slack example given in the post with &#x2F;is&#x2F; URLs, KDE has &#x2F;for&#x2F; URLs with pages which present the KDE project and software for various user profiles: developers, kids, scientists, students, creators, gamers, activists, etc.<p>See all these pages here: <a href="https:&#x2F;&#x2F;kde.org&#x2F;for&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kde.org&#x2F;for&#x2F;</a>
yoshyosh9 months ago
Love this. A big miss teams have are with affiliate&#x2F;refer a friend urls. Like if you think of your Uber referral code being 5 characters instead of a general 16 character hash. Shorter makes it easier for people to remember and share their code.<p>e.g. RJF01 vs ab0fhct99fh2h4fqi2fj9
pornel9 months ago
Using a numeric ID + ignored path part is easy to implement, but actually using the textual part without an exposed ID seems more elegant to me. Tip for implementing that:<p>* have a separate table that maps slugs to IDs, allowing many-to-one relationship, because content&#x27;s title will be updated, and you don&#x27;t want to break old links.<p>* long slugs will get truncated by users. A zero-cost way to recover from that is `select id where slug &gt;= ? order by slug limit 1`<p>* in either case don&#x27;t forget to redirect to the canonical URL, so that people can&#x27;t create duplicate or misleading URLs on your site.
评论 #41244848 未加载
评论 #41244957 未加载
评论 #41244895 未加载
Super_Jambo9 months ago
We had:<p><a href="https:&#x2F;&#x2F;stopthetories.vote&#x2F;for&#x2F;greens" rel="nofollow">https:&#x2F;&#x2F;stopthetories.vote&#x2F;for&#x2F;greens</a><p><a href="https:&#x2F;&#x2F;stopthetories.vote&#x2F;for&#x2F;labour" rel="nofollow">https:&#x2F;&#x2F;stopthetories.vote&#x2F;for&#x2F;labour</a><p><a href="https:&#x2F;&#x2F;stopthetories.vote&#x2F;for&#x2F;libdems" rel="nofollow">https:&#x2F;&#x2F;stopthetories.vote&#x2F;for&#x2F;libdems</a><p><a href="https:&#x2F;&#x2F;stopthetories.vote&#x2F;for&#x2F;heart" rel="nofollow">https:&#x2F;&#x2F;stopthetories.vote&#x2F;for&#x2F;heart</a>
robertclaus9 months ago
From a URL=Resource perspective I don&#x27;t love unstructured strings in the url because they make it trickier (never impossible) to extend with sub-resources. For example, if I have a url for a blog post with a slug, it&#x27;s more difficult to represent a comment as a sub-record of that post:<p>`my.domain&#x2F;post&#x2F;123&#x2F;my-great-slug-that-is-pretty-long-but-doesnt-matter&#x2F;comment&#x2F;456`<p>vs<p>`my.domain&#x2F;post&#x2F;123&#x2F;comment&#x2F;456`
aejm9 months ago
What’s the best way to handle url slugs that change? For example, if I have www.example.com&#x2F;page&#x2F;foo, and the user changes that page’s title to bar, the slug updates to www.example.com&#x2F;page&#x2F;bar and anyone visiting the old url gets automatically redirected to the new one. But now the old slug of foo can’t be used again (without appending some unique identifier to it, like foo-th683gh9i).
评论 #41244696 未加载
评论 #41244682 未加载
velcrovan9 months ago
I like the slack.com&#x2F;is&#x2F; scheme that makes the resource into a simple, legible phrase. I do something similar on my site: everything in the &quot;projects&quot; category has a URL that starts with &quot;what-about&quot;, e.g.: <a href="https:&#x2F;&#x2F;joeldueck.com&#x2F;what-about&#x2F;splitflap&#x2F;" rel="nofollow">https:&#x2F;&#x2F;joeldueck.com&#x2F;what-about&#x2F;splitflap&#x2F;</a>
cynicalpeace9 months ago
I&#x27;ve come to regret that most of my projects have this URL design- mainly because it gets harder to track via third party analytics platforms like Sentry and Clarity.<p>eg. series&#x2F;9876545678 and series&#x2F;098767890 get treated differently and the analytics get difficult to merge. But really they&#x27;re the same page just hydrated with different data.<p>Should&#x27;ve used query params, eg series?id=9876545678
Sephr9 months ago
Another interesting related area is designing URLs for third-party components.<p>Third-party component have to coexist with existing site navigation logic, so generally you can&#x27;t safely add URL-based configuration to such a component.<p>Fortunately, configuration can now be stored in fragment directives in order to hide this from normal site routing. e.g.<p><pre><code> https:&#x2F;&#x2F;example.com&#x2F;page#routing-info:~:additional-routing-info-for-third-party-component </code></pre> With fragment directives, location.href and location.hash exclude the additional content in the hash after :~:<p>This is used in Transcend Consent Management for configuring parameters to debug and simulate various privacy experiences[1].<p>1. <a href="https:&#x2F;&#x2F;docs.transcend.io&#x2F;docs&#x2F;consent-management&#x2F;reference&#x2F;debugging-and-testing#config-overrides" rel="nofollow">https:&#x2F;&#x2F;docs.transcend.io&#x2F;docs&#x2F;consent-management&#x2F;reference&#x2F;...</a>
palijer9 months ago
I gotta say, Datadog does this pretty well. They manage all their state (just information state, not like user sessions lol) in the URL, which makes it easy to integrate with and dynamically generate links and share information, and manages to stay human readable.
mrweasel9 months ago
The Slack URL scheme, and a few others mentioned in other comments take me right back to hp.com&#x2F;go&#x2F;&lt;Insert Product&gt;, so hp.com&#x2F;go&#x2F;proliant would take you to Proliant servers, maybe.<p>The idea was really cool, but from talking to people at HP at the time, the implementation was apparently a complete nightmare done with an insane number of rewrites. It was sort of a hit and miss if the thing you typed in after &#x2F;go&#x2F; would actually take you to the correct location, if any.
评论 #41245911 未加载
TreetopPlace9 months ago
I don&#x27;t think will be relevant going forward, Safari already hides the URL beyond the domain name by default, and I presume other browsers do&#x2F;will too.
评论 #41245058 未加载
评论 #41245578 未加载
bnc3199 months ago
I forget where I ran across it, but one interesting adoption of URL design is to make the root of the directory part of the site&#x27;s domain name. I.e. there was someone&#x27;s website that was shared on HN, where their name was assembled with the domain name, TLD, and some characters after the first slash:<p><pre><code> firstna.me&#x2F;lastname&#x2F; firstna.me&#x2F;lastname&#x2F;about</code></pre>
评论 #41245244 未加载
评论 #41245330 未加载
评论 #41245475 未加载
quickgist9 months ago
One of my favorite blogs for &quot;sentence URLs&quot; is <a href="https:&#x2F;&#x2F;there.oughta.be" rel="nofollow">https:&#x2F;&#x2F;there.oughta.be</a><p>The projects formatted like: <a href="https:&#x2F;&#x2F;there.oughta.be&#x2F;a&#x2F;wifi-game-boy-cartridge" rel="nofollow">https:&#x2F;&#x2F;there.oughta.be&#x2F;a&#x2F;wifi-game-boy-cartridge</a>
msoad9 months ago
One big question in URL design is this:<p>Do path parameters get to have &#x2F; in their values?<p>Let’s say you have a link shortener service and want to allow users to define shortcuts like &#x2F;mypath&#x2F;:rest where rest is appended to example.com&#x2F;<p>Now you’re in a very interesting position when it comes to resolving URLs.<p>Curious to hear folks with experience in this
评论 #41244791 未加载
评论 #41245048 未加载
评论 #41249366 未加载
shahzaibmushtaq9 months ago
Understanding the URL structure of any site can also help you see things that are not accessible through the UI.
评论 #41245496 未加载
amadeuspagel9 months ago
I think the URL design of stackoverflow leavs room for improvement. The id should not be necessary. StackOverflow demands unique questions. If a question doesn&#x27;t have a unique slug, is the question unique? Great URL design to me is if the slug is suffficient for uniqueness, without an id.
评论 #41245852 未加载
frereubu9 months ago
I can&#x27;t check this because I&#x27;m on mobile, but I presume Stack Overflow uses a canonical tag in the HTML to state their preference that the longer version with the slug should be the default, because that&#x27;s the one search engines use.
评论 #41245718 未加载
jbverschoor9 months ago
What about the trailing slash? It annoys the hell out of me, but apple also seems to use it
评论 #41246916 未加载
659 months ago
How about great email address design? Of course firstname@lastname.com is top tier. But there are some interesting hacks you can do, such as firstn@melastname.com if your last name domain isn&#x27;t available.
评论 #41246839 未加载
评论 #41247032 未加载
hdjjhhvvhga9 months ago
&gt; Granted, it can also be used deceptively. For example, this is the same URL as above but it portends completely different contents (without breaking the link):<p>&gt; stackoverflow.com&#x2F;questions&#x2F;16245767&#x2F;how-to-bake-a-cake<p>Fortunately for SO the fake slug is not preserved and redirects to the real one (so e.g. stackoverflow.com&#x2F;questions&#x2F;16245767&#x2F;motheficker is <i>not</i> served from their site), much to the chagrin those of us with childish sense of humor who some 25 years ago enjoyed dynamically generated nonsense like:<p><a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20031007123544&#x2F;http:&#x2F;&#x2F;john.isgay.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20031007123544&#x2F;http:&#x2F;&#x2F;john.isgay...</a>
nabla99 months ago
<a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;16245767&#x2F;sex-robots" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;16245767&#x2F;sex-robots</a>
pyinstallwoes9 months ago
Everything should be accessible via the identity of its composition (a hash or equivalent). Then all the data needed to render it be computed or downloaded from some peered cache (DHT).
评论 #41246950 未加载
acjohnson559 months ago
It was cool to see Jessica Hische called out. We own a couple of her children&#x27;s books. Always fun when my parenting and tech worlds collide in surprising ways.
raldi9 months ago
I always liked that you can prepend reddit.com&#x2F; or redd.it&#x2F; to any URL (http and all) and get taken to a prefilled submit page for it.
moondev9 months ago
When you want to &quot;go run&quot; but all you have is curl and a prayer<p><a href="https:&#x2F;&#x2F;goblin.run" rel="nofollow">https:&#x2F;&#x2F;goblin.run</a>
ricardo819 months ago
id&#x27;s that skip the textual part on their lookup&#x2F;url validation and also don&#x27;t redirect are not ideal, probably as bad as soft 404s. Maybe not as bad for bots if the canonical tag shows the intended URL.<p>Personally I&#x27;d avoid using id&#x27;s and use a 32-bit hash of the URL which is more or less as performant as a straight id lookup. I usually went with murmurhash.
dbg314159 months ago
Just remember to build localization into your URLs.<p>mysite.com&#x2F;en-us&#x2F;some-page mysite.com&#x2F;en-ca&#x2F;some-page<p>You can 301 redirect some locale to your &quot;base&quot; URL if you want.<p>mysite.com&#x2F;en-us&#x2F;some-page &gt; mysite.com&#x2F;some-page<p>But don&#x27;t stress too much. Google doesn&#x27;t really care about URL content any more. People on phones don&#x27;t care what your URL says. It&#x27;s at most desktop users, and devs.<p>Don&#x27;t stress localizing your URLs...<p>mysite.com&#x2F;fr-ca&#x2F;some-page is just as good as mysite.com&#x2F;fr-ca&#x2F;une-page... and the former is a lot easier to tie into email marketing variables.<p>Just keep your sitemaps in the localized folder.<p>mysite.com&#x2F;sitemap.xml... just a link to the various localized sitemaps.<p>mysite.com&#x2F;en-us&#x2F;sitemap.xml etc.<p>By keeping sitemaps in a localized folder, it&#x27;ll make it a lot easier for yourself as you go to register your site with each market&#x27;s locale.<p>If you just have to localize URLs... consider doing what Amazon does and just tie the URL to an ID.<p><a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Moen-One-Handle-Bathroom-Deckplate-84771BZG&#x2F;dp&#x2F;B0CFYPTKF8" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Moen-One-Handle-Bathroom-Deckplate-84...</a><p>the above is the same as this... <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;dp&#x2F;B0CFYPTKF8" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;dp&#x2F;B0CFYPTKF8</a><p>And you can put anything you want in the URL string, it just matches on the ID.<p><a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;literally-whatever-you-want-here&#x2F;dp&#x2F;B0CFYPTKF8" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;literally-whatever-you-want-here&#x2F;dp&#x2F;B...</a><p>“We use the words in a URL as a very very lightweight factor. And from what I recall this is primarily something that we would take into account when we haven’t had access to the content yet… [but] as soon as we’ve crawled and indexed the content there then we have a lot more information. And then that’s something where essentially if the URL is in German or in Japanese or in English it’s pretty much the same thing.”<p>- John Mueller, Google Search Advocate.
AstroJetson9 months ago
Wordpress gives a few good options to use slugs or names in a hierarchy.
efortis9 months ago
I used <i>my.lan</i> for my local net<p>I changed it to <i>home.arpa</i>, but I forgot why
skc9 months ago
Microsoft have left the chat
hcarvalhoalves9 months ago
Unfortunately these practices are biased to the English language, as slugs are limited to ASCII.