You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have loaded the seo module properly and while my server's app listens on port 4000 (I use an express server), I launch phantomJS on port 4040 with the following command:
I added $scope.htmlReady(); to each place my dynamic code injects the proper content into the scope on each of my dynamic pages I want spidered. similarly, when i curl the URL, all i Get back is the content of my index.html page, and not the HTML content that should be inside my ng-view.
Hi,
Thanks for making this tool. I am trying to use it to index my app but somehow I can only get the homepage indexed.
As I am not using hashbangs, I've added the following meta tag to my app's header:
In my main controller, I trigger $scope.htmlReady when the content is fully loaded:
I have loaded the seo module properly and while my server's app listens on port 4000 (I use an express server), I launch phantomJS on port 4040 with the following command:
If I check how things are working for the homepage with a simple curl 'http://127.0.0.1:4040/?_escaped_fragment_=' I get the correct HTML rendered properly.
But if I try a different route like http://127.0.0.1:4040/test?_escaped_fragment_= I only get
html <html><head></head><body></body></html>
while http://127.0.0.1:4000/test works fine.How can I make sure all my pages are indexed and not only my homepage?
The text was updated successfully, but these errors were encountered: