angular-seo icon indicating copy to clipboard operation
angular-seo copied to clipboard

SEO for AngularJS apps made easy.

Results 33 angular-seo issues
Sort by recently updated
recently updated
newest added

Hi I set up angular-seo with PhantomJS behind nginx on port, i.e. 8888. Now, when I go to the page http://example.com/foo/bar?_escaped_content_= I get fully rendered page. But I noticed, that...

can we have an .htacess example to tell the crawler in wich server loock for cached pages?

Hello, I'm try to integrate the module. It's working but the problem is that it is very very slow ... around 40 seconds to render the page, I think the...

when i curl 'http://localhost:8888/?_escaped_fragment_=/' I get a website with a lot of brackets .. any help ?

I made some modifications so that this would work while Angular is in html5 mode -- for me, it wasn't enough to simply remove the `'#!'` in the url being...

Again, in case anyone is looking for an Angular 1.3+ example of how to check for pending http requests before triggering `$rootScope.htmlReady()`.

Angular's $httpProvider.responseInterceptors is deprecated. I tried to use the new version which is $httpProvider.interceptors, but I cannot seem to get this to work. When I curl the application, I receive...

Hi, Thanks for this really useful plugin. Helps me a lot. I've a question on how this actually works in practice. Say, I have an angular website running at http://example.com...

I'm trying to integrate angular-seo but its showing undefined for typeof window.callPhantom in my angular-seo.js I have phantomjs installed on my machine and my localhost is running on tomcat Is...

I could not seem to get PhantomJS to run as a daemon on my production server. This led to some serious thrashing until I discovered https://github.com/sgentle/phantomjs-node phantomjs-node does some magic...