How do I create an SEO-friendly URL?
In my understanding,
- Create a human readable URL
- Shorten the URL, like 60 words, including
location.origin
- Only
-
punctuation is preferred
In my understanding,
location.origin
-
punctuation is preferredDon't forget to google for "Google Webmaster", when you want to register your new domain name, otherwise ot will less likely to appear in Google! (It does appear, but takes months).
Also, Google might help educate you about SEO.
I write this topic, because I think SEO should be more about SSR automation, than about manual writing / or SEO training.
<meta>
tags are much about how your webpage will look like on search engines, like Google, as well, not only about search engine ranking, i.e. on-page SEO.
If you use SSR, such as traditional methods, like templating engines; or SPA-related methods, like Nuxt.js; you still might not be creating enough meta tagsā¦