Posts

Posts uit november, 2015 tonen

Angular en SEO

Verzameling van links die bevestigen dat Angular pages geindexeerd worden door Google: -  http://googlewebmastercentral.blogspot.no/2014/05/understanding-web-pages-better.html -  http://googlewebmastercentral.blogspot.ca/2015/10/deprecating-our-ajax-crawling-scheme.html - http://stackoverflow.com/questions/13499040/how-do-search-engines-deal-with-angularjs-applications -  http://ng-learn.org/2014/05/SEO-Google-crawl-JavaScript/ -  http://stackoverflow.com/questions/25155903/crawling-a-website-that-uses-angular-routes -  http://stackoverflow.com/questions/32650978/indexing-angularjs-app-googlebot-simulation-vs-sitedomain Hulpmiddelen die helpen Angular-sites te indexeren - https://prerender.io/

Ionic

> ionic config info: Bekijk info over huiig project (app_id, app_key, dev_push, gcm_key) Code om device te registreren voor pushberichten: .run(function ($ionicPlatform, $rootScope) { $ionicPlatform.ready(function () { // Hide the accessory bar by default (remove this to show the accessory bar above the keyboard // for form inputs) if (window.cordova && window.cordova.plugins && window.cordova.plugins.Keyboard) { cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true); cordova.plugins.Keyboard.disableScroll(true); } if (window.StatusBar) { // org.apache.cordova.statusbar required StatusBar.styleLightContent(); } // kick off the platform web client Ionic.io(); // this will give you a fresh user or the previously saved 'current user' var user = Ionic.User.current(); // if the user doesn't have an id, you'll need to give it one. if