• Resolved JoynerEnterprises

    (@joynerenterprises)


    After setting up the new static site, should we set the WordPress site to noindex to avoid duplicate content issues? Will this affect the simply static files in any way?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author patrickposner

    (@patrickposner)

    Hey @joynerenterprises,

    I wouldn’t recommend setting the website to no index, as it would also affect the static site (because of the meta tag).

    Instead, use Basic Auth (a username + password prompt on the server) to block all unauthenticated requests to your WordPress website.

    Once done, add these credentials in Simply Static -> Settings -> Advanced to whitelist requests from the plugin.

    Cheers,

    Patrick

    Thread Starter JoynerEnterprises

    (@joynerenterprises)

    Thanks, I’ll try it. Out of curiosity, would using an under construction plugin work as well, as long as it’s off when updating the static pages?

    Plugin Author patrickposner

    (@patrickposner)

    Hey @joynerenterprises,

    theoretically yes, but there is one thing to keep in mind: attachments.

    Basic Auth will also protect your uploads directory, so Google can only index images from the static site but not from the WP website.

    I’m not sure if these under construction plugins do that as well!

    Cheers,

    Patrick

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Noindex WordPress Site?’ is closed to new replies.