uenala / project_spa_bergauf

CAS-FEE 2015, Group 10, 2nd Project
GNU General Public License v2.0
0 stars 0 forks source link

SEO: Validate "Fetch and Render as Google" / create pretty URL's #38

Open RAeschimann opened 8 years ago

RAeschimann commented 8 years ago

Check crawling with the "Fetch and Render as Google" feature in Webmaster Tools.

http://googlewebmastercentral.blogspot.ch/2015/10/deprecating-our-ajax-crawling-scheme.html

Check failed: all URL's like /#/impressum render as / (== home)

Try html5mode: https://scotch.io/quick-tips/pretty-urls-in-angularjs-removing-the-hashtag

Works fine, but direct calls of image doesn't work anymore.

Another problem are reloads and deeplinks which gives 404-errors. Could be fixed with apache rewrites: https://github.com/angular-ui/ui-router/wiki/Frequently-Asked-Questions#how-to-configure-your-server-to-work-with-html5mode