skip to Main Content

I need to know how can I structure my site to make it SEO friendly. The site is an SPA built with AngularJS.

2

Answers


  1. To build your prerender server,sipider will not analysis javascript.

    https://github.com/steeve/angular-seo
    
    Login or Signup to reply.
  2. It is not necessary anymore to prerender your site. Google can crawl your javascript site. I’d suggest to use ui router and enable html5 mode.

    • Dont expect JS generated Content to show up in the Webmasterstools
      fetch-as-crawler.
    • Dont forget about the redirect (see ui router wiki page at github)
    • use sitemaps for urls that are not linked from within your page (e.g. selectbox)

    googles understanding is very well.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search