Questions tagged [google-index]

Questions about Google's search index are very unlikely to be on-topic at Stack Overflow and will usually be closed as "not programming." Questions about how Google indexes your own website can be asked at webmasters.stackexchange.com.

121 questions
76
votes
9 answers

Stop Google from indexing

Is there a way to stop Google from indexing a site?
Developer
  • 17,809
  • 26
  • 66
  • 92
14
votes
3 answers

Google indexing of my AngularJS application

There was a blog post from google that they are indexing javascript applications. However, my AngularJS Application www.fore-cite.com seems not to be indexed at all. Is there anything special that I have to do in order to enable indexing and make…
paweloque
  • 18,466
  • 26
  • 80
  • 136
10
votes
1 answer

Angular application indexed by Google

I feel like I have attempted every single option out there and nothing has succeeded. First let me list the options I have tried: Using prerender with Apache: I have attempted this using the following steps: In…
Marc Rasmussen
  • 19,771
  • 79
  • 203
  • 364
9
votes
3 answers

Will Google index a site which forces HTTPS or SSL?

We are having problems getting Google to index our site. We decided it was easiest to just use https for the entire site. Do we need to change it so that the anonymous, "public", areas of the site are not encrypted for them to be indexed?
ctrlShiftBryan
  • 27,092
  • 26
  • 73
  • 78
7
votes
1 answer

Stop google indexing subdomain

I have subdomain "klient" for testing websites for our clients and I don't want that to be indexed. I have set in robots.txt (in root of our web) this: User-agent: * disallow: /subdom/klient/* But I'm not sure, if it does really work, because I…
stepik21
  • 2,610
  • 3
  • 22
  • 32
6
votes
4 answers

robots.txt content itself is indexed?

The contents of my robots.txt file are actually itself indexed and show up in Google search results. It's only Google and not Yahoo for example. I really think Google should understand not to index the contents of my robots file as it's only there…
michael
  • 652
  • 9
  • 12
6
votes
1 answer

GitHub repository not listing in Google search - no way to submit url

I have made my Github repo public a week ago but it is still not visible in google search even if I search it like site:https://github.com/user/reponame. Answers for similar questions on Stackoverflow suggest to feed the url of the repo to Google…
JenyaKh
  • 2,040
  • 17
  • 25
6
votes
3 answers

robots.txt: user-agent: Googlebot disallow: / Google still indexing

Look at the robots.txt of this site: fr2.dk/robots.txt The content is: User-Agent: Googlebot Disallow: / That ought to tell google not to index the site, no? If true, why does the site appear in google searches?
Anders
  • 147
  • 1
  • 1
  • 12
6
votes
5 answers

Should i header 301 for this redirection and how will google index be influenced?

I have an application that when you go to http://website.com it automatically redirects to http://website.com/en since no language was detected. Is it neccesary to use a redirect 301 for this redirection? What about for google indexing? Will my…
somejkuser
  • 8,856
  • 20
  • 64
  • 130
5
votes
0 answers

How to make UI like Google Inbox app in Android

Unscrolled Horizontal RecyclerView Scrolled Horizontal RecyclerView I want to make Google Inbox Android app like UI in my APP, I know its been using `RecyclerView` to achieve this. I have two questions 1. How to make First horizontal card start…
4
votes
0 answers

How Index Android App in Google Search

Following the Google guide I didn't understand this: I want link my Store page in the Google Index like here below: I read about Firebase Dynamic Links but I really don't need all this features like deep link..., I just need to index my Store App…
Lorenzo
  • 102
  • 5
4
votes
2 answers

angular.js how to tell google to index my site?

I've an angular.js app. I have followed google's guide for ajax based applications. I've done this: meta tags angular.js config $locationProvider.html5Mode(true); …
dontHaveName
  • 1,899
  • 5
  • 30
  • 54
4
votes
1 answer

Eclipse RAP crawling by Google?

I'm developing a RAP website and want to make it accessible for robots like Google (I'm only referring to Google here; but I think other search engines work similar). The Webapp contains dynamic content which I load from a Database, depending on…
3
votes
2 answers

Google indexing Cloudfront distribution

I have a static site through Cloudfront with an S3 origin & custom domain via Route 53. All works well, except that Google has also indexed the Cloudfront distribution url (d123etc.cloudfront.net) as well as my custom domain, leading to duplicate…
peterorum
  • 1,401
  • 2
  • 15
  • 21
3
votes
0 answers

Google is indexing my website's pages slowly, what is the problem?

How long will it take for Google to index whole pages, is it normal to take more than 2 months to index 75K out of 3.2M pages? I added sitemap to google and set robot.txt more than 2 months ago, in this period Google bots indexed only 75 thousand…
mahdi yousefi
  • 807
  • 1
  • 9
  • 15
1
2 3
8 9