Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make test pages not indexable by search engines #1

Open
mathiasbynens opened this issue Sep 9, 2014 · 1 comment
Open

Make test pages not indexable by search engines #1

mathiasbynens opened this issue Sep 9, 2014 · 1 comment

Comments

@mathiasbynens
Copy link

I’d recommend adding the following to pages like http://am-benchmark.glenmaddern.com/classes/*:

<meta name=robots content=noindex>

And possibly disable referrers:

<meta name=referrer content=never>
@geelen
Copy link
Contributor

geelen commented Sep 9, 2014

Good call. Fire a PR at me ;)

On 9 September 2014 12:40, Mathias Bynens notifications@github.com wrote:

I’d recommend adding the following to pages like
http://am-benchmark.glenmaddern.com/classes/*:

And possibly disable referrers:


Reply to this email directly or view it on GitHub
#1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants