All About Web Co. logo
All About Web Co.

Weebly. How to Hide a Website from Search Engines

Author: Serhiy Manuilo, Publication Date: May 28, 2023, Last Updated: Jun 15, 2024
by Serhiy Manuilo, Jun 15, 2024
The article image: "Weebly. How to Hide a Website from Search Engines"

As any mature website builder, Weebly provides tools to hide a website from search engines. There’re three ways to do this. The two do the job directly (“Hide site from search engines” switch and Header Code injection) in a way search engines expect, and one indirectly (Site Password settings).

Let’s see how to do this.

Prevent a site from being indexed with SEO settings

  1. Go to the Website / Edit Site section on the left side bar
  2. Click on the Edit button Go to the Weebly website editor
  3. Go to the website Settings Go to the Weebly website Settings
  4. Go to the SEO settings
  5. Switch on Hide site from search engines
  6. Save and Publish Hide Weebly website from search engines

Prevent a site from being indexed with Header Code injection

Before starting web page indexing, a search engine bot looks into the <head /> block because it contains the page metadata.

Since we aim to prevent indexing of the entire website, every single page head block must include a dedicated <meta name="robots" content="noindex"> tag.

Important! This method might get conflict with the one above. Choose either one of them to avoid potential problems.

If you want to learn more about this topic, read the Block Search indexing with noindex article by Google Search Central.

Here’re 6 easy steps to do this:

  1. Go to the Website / Edit Site section on the left side bar
  2. Click on the Edit button Go to the Weebly website editor
  3. Go to the website Settings Go to the Weebly website Settings
  4. Go to the SEO settings
  5. Put this meta tag <meta name="robots" content="noindex"> into the Header Code editor area
  6. Save and Publish Add noindex meta tag to the Weebly website head tag

Prevent a site from being indexed with Site Password settings

Unlike the previous methods, this one works implicitly because the primary intent of this feature is to restrict access to a website for a certain category of users.

Everyone who tries to open a website must have a password. As a result, search engine bots cannot crawl and index the website due to a lack of rights.

Follow these steps to configure it:

  1. Go to the Website / Edit Site section on the left side bar
  2. Click on the Edit button Go to the Weebly website editor
  3. Go to the website Settings Go to the Weebly website Settings
  4. Go to the General settings
  5. Enter the password
  6. Save and Publish Protect Weebly website with a password

Summary

There are three ways of hiding a Weebly website from search engines, and all take a little effort to implement. Just a few minutes of work with settings.

It is worth using either the first method (Hide site from search engines switch) or the second (Header Code injection) to do this properly. Why? Because their primary purpose is to prevent a website from being indexed in a way that search engines expect.

If you end up with the third one (Site Password settings), it would be a good move to additionally utilize one of the first two methods to explicitly “say” to search engines that your website should not be indexed. Otherwise, not doing this might hurt your website’s SEO if you decide to index again.