- Joined
- Jun 14, 2016
- Messages
- 1,498
- Points
- 63
From what I understand, the URL is a uniform resource locator, which means there is uniformity in the format of the website addresses. Am I right on this?
I am confused with url structutre for a website, I don't know it is better to have www as prefix or not, http or https, .html or non html...etc I am building new websites and it would be great if I can build right URL structure for them.
for example, which is in my mind now
Is this right way to have perfect URLs for a website?
What are your comments?
I am confused with url structutre for a website, I don't know it is better to have www as prefix or not, http or https, .html or non html...etc I am building new websites and it would be great if I can build right URL structure for them.
for example, which is in my mind now
Code:
https://www.example.com
https://www.example.com/123-category-name
https://www.example.com/456-post-name.html
What are your comments?