Flat URL structure across my entire site, including the blog? #5298
Unanswered
futuresoup
asked this question in
Q&A
Replies: 1 comment
-
In theory this should be possibly by just naming your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is a completely flat URL structure possible?
I'm able to do it for pages, but what about with the blog feature enabled?
Is the
/blog/
part of the URL required?For example:
mysite.com/blog-post-title
instead ofmysite.com/blog/blog-post-title
?My reasoning behind this is that I am perceiving a flat URL structure as the way to go for long term site planning to avoid any possibility of page redirections with subdirectory urls etc.
One potential downside is a messy root directory in the
docs
folder and a bunch of folders with index.html files in thesite
build.I'm not sure if that's necessarily a bad thing, I can live with it, if it means my URLs are sustainable and I can avoid messy complicated redirects years from now...
Beta Was this translation helpful? Give feedback.
All reactions