AngularJs and prerender.io
NickName:R.Nardoni Ask DateTime:2018-07-25T23:52:24

AngularJs and prerender.io

I'm working on a Single Page Application developed in AngularJs and using Prerender.io for known SEO issues. In AngularJs I set Prerender.io following this tutorial.

Except for the home page, all other pages are rendered correctly; I think the homePage has a timing problem because it has a list that needs to be populated and this could slow it down a lot.

It is sufficient to use the variable $window.prerenderReady and ng-cloak or there may be other solutions (AngularJs or Prerender.io settings) to be applied to solve the problem? Thank you

Copyright Notice:Content Author:「R.Nardoni」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/51523125/angularjs-and-prerender-io

More about “AngularJs and prerender.io” related questions

AngularJs and prerender.io

I'm working on a Single Page Application developed in AngularJs and using Prerender.io for known SEO issues. In AngularJs I set Prerender.io following this tutorial. Except for the home page, all ...

Show Detail

Prerender.io and to remove the comments generated by angularjs

I am using prerender.io to support SEO for my Singlpe Page application built on Angularjs at client side and nodejs at server side. I am hosting prerender.io at my own server. During testing I foun...

Show Detail

Symfony 2 and AngularJs Prerender.io not working

I am working on a single page application using AngularJs and Symfony 2 I wanted to use Prerender.io to render my pages for SEO. I downloaded this Symfony 2 bundle recommended by prerender.io off...

Show Detail

AngularJS localization via Prerender.io

I developed a website using AngularJS and I'm using Prerender.io (SaaS plan) to render my pages as pure HTML when scrapped from a bot (such as Facebook, Google, etc.). My website is multi-language...

Show Detail

Facebook sharer and prerender.io (in an angularjs app)

I've just setup prerender.io middlewave into my tomcat server (running some java webservices and an angularjs app). The service (prerender) works as it should and I can see the pages adding to the...

Show Detail

SEO of AngularJs and Laravel with Prerender.io

I am working on a web app using Laravel 5.2 as API and Angularjs as front-end I am trying to handle SEO on my app and I did the following : removing the '#' form the URL using <base href="/"&g...

Show Detail

AngularJS + Go Revel web framework for SEO in Prerender.io

I developed a web site using AngularJS and Revel. But I found the SEO in the single page application is a big problem. I checked the https://prerender.io/getting-started , but I can't found the

Show Detail

prerender.io not working with expressjs and angularjs

I have setup a server with Express.js: const env = process.env.ENV || 'PROD'; const port = process.env.PORT || 8080; const express = require('express'); const app = express(); if(env === 'PROD')

Show Detail

prerender.io not rendering the same HTML as actual AngularJS SPA

I have an AngularJS SPA, and if I load a particular state it works fine (e.g http://www.localhosttest.com/en/products/). If however I pass through prerender.io server, e.g (http://localhost:3000/h...

Show Detail

Add Prerender.io to Existing angularJS webapp

Ive been trying to setup my Angular webApp to work with prerender.io however my app does not have any of the built in middleware they desire; I have decided I want to work with express.js as most the

Show Detail