skip to Main Content

I am trying to submit my site http://jobmigo.com to Google but after 3 weeks it has not been indexed. Possible problems are one I only have two urls to submit as this is a password protected site, but these urls have a lot of content on them. Two this is an angular based website, so I use prerender to cache pages with rendered content for Google. Third the index.jsp redirects to the home page, this might also bea problem. Which of these are most likely causing the problem?

2

Answers


  1. All the pages I looked at had a noindex tag on.

    Login or Signup to reply.
  2. <meta name="robots" content="noindex,follow">
    

    on http://jobmigo.com/jobs-admin/index?origin=landing basically tells google not to index your page.. So that might be the main issue here.

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