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

Create robots.txt #245

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Create robots.txt #245

wants to merge 1 commit into from

Conversation

ibrand
Copy link

@ibrand ibrand commented Sep 8, 2023

De-index entire archval site from google. robots.txt is the softest way to block the indexing and still might not work in some cases -- to fully get rid of the indexing you'd want to use:
<meta name="robots" content="noindex"> -- Explained here: https://stackoverflow.com/a/47083230

But I think this would likely work well enough. It has for my personal site so far. It'll take a little troubleshooting to verify that this worked but I can submit another PR if adjustments need to be made.

One caution: if this does work, google wont recrawl in the future (though i think you can submit a re-crawl request) so best to make sure you actually want the full site de-indexed from the search results.

De-index entire archval site from google. robots.txt is the softest way to block the indexing and still might not work in some cases -- to fully get rid of the indexing you'd want to use: <meta name="robots" content="noindex"> Explained here: https://stackoverflow.com/a/47083230
@netlify
Copy link

netlify bot commented Sep 8, 2023

Deploy Preview for sfpc failed.

Name Link
🔨 Latest commit ebb3761
🔍 Latest deploy log https://app.netlify.com/sites/sfpc/deploys/64fb63ba8aeeda00081e4df2

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

Successfully merging this pull request may close these issues.

1 participant