Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Removing 'blog' from url
· 12 years ago
Having all your URLs at the root of your site is actually a common misconception about SEO. As long as your URL contains an accurately named slug for the page, you will be fine. It's much more imp
-
Removing 'blog' from url
· 12 years ago
You see, from an SEO perspective, pages with URLs without the “/directory/” part used to be (I don't know if it's still the case) considered more relevant by Google than ones with a directory in it.
-
Removing 'blog' from url
· 12 years ago
No you shouldn't have to create a route, because it shouldn't be a problem. blog posts under the blog/ folder will have blog in them, but they should work fine. I guess it would be helpful to see a
-
Removing 'blog' from url
· 12 years ago
So I have to create a route for every blog post to achieve that? Is this OK (from a performance standpoint, etc.)?
-
Removing 'blog' from url
· 12 years ago
if you have a folder called user/blog where you blog is located, then yes that is a feature/limitation of Grav. Basically you can alias one url as the home. So f you set /blog as home, then that wil
-
Removing 'blog' from url
· 12 years ago
This is not a bug only specific to this user. It happens with the blog demo at: demo.getgrav.org/blog-skeleton/ Just hover the pointer over the first post title, and you get: demo.getgrav.org/blog-ske
-
Removing 'blog' from url
· 12 years ago
That was my first try but I wasn't able to make it work properly and it only gives me 404s. I'm probably doing something wrong but I couldn't figure out what.
-
Removing 'blog' from url
· 12 years ago
just an idea but wouldn't it be possible to do this by mod_rewrite rules in your .htaccess? have a look at these examples: http://stackoverflow.com/questions/12633340/rewrite-rule-to-remove-a-folder-f
-
Removing 'blog' from url
· 12 years ago
I'm working on a fresh blog skeleton from the site so I think everything is up to date. I've already tried to route in apache and play with aliases and routes in grav configs with no success... I'm tr
-
Removing 'blog' from url
· 12 years ago
I did make some changes in the last week that changes how the plugins get the path to the list view. Are you all up to date with plugins and have all the changes from the latest Antimatter template