Live data from Hacker News

Ask HN: Does Google Index “Secret” URLs Only Shared Through Gmail?

news.ycombinator.com

1–10 of 13 posts

Re: Ask HN: Does Google Index “Secret” URLs Only Shared Through Gmail?

#2
You should put a robots.txt file in the S3 bucket if you don't want things in it indexed.

I (kind-of) doubt that they found the files through your e-mail, but the files in your S3 bucket are technically available for indexing since you don't have a robots.txt.

Re: Ask HN: Does Google Index “Secret” URLs Only Shared Through Gmail?

#3

You should put a robots.txt file in the S3 bucket if you don't want things in it indexed. I (kind-of) doubt that they found the files through your e-mail, but the files in your S3 bucket are technically available for indexing since you don't have a robots.txt.

I do have a robots.txt, but for whatever reason its not found by Google

Re: Ask HN: Does Google Index “Secret” URLs Only Shared Through Gmail?

#5
Google definitely reads your email (gmail). As an example, if I have the word attachment written in my email and then attempt to send the email without any attachments, google will tell me that I used the word attachment in my email but didn't attach anything.

Re: Ask HN: Does Google Index “Secret” URLs Only Shared Through Gmail?

#6

Google definitely reads your email (gmail). As an example, if I have the word attachment written in my email and then attempt to send the email without any attachments, google will tell me that I used the word attachment in my email but didn't attach anything.

"Reads your email" is ambiguous. All unencrypted email must be read just to transmit it over the network, or to store it on disk. Sounds silly, but the example you gave is actually even more benign: It could be done with Javascript that never sends anything across the network.

Re: Ask HN: Does Google Index “Secret” URLs Only Shared Through Gmail?

#9

You should put a robots.txt file in the S3 bucket if you don't want things in it indexed. I (kind-of) doubt that they found the files through your e-mail, but the files in your S3 bucket are technically available for indexing since you don't have a robots.txt.

I do have a robots.txt, but for whatever reason its not found by Google

Are you using a custom domain? Robots.txt must be in your root folder, doesn't work with S3 urls.

Re: Ask HN: Does Google Index “Secret” URLs Only Shared Through Gmail?

#10

Earlier quoted context omitted.

I do have a robots.txt, but for whatever reason its not found by Google

Are you using a custom domain? Robots.txt must be in your root folder, doesn't work with S3 urls.

yeah its the S3 URLs that are causing the problem
Post reply on HN