sparcopen/infrastructure

how to post members only content

Closed this issue · 10 comments

For this we'll need:

  • an element that makes it super obvious not to share,
  • make sure it doesn't come up in normal threads / latest,
  • don't allow indexing / robots
  • make a member-only thread
sssoz commented

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

  • Designing the alert box that indicates this is member-only
  • Implementing the HTML page based on the public post template
sssoz commented
  • 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

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)

  • write some copy
  • configure google search console
  • get some content
sssoz commented

Sorry this closed with the merge to master

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

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

Hah! I hadn’t even thought about this.

Are you hoping to have members-only content soon?

  • We should turn off the cite it functionality here I think.
  • maybe remove open license too