Hi @aardvark2, you're guessing right. This is not perfect for SEO. Why did Laravel remove the useful path prefixing? I don't know. If you want to keep the language prefixing you could do something by tweaking the global before filter and adding a Route prefix, something like this: https://gist.github.com/dhayab/6172253.
Achievements
266
Karma
14,474
Total ProTip Views
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Hi @aardvark2, you're guessing right. This is not perfect for SEO. Why did Laravel remove the useful path prefixing? I don't know. If you want to keep the language prefixing you could do something by tweaking the global before filter and adding a Route prefix, something like this: https://gist.github.com/dhayab/6172253.