Paid Members App logo
  • Tutorials
  • Pricing
Paid Members AppTM
  • Sign In
  • Sign Up

Tutorial Menu

General
  • Welcome
  • What is Paid Members App branding
  • No-code Customer Portal
  • No-code Stripe Tax
  • How to add Stripe coupons or promo codes
  • How to send emails from a custom domain
Duda
  • Primary Tutorials
    • How to install our app
    • How to add a login link
    • How to add a login button
    • How to set up your site navigation
    • How to white out your member pages
    • How to find your page URLs
  • Stripe Tutorials
    • How to embed a Stripe button
    • How to customize your Stripe button
    • How to add a v2 Stripe button
    • How to add coupons to Stripe
Webflow
  • Primary Tutorials
    • How to install our app
    • How to add a login link
    • How to add a login button
    • How to white out your member pages
    • How to find your page URLs
  • Stripe Tutorials
    • How to embed a Stripe button
    • How to customize your Stripe button
    • How to add a v2 Stripe button
Weebly
  • Primary Tutorials
    • How to migrate from our Weebly App
    • How to install our app
    • How to add a login link
    • How to set up your site navigation
    • How to white out your member pages
    • How to find your page URLs
  • Stripe Tutorials
    • How to embed a Stripe button
    • How to collect your customers name
    • How to customize your Stripe button
    • More Stripe tutorials...
Wordpress
  • Primary Tutorials
    • How to install our app
    • How to add a login link
    • How to add a login button
    • How to white out your member pages
    • How to find your page URLs
  • Stripe Tutorials
    • How to embed a Stripe button
    • How to customize your Stripe button
    • How to add a v2 Stripe button
    • How to add coupons to Stripe
Shopify
  • Primary Tutorials
    • How to install our app
    • How to add a login link
    • How to add a login button
    • How to white out your member pages
    • How to find your page URLs
  • Stripe Tutorials
    • How to embed a Stripe button
    • How to add a v2 Stripe button
    • How to add coupons to Stripe
Wix
  • Primary Tutorials
    • How to install our app
    • How to add a login link
    • How to white out your member pages
  • Stripe Tutorials
    • How to add Stripe Payment Links
Squarespace
  • Primary Tutorials
    • How to install our app
    • How to add a login link
    • How to add a signup popup
    • How to set up your site navigation
    • How to white out your member pages
    • How to find your page URLs
  • Stripe Tutorials
    • How to embed a Stripe button
    • How to Collect Your Customers Name
    • How to Customize Your Button
Static HTML
  • Primary Tutorials
    • How to install our app
    • How to add a login link
    • How to add a login button
    • How to white out your member pages
  • Stripe Tutorials
    • How to embed a Stripe button
    • How to customize your Stripe button
    • How to add a v2 Stripe button
    • How to add coupons to Stripe
Native Apps

This section is for users who have installed one of our native apps from an app store.

Weebly App

How to white out your Members Pages in Static HTML websites

This is what your page will look like to visitors if you whiteout the page:

Whiteout page

There are three main reasons to "white out" your members-only pages which all have to do with adding advanced levels of security:

A.) Prevent Content Appearing Momentarily via a Direct Link

In most cases, your customers will be redirected to a login page instantly when attempting to access one of your members-only pages. However, if your customers has a direct link to one of your members-only pages, it is possible that the customer will be able to view the members-only page for a few seconds before authentication occurs and your customer is redirected to the login prompt. If you don't want visitors to see any information on the page whatsoever, then 'whiting out' the page accomplishes that since the page will be completely white with only a loading icon present until the redirect occurs.

B.) Advanced Security

In theory, software developers or those with advanced coding skills could disable the code that authenticates your visitors so that they would be able to prevent the redirection to the login screeen thus allowing those with a direct link to your page and advanced Javascript coding skills to view the page. If you 'whiteout' the page, these developers would only view a white screen and would not be able to view your content.

C.) Avoid Indexing by Search Engines

You likely don't want your members-only pages indexed by search engines like Google which can result in links appearing on Google Searches to your members-only content. The best way to prevent indexing is by 'whiting out' your members only pages. By doing so, Google and other search engines are programmatically told to not index this page so it won't be included in SERPs (Search Engine Results Pages). It is still possible for a search engine to index the page, but it is much less likely, particularly if you white-out your page before ever publishing it since it takes time for search engines to have bots crawl through the internet to index your website pages.

How do I 'whiteout' my pages?

1.) In the app click Setup Checklist.

Click setup checklist

2.) Then click 'List Your Pages'.

List your pages

3.) Then click either 'Add Your Page' to list the members-only page or, if you have already created this page listing, then click 'Edit'.

Add or edit page

4.) Then click view instructions to get the code snippet.

Optionally, you can check the checkbox to help you remember that you have applied the whiteout code to this page, but checking the box is just for your records - you must embed the code into your page to actually whiteout the page.

Edit page view instructions

5.) Click 'Copy Code'

Click copy code in edit page

6.) Paste the code into the HTML <head> tag for that page:

Head html

7.) For added security, prevent Google from indexing the page.

8.) If a visitor tries to access your members-only page with a direct link to the page, they will see only a whited out page and a loading icon.

Whiteout page

9.) After a few seconds, they will be re-directed to your member login form.