sparcopen / infrastructure

A home on the web for our community owned infrastructure work.
https://infrastructure.sparcopen.org
MIT License
4 stars 2 forks source link

how to post members only content #62

Closed JosephMcArthur closed 4 years ago

JosephMcArthur commented 4 years ago

For this we'll need:

sssoz commented 4 years ago

Netlify allows password-protected pages, but you need to pay for that -- $45/month.

This would be "private" HTML pages and, like you mentioned during our call, it wouldn’t be any different from sharing PDFs to members (they can still share it if they want even if they’re not "supposed" to).

Time estimate: 1 day

sssoz commented 4 years ago
  • [x] don't allow indexing / robots

I’ve added the noindex metatag and a robots.txt file, but you should also do it in the Google Search Console.

sssoz commented 4 years ago

All members-only content is in _members/. I’ve included one example post.

It will be accessible through https://infrastructure.sparcopen.org/members/ (once on master)

JosephMcArthur commented 4 years ago
sssoz commented 4 years ago

Sorry this closed with the merge to master

JosephMcArthur commented 4 years ago

it doesn't appear that google search console can do anything about this, noindex is enough.

JosephMcArthur commented 4 years ago

I've just had the stupidest thought. This repository is public, meaning the code and content is public.

To actually do this privately we'd need to fork the repo, make a private version, and point netfly and a subdomain at it. At first glance this isn't all that much work so I'm not worried... but glade I noticed now and not in a week.

sssoz commented 4 years ago

Hah! I hadn’t even thought about this.

Are you hoping to have members-only content soon?

JosephMcArthur commented 4 years ago

Yes. We have a backlog that can be uploaded.

On Fri, Jun 26, 2020, 9:51 PM Sophy notifications@github.com wrote:

Hah! I hadn’t even thought about this.

Are you hoping to have members-only content soon?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/sparcopen/infrastructure/issues/62#issuecomment-650395300, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFZMZ66YB7FHFPKNOEKKBTRYUC6XANCNFSM4N75IURA .

JosephMcArthur commented 4 years ago