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?
Asked
Active
Viewed 83 times
2 Answers
0
All the pages I looked at had a noindex tag on.

user29671
- 782
- 6
- 13
-
not sure how I missed that, i removed it and will see if it helps – Andrae Browne Oct 08 '15 at 17:19
0
<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.

Lonefish
- 647
- 2
- 11
- 32