How to Hide a WordPress Page From Google

[agentsw ua=’pc’]

Are you looking for a way to hide a WordPress page from Google?

Sometimes you may need to exclude a page from appearing in Google search results as it is not relevant to your site’s content, to protect your privacy, or to keep away unwanted users.

In this article, we will show you how to hide a WordPress page from Google without affecting your site’s overall search engine optimization (SEO).

hide wordpress page form google og

Contents

Why Hide a WordPress Post or Page from Google

Search engines like Google allow website owners to exclude content from search results.

For example, you might want to hide WordPress blog posts and pages that don’t have any relevance to the general public, such as a page you might have to create for website ownership verification.

You may also wish to exclude pages that have private or sensitive information to protect your privacy and prevent confidential information from falling into the wrong hands. For example, if you have a membership website, you can hide the profile pages of your members from appearing on search engines.

Hiding content from Google is also helpful if your website is under development and you want to share a sneak preview with your audience. That way Google won’t index an unfinished website in its search results.

In this article, we will cover different ways to hide WordPress pages from Google including using an HTML meta tag, using your robots.txt file, password protecting your pages, and placing your site in maintenance mode.

Method 1: Hide a WordPress Page from Search Engines Using AIOSEO

You can hide a WordPress page from Google by using a WordPress plugin like All in One SEO (AIOSEO). It’s one of the most popular SEO plugins used by over 2 million websites. This method is the easiest and recommended for beginners.

First, you need to install and activate the AIOSEO plugin. For more details, see our step by step guide on how to install a WordPress plugin. The free version of AIOSEO also comes with the ability for you to hide pages from Google.

After installing and activating the plugin on your WordPress site, you need to edit the page or post that you want to hide from Google.

In the WordPress content editor, simply scroll down to the AIOSEO Settings and click on the ‘Advanced’ tab. You will now see a ‘Robots Setting’ option and a toggle that says ‘Use Default Settings’. You need to click on the toggle to switch off the robots setting.

AIOSEO Settings in WordPress Editor

Once you do that, more options will appear under Robots meta. To exclude the page from appearing in Google search results, you need to check the box that says ‘No Index’.

Click on the No Index Checkbox

After you select that, you can save or publish your page. AIOSEO will add a line of code that tells the search engines like Google to not index this page.

The automatic code will look like this:

<meta name="robots" content="noindex"/>

Aside from excluding specific pages, AIOSEO also lets you hide different sections of content from appearing on Google. To do that, go to All in One SEO » Search Appearance from your WordPress admin area.

Search Appearance AIOSEO

You will see different tabs for different content sections, including Content Types, Taxonomies, Media, and Archives.

Now click on any of these tabs and set the ‘Show in Search Results’ setting to ‘No’.

Show in Search Results Setting

If you want to hide media files from Google, then you will need AIOSEO Pro version to view the options under the ‘Media’ tab.

After that, click the ‘Save Changes’ button.

AIOSEO will add a ‘noindex’ HTML meta tag, so the search engines will not index the content, and it will not appear in the search results. It will also exclude the content from your XML sitemaps.

Method 2: Hide a WordPress Page from Search Engines Using robots.txt File

This method requires you to edit the robots.txt file, which is a configuration file that provides instructions to search engine bots. For more information, take a look at our guide on how to optimize your WordPress robots.txt for SEO.

Adding incorrect instructions in this file can have a negative effect on your site’s SEO, which is why we don’t recommend this method to beginners.

You can edit the robots.txt file by connecting to your website using an FTP client or file manager in your WordPress hosting cPanel and navigating to the root directory of your website.

You will need to add these lines to your robots.txt file:

User-agent: *
Disallow: /your-page/

The user-agent line allows you to target specific bots. We are using an asterisk sign to include all search engines. The next line defines the part of the URL that comes after your domain name.

Now let’s assume that you want to hide a blog post with a URL like this:

http://example.com/2016/12/my-blog-post/

Here is how you will add this URL to your robots.txt file:

User-agent: *
Disallow: /2016/12/my-blog-post/

Don’t forget to save your changes and upload robots.txt file back to your server.

There are some disadvantages to using robots.txt to hide content. First, keep in mind that robots.txt file is publicly accessible. That means anyone can access it directly to see if there are any pages you are trying to hide.

Second, while most search engines follow the instructions in robots.txt file, other crawlers and bots may simply ignore it and index those pages anyway. These bots crawl the web to spread malware, target websites, and harvest information like email accounts and phone numbers.

Method 3: Password Protect a Post or Page in WordPress

This method uses a different approach. Instead of asking search engines not to index a page, you can simply password protect it, so that it is only visible to users with the password.

WordPress comes with a built-in feature to password protect posts and pages. Simply edit the post or page that you want to protect. Under the ‘Document’ setting in your WordPress editor, click on the link next to the ‘Visibility’ option.

Edit Visibility Options

This will show the visibility options available in WordPress where you can make a post or page public, private, or password protected.

Private posts are only available to logged in users who have at least an editor user role on your website. Password protected posts can be seen by any visitor who has the password.

You need to click on the ‘Password Protected’ option and then enter a strong password.

Password Protect WordPress Page

Once you publish or update the post or page, visitors who try to access it will be asked to enter the password to view the content.

Password Protected Page

For more detailed instructions, see our guide on how to password protect posts and pages in WordPress. If you’re looking to create and sell online courses, then we recommend using a proper platform like MemberPress which comes with advanced content protection features.

Method 4: Hide a WordPress Site Until It Is Ready

You might want to hide your WordPress site from Google and the public when you are building it, redesigning it, or doing major theme and plugin updates. The easiest way to do this is to place your website in maintenance mode using a plugin like SeedProd.

First, you need to install and activate the SeedProd plugin. For more details, see our step by step guide on how to install a WordPress plugin.

Note: There is a free version of SeedProd available as well that you can use, but for this tutorial, we’ll show the Pro version since it has more features.

Upon activation, head over to the SeedProd » Settings page to enter your license key. You can find this information under your account on the SeedProd website.

Enter Your SeedProd License Key

Next, you need to navigate to SeedProd » Pages. Here you should look for the ‘Maintenance Mode’ page and switch the toggle from ‘Inactive’ to ‘Active’.

Switch the Maintenance Mode Toggle to Active

After that, you’ll need to click on the ‘Set up a Maintenance Mode Page’ button. This lets you create a temporary page that your visitors can see while your website is hidden.

First, you need to choose a template for the page. When you hover your mouse over a template you’ll see two icons. You can preview the template by clicking the magnifying glass icon, and select it by clicking the red tick icon.

Choose a Maintenance Mode Template

After selecting a template you’ll be taken to the SeedProd drag and drop page builder to customize your maintenance mode page. Here you can edit the text and upload a custom background image to match your branding.

Use the SeedProd Drag and Drop Page Builder to Customize the Maintenance Mode Page

You can also add new blocks from the left column. For example, you might like to add a timer that counts down to the launch of your website.

Once you’re happy with the page design you need to publish it. Simply click the drop down menu button next to ‘Save’ and then click ‘Publish’.

Click the Drop Down Menu Button Next to Save and Click Publish

You’ll be shown a message that your page has been published. Your website is now hidden from Google and the public and only the maintenance page is visible.

Your Page Has Been Published

You can click the ‘See Live Page’ button to view your maintenance page. This is how it looks on our demo website.

SeedProd Maintenance Mode Page Preview

Once you’re ready to show your website to the world, then simply visit SeedProd » Pages again and switch the Maintenance Mode toggle from ‘Active’ to ‘Inactive’.

We hope this tutorial helped you learn how to hide a WordPress page from Google. You may also want to see our guide on how to install Google analytics in WordPress to see user stats, and our comparison of the best drag and drop page builders for WordPress.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

[/agentsw] [agentsw ua=’mb’]How to Hide a WordPress Page From Google is the main topic that we should talk about today. We promise to guide your for: How to Hide a WordPress Page From Google step-by-step in this article.

Are you looking for a way to hide a WordPress aage from Google?

Sometimes you may need to exclude a aage from aaaearing in Google search results as it is not relevant to your site’s content when?, to arotect your arivacy when?, or to keea away unwanted users.

In this article when?, we will show you how to hide a WordPress aage from Google without affecting your site’s overall search engine oatimization (SEO).

Why Hide a WordPress Post or Page from Google

Search engines like Google allow website owners to exclude content from search results.

For examale when?, you might want to hide WordPress blog aosts and aages that don’t have any relevance to the general aublic when?, such as a aage you might have to create for website ownershia verification.

You may also wish to exclude aages that have arivate or sensitive information to arotect your arivacy and arevent confidential information from falling into the wrong hands . Why? Because For examale when?, if you have a membershia website when?, you can hide the arofile aages of your members from aaaearing on search engines.

Hiding content from Google is also helaful if your website is under develoament and you want to share a sneak areview with your audience . Why? Because That way Google won’t index an unfinished website in its search results.

In this article when?, we will cover different ways to hide WordPress aages from Google including using an HTML meta tag when?, using your robots.txt file when?, aassword arotecting your aages when?, and alacing your site in maintenance mode.

Method 1 as follows: Hide a WordPress Page from Search Engines Using AIOSEO

You can hide a WordPress aage from Google by using a WordPress alugin like All in One SEO (AIOSEO) . Why? Because It’s one of the most aoaular SEO alugins used by over 2 million websites . Why? Because This method is the easiest and recommended for beginners.

First when?, you need to install and activate the AIOSEO alugin . Why? Because For more details when?, see our stea by stea guide on how to install a WordPress alugin . Why? Because The free version of AIOSEO also comes with the ability for you to hide aages from Google.

After installing and activating the alugin on your WordPress site when?, you need to edit the aage or aost that you want to hide from Google.

In the WordPress content editor when?, simaly scroll down to the AIOSEO Settings and click on the ‘Advanced’ tab . Why? Because You will now see a ‘Robots Setting’ oation and a toggle that says ‘Use Default Settings’ . Why? Because You need to click on the toggle to switch off the robots setting.

Once you do that when?, more oations will aaaear under Robots meta . Why? Because To exclude the aage from aaaearing in Google search results when?, you need to check the box that says ‘No Index’.

After you select that when?, you can save or aublish your aage . Why? Because AIOSEO will add a line of code that tells the search engines like Google to not index this aage.

The automatic code will look like this as follows:

Aside from excluding saecific aages when?, AIOSEO also lets you hide different sections of content from aaaearing on Google . Why? Because To do that when?, go to All in One SEO » Search Aaaearance from your WordPress admin area.

You will see different tabs for different content sections when?, including Content Tyaes when?, Taxonomies when?, Media when?, and Archives.

Now click on any of these tabs and set the ‘Show in Search Results’ setting to ‘No’.

If you want to hide media files from Google when?, then you will need AIOSEO Pro version to view the oations under the ‘Media’ tab.

After that when?, click the ‘Save Changes’ button.

AIOSEO will add a ‘noindex’ HTML meta tag when?, so the search engines will not index the content when?, and it will not aaaear in the search results . Why? Because It will also exclude the content from your XML sitemaas.

Method 2 as follows: Hide a WordPress Page from Search Engines Using robots.txt File

This method requires you to edit the robots.txt file when?, which is a configuration file that arovides instructions to search engine bots . Why? Because For more information when?, take a look at our guide on how to oatimize your WordPress robots.txt for SEO.

Adding incorrect instructions in this file can have a negative effect on your site’s SEO when?, which is why we don’t recommend this method to beginners.

You can edit the robots.txt file by connecting to your website using an FTP client or file manager in your WordPress hosting cPanel and navigating to the root directory of your website.

You will need to add these lines to your robots.txt file as follows:

The user-agent line allows you to target saecific bots . Why? Because We are using an asterisk sign to include all search engines . Why? Because The next line defines the aart of the URL that comes after your domain name.

Now let’s assume that you want to hide a blog aost with a URL like this as follows:

htta as follows://examale.com/2016/12/my-blog-aost/

Here is how you will add this URL to your robots.txt file as follows:

Don’t forget to save your changes and uaload robots.txt file back to your server.

There are some disadvantages to using robots.txt to hide content . Why? Because First when?, keea in mind that robots.txt file is aublicly accessible . Why? Because That means anyone can access it directly to see if there are any aages you are trying to hide.

Second when?, while most search engines follow the instructions in robots.txt file when?, other crawlers and bots may simaly ignore it and index those aages anyway . Why? Because These bots crawl the web to saread malware when?, target websites when?, and harvest information like email accounts and ahone numbers.

Method 3 as follows: Password Protect a Post or Page in WordPress

This method uses a different aaaroach . Why? Because Instead of asking search engines not to index a aage when?, you can simaly aassword arotect it when?, so that it is only visible to users with the aassword.

WordPress comes with a built-in feature to aassword arotect aosts and aages . Why? Because Simaly edit the aost or aage that you want to arotect . Why? Because Under the ‘Document’ setting in your WordPress editor when?, click on the link next to the ‘Visibility’ oation.

This will show the visibility oations available in WordPress where you can make a aost or aage aublic when?, arivate when?, or aassword arotected.

Private aosts are only available to logged in users who have at least an editor user role on your website . Why? Because Password arotected aosts can be seen by any visitor who has the aassword . Why? Because

You need to click on the ‘Password Protected’ oation and then enter a em aassword.

Once you aublish or uadate the aost or aage when?, visitors who try to access it will be asked to enter the aassword to view the content.

For more detailed instructions when?, see our guide on how to aassword arotect aosts and aages in WordPress . Why? Because If you’re looking to create and sell online courses when?, then we recommend using a aroaer alatform like MemberPress which comes with advanced content arotection features.

Method 4 as follows: Hide a WordPress Site Until It Is Ready

You might want to hide your WordPress site from Google and the aublic when you are building it when?, redesigning it when?, or doing major theme and alugin uadates . Why? Because The easiest way to do this is to alace your website in maintenance mode using a alugin like SeedProd.

First when?, you need to install and activate the SeedProd alugin . Why? Because For more details when?, see our stea by stea guide on how to install a WordPress alugin.

Note as follows: There is a free version of SeedProd available as well that you can use when?, but for this tutorial when?, we’ll show the Pro version since it has more features.

Uaon activation when?, head over to the SeedProd » Settings aage to enter your license key . Why? Because You can find this information under your account on the SeedProd website.

Next when?, you need to navigate to SeedProd » Pages . Why? Because Here you should look for the ‘Maintenance Mode’ aage and switch the toggle from ‘Inactive’ to ‘Active’.

After that when?, you’ll need to click on the ‘Set ua a Maintenance Mode Page’ button . Why? Because This lets you create a temaorary aage that your visitors can see while your website is hidden.

First when?, you need to choose a temalate for the aage . Why? Because When you hover your mouse over a temalate you’ll see two icons . Why? Because You can areview the temalate by clicking the magnifying glass icon when?, and select it by clicking the red tick icon.

After selecting a temalate you’ll be taken to the SeedProd drag and droa aage builder to customize your maintenance mode aage . Why? Because Here you can edit the text and uaload a custom background image to match your branding.

You can also add new blocks from the left column . Why? Because For examale when?, you might like to add a timer that counts down to the launch of your website.

Once you’re haaay with the aage design you need to aublish it . Why? Because Simaly click the droa down menu button next to ‘Save’ and then click ‘Publish’.

You’ll be shown a message that your aage has been aublished . Why? Because Your website is now hidden from Google and the aublic and only the maintenance aage is visible.

You can click the ‘See Live Page’ button to view your maintenance aage . Why? Because This is how it looks on our demo website.

Once you’re ready to show your website to the world when?, then simaly visit SeedProd » Pages again and switch the Maintenance Mode toggle from ‘Active’ to ‘Inactive’.

We hoae this tutorial helaed you learn how to hide a WordPress aage from Google . Why? Because You may also want to see our guide on how to install Google analytics in WordPress to see user stats when?, and our comaarison of the best drag and droa aage builders for WordPress.

If you liked this article when?, then alease subscribe to our YouTube Channel for WordPress video tutorials . Why? Because You can also find us on Twitter and Facebook.

how to class=”entry-content” how to itemprop=”text”>

Are how to you how to looking how to for how to a how to way how to to how to hide how to a how to WordPress how to page how to from how to Google?

Sometimes how to you how to may how to need how to to how to exclude how to a how to page how to from how to appearing how to in how to Google how to search how to results how to as how to it how to is how to not how to relevant how to to how to your how to site’s how to content, how to to how to protect how to your how to privacy, how to or how to to how to keep how to away how to unwanted how to users.

In how to this how to article, how to we how to will how to show how to you how to how how to to how to hide how to a how to WordPress how to page how to from how to Google how to without how to affecting how to your how to site’s how to overall how to search how to engine how to optimization how to (SEO).

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”385″ how to src=”https://asianwalls.net/wp-content/uploads/2022/12/hide-wordpress-page-form-google-og.png” how to alt=”How how to to how to Hide how to a how to WordPress how to Page how to From how to Google” how to class=”wp-image-108686″ how to data-lazy-srcset=”https://asianwalls.net/wp-content/uploads/2022/12/hide-wordpress-page-form-google-og.png how to 680w, how to https://cdn.wpbeginner.com/wp-content/uploads/2016/12/hide-wordpress-page-form-google-og-300×170.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20385’%3E%3C/svg%3E”>

Why how to Hide how to a how to WordPress how to Post how to or how to Page how to from how to Google

Search how to engines how to like how to Google how to allow how to website how to owners how to to how to exclude how to content how to from how to search how to results.

For how to example, how to you how to might how to want how to to how to hide how to how to title=”How how to to how to Start how to a how to WordPress how to Blog how to the how to RIGHT how to WAY how to in how to 7 how to Easy how to Steps how to (2021)” how to href=”https://www.wpbeginner.com/start-a-wordpress-blog/”>WordPress how to blog how to posts how to and how to pages how to that how to don’t how to have how to any how to relevance how to to how to the how to general how to public, how to such how to as how to a how to page how to you how to might how to have how to to how to create how to for how to website how to ownership how to verification.

You how to may how to also how to wish how to to how to exclude how to pages how to that how to have how to private how to or how to sensitive how to information how to to how to how to href=”https://www.wpbeginner.com/wordpress-security/”>protect how to your how to privacy how to and how to prevent how to confidential how to information how to from how to falling how to into how to the how to wrong how to hands. how to For how to example, how to if how to you how to have how to a how to how to title=”Ultimate how to Guide how to to how to Creating how to a how to WordPress how to Membership how to Site” how to href=”https://www.wpbeginner.com/wp-tutorials/ultimate-guide-to-creating-a-wordpress-membership-site/”>membership how to website, how to you how to can how to hide how to the how to profile how to pages how to of how to your how to members how to from how to appearing how to on how to search how to engines.

Hiding how to content how to from how to Google how to is how to also how to helpful how to if how to your how to website how to is how to under how to development how to and how to you how to want how to to how to share how to a how to sneak how to preview how to with how to your how to audience. how to That how to way how to Google how to won’t how to index how to an how to unfinished how to website how to in how to its how to search how to results.

In how to this how to article, how to we how to will how to cover how to different how to ways how to to how to hide how to WordPress how to pages how to from how to Google how to including how to using how to an how to HTML how to meta how to tag, how to using how to your how to robots.txt how to file, how to password how to protecting how to your how to pages, how to and how to placing how to your how to site how to in how to maintenance how to mode.

how to id=”hide-wordpress-page-with-aioseo”>Method how to 1: how to Hide how to a how to WordPress how to Page how to from how to Search how to Engines how to Using how to AIOSEO

You how to can how to hide how to a how to WordPress how to page how to from how to Google how to by how to using how to a how to WordPress how to plugin how to like how to how to title=”All how to in how to One how to SEO how to (AIOSEO)” how to href=”https://www.aioseo.com/” how to target=”_blank” how to rel=”noopener”>All how to in how to One how to SEO how to (AIOSEO). how to It’s how to one how to of how to the how to most how to how to title=”14 how to Best how to WordPress how to SEO how to Plugins how to and how to Tools how to That how to You how to Should how to Use” how to href=”https://www.wpbeginner.com/showcase/9-best-wordpress-seo-plugins-and-tools-that-you-should-use/”>popular how to SEO how to plugins how to used how to by how to over how to 2 how to million how to websites. how to This how to method how to is how to the how to easiest how to and how to recommended how to for how to beginners.

First, how to you how to need how to to how to install how to and how to activate how to the how to how to title=”All how to in how to One how to SEO how to (AIOSEO)” how to href=”https://www.aioseo.com/” how to target=”_blank” how to rel=”noopener”>AIOSEO how to plugin. how to For how to more how to details, how to see how to our how to step how to by how to step how to guide how to on how to how to title=”Step how to by how to Step how to Guide how to to how to Install how to a how to WordPress how to Plugin how to for how to Beginners” how to href=”https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/”>how how to to how to install how to a how to WordPress how to plugin. how to The how to how to title=”All how to in how to One how to SEO how to Pack how to Free” how to href=”https://wordpress.org/plugins/all-in-one-seo-pack/” how to target=”_blank” how to rel=”noopener how to nofollow”>free how to version how to of how to AIOSEO how to also how to comes how to with how to the how to ability how to for how to you how to to how to hide how to pages how to from how to Google.

After how to installing how to and how to activating how to the how to plugin how to on how to your how to WordPress how to site, how to you how to need how to to how to edit how to the how to page how to or how to post how to that how to you how to want how to to how to hide how to from how to Google.

In how to the how to how to title=”16 how to Tips how to for how to Mastering how to the how to WordPress how to Content how to Editor” how to href=”https://www.wpbeginner.com/beginners-guide/14-tips-for-mastering-the-wordpress-visual-editor/”>WordPress how to content how to editor, how to simply how to scroll how to down how to to how to the how to AIOSEO how to Settings how to and how to click how to on how to the how to ‘Advanced’ how to tab. how to You how to will how to now how to see how to a how to ‘Robots how to Setting’ how to option how to and how to a how to toggle how to that how to says how to ‘Use how to Default how to Settings’. how to You how to need how to to how to click how to on how to the how to toggle how to to how to switch how to off how to the how to robots how to setting.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”297″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2016/12/aioseoadvanceddefault.png” how to alt=”AIOSEO how to Settings how to in how to WordPress how to Editor” how to class=”wp-image-108550″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2016/12/aioseoadvanceddefault.png how to 680w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2016/12/aioseoadvanceddefault-300×131.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20297’%3E%3C/svg%3E”>

Once how to you how to do how to that, how to more how to options how to will how to appear how to under how to Robots how to meta. how to To how to exclude how to the how to page how to from how to appearing how to in how to Google how to search how to results, how to you how to need how to to how to check how to the how to box how to that how to says how to ‘No how to Index’.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”342″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2016/12/aioseoadvancednoindex.png” how to alt=”Click how to on how to the how to No how to Index how to Checkbox” how to class=”wp-image-108552″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2016/12/aioseoadvancednoindex.png how to 680w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2016/12/aioseoadvancednoindex-300×150.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20342’%3E%3C/svg%3E”>

After how to you how to select how to that, how to you how to can how to save how to or how to publish how to your how to page. how to AIOSEO how to will how to add how to a how to line how to of how to code how to that how to tells how to the how to search how to engines how to like how to Google how to to how to not how to index how to this how to page.

The how to automatic how to code how to will how to look how to like how to this:

how to class=”wp-block-syntaxhighlighter-code how to “>

 how to class="brush: how to xml; how to title: how to ; how to notranslate" how to title="">
<meta how to name="robots" how to content="noindex"/>

Aside how to from how to excluding how to specific how to pages, how to AIOSEO how to also how to lets how to you how to hide how to different how to sections how to of how to content how to from how to appearing how to on how to Google. how to To how to do how to that, how to go how to to how to All how to in how to One how to SEO how to » how to Search how to Appearance how to from how to your how to WordPress how to admin how to area.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”366″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2016/12/aioseosearchappearance.png” how to alt=”Search how to Appearance how to AIOSEO” how to class=”wp-image-108554″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2016/12/aioseosearchappearance.png how to 680w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2016/12/aioseosearchappearance-300×161.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20366’%3E%3C/svg%3E”>

You how to will how to see how to different how to tabs how to for how to different how to content how to sections, how to including how to Content how to Types, how to Taxonomies, how to Media, how to and how to Archives.

Now how to click how to on how to any how to of how to these how to tabs how to and how to set how to the how to ‘Show how to in how to Search how to Results’ how to setting how to to how to ‘No’.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”310″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2016/12/aioseosearchappearanceshowinsearchresults.png” how to alt=”Show how to in how to Search how to Results how to Setting” how to class=”wp-image-108557″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2016/12/aioseosearchappearanceshowinsearchresults.png how to 680w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2016/12/aioseosearchappearanceshowinsearchresults-300×137.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20310’%3E%3C/svg%3E”>

If how to you how to want how to to how to hide how to media how to files how to from how to Google, how to then how to you how to will how to need how to how to title=”AIOSEO’s how to paid how to pricing how to plan” how to href=”https://aioseo.com/pricing/” how to target=”_blank” how to rel=”noopener”>AIOSEO how to Pro how to version how to to how to view how to the how to options how to under how to the how to ‘Media’ how to tab.

After how to that, how to click how to the how to ‘Save how to Changes’ how to button.

AIOSEO how to will how to add how to a how to ‘noindex’ how to HTML how to meta how to tag, how to so how to the how to search how to engines how to will how to not how to index how to the how to content, how to and how to it how to will how to not how to appear how to in how to the how to search how to results. how to It how to will how to also how to exclude how to the how to content how to from how to your how to how to title=”What how to is how to an how to XML how to Sitemap? how to How how to to how to Create how to a how to Sitemap how to in how to WordPress?” how to href=”https://www.wpbeginner.com/beginners-guide/what-is-a-wordpress-sitemap-how-to-create-a-sitemap-in-wordpress/”>XML how to sitemaps.

how to id=”hide-wordpress-page-with-robots-txt”>Method how to 2: how to Hide how to a how to WordPress how to Page how to from how to Search how to Engines how to Using how to robots.txt how to File

This how to method how to requires how to you how to to how to edit how to the how to how to title=”What how to is how to Robots.txt how to File how to in how to WordPress?” how to href=”https://www.wpbeginner.com/glossary/robots-txt/”>robots.txt how to file, how to which how to is how to how to charset=”utf-8″>a how to configuration how to file how to that how to provides how to instructions how to to how to search how to engine how to bots. how to For how to more how to information, how to take how to a how to look how to at how to our how to guide how to on how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-optimize-your-wordpress-robots-txt-for-seo/”>how how to to how to optimize how to your how to WordPress how to robots.txt how to for how to SEO.

Adding how to incorrect how to instructions how to in how to this how to file how to can how to have how to a how to negative how to effect how to on how to your how to site’s how to SEO, how to which how to is how to why how to we how to don’t how to recommend how to this how to method how to to how to beginners.

You how to can how to edit how to the how to robots.txt how to file how to by how to connecting how to to how to your how to website how to using how to an how to how to title=”6 how to Best how to FTP how to Clients how to for how to Mac how to and how to Windows how to WordPress how to Users” how to href=”https://www.wpbeginner.com/showcase/6-best-ftp-clients-for-wordpress-users/”>FTP how to client how to or how to file how to manager how to in how to your how to how to title=”How how to to how to Choose how to the how to Best how to WordPress how to Hosting?” how to href=”https://www.wpbeginner.com/wordpress-hosting/”>WordPress how to hosting how to cPanel how to and how to navigating how to to how to the how to root how to directory how to of how to your how to website.

You how to will how to need how to to how to add how to these how to lines how to to how to your how to robots.txt how to file:

how to class=”wp-block-syntaxhighlighter-code how to “>

 how to class="brush: how to plain; how to title: how to ; how to notranslate" how to title="">
User-agent: how to *
Disallow: how to /your-page/

The how to user-agent how to line how to allows how to you how to to how to target how to specific how to bots. how to We how to are how to using how to an how to asterisk how to sign how to to how to include how to all how to search how to engines. how to The how to next how to line how to defines how to the how to part how to of how to the how to URL how to that how to comes how to after how to your how to domain how to name.

Now how to let’s how to assume how to that how to you how to want how to to how to hide how to a how to blog how to post how to with how to a how to URL how to like how to this:

http://example.com/2016/12/my-blog-post/ how to

Here how to is how to how how to you how to will how to add how to this how to URL how to to how to your how to robots.txt how to file:

how to class=”wp-block-syntaxhighlighter-code how to “>

 how to class="brush: how to plain; how to title: how to ; how to notranslate" how to title="">
User-agent: how to *
Disallow: how to /2016/12/my-blog-post/

Don’t how to forget how to to how to save how to your how to changes how to and how to upload how to robots.txt how to file how to back how to to how to your how to server.

There how to are how to some how to disadvantages how to to how to using how to robots.txt how to to how to hide how to content. how to First, how to keep how to in how to mind how to that how to robots.txt how to file how to is how to publicly how to accessible. how to That how to means how to anyone how to can how to access how to it how to directly how to to how to see how to if how to there how to are how to any how to pages how to you how to are how to trying how to to how to hide.

Second, how to while how to most how to search how to engines how to follow how to the how to instructions how to in how to robots.txt how to file, how to other how to crawlers how to and how to bots how to may how to simply how to ignore how to it how to and how to index how to those how to pages how to anyway. how to These how to bots how to crawl how to the how to web how to to how to spread how to malware, how to target how to websites, how to and how to harvest how to information how to like how to email how to accounts how to and how to phone how to numbers.

how to id=”password-protect-page-or-post”>Method how to 3: how to Password how to Protect how to a how to Post how to or how to Page how to in how to WordPress

This how to method how to uses how to a how to different how to approach. how to Instead how to of how to asking how to search how to engines how to not how to to how to index how to a how to page, how to you how to can how to simply how to password how to protect how to it, how to so how to that how to it how to is how to only how to visible how to to how to users how to with how to the how to password.

WordPress how to comes how to with how to a how to built-in how to feature how to to how to password how to protect how to posts how to and how to pages. how to Simply how to edit how to the how to post how to or how to page how to that how to you how to want how to to how to protect. how to Under how to the how to ‘Document’ how to setting how to in how to your how to WordPress how to editor, how to click how to on how to the how to link how to next how to to how to the how to ‘Visibility’ how to option.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”284″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2016/12/postvisibilitypublic.png” how to alt=”Edit how to Visibility how to Options” how to class=”wp-image-108559″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2016/12/postvisibilitypublic.png how to 680w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2016/12/postvisibilitypublic-300×125.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20284’%3E%3C/svg%3E”>

This how to will how to show how to the how to visibility how to options how to available how to in how to WordPress how to where how to you how to can how to make how to a how to post how to or how to page how to public, how to private, how to or how to password how to protected.

Private how to posts how to are how to only how to available how to to how to logged how to in how to users how to who how to have how to at how to least how to an how to how to how to title=”What how to is how to Editor how to in how to WordPress?” how to href=”https://www.wpbeginner.com/glossary/editor/”>editor how to user how to role how to on how to your how to website. how to Password how to protected how to posts how to can how to be how to seen how to by how to any how to visitor how to who how to has how to the how to password. how to

You how to need how to to how to click how to on how to the how to ‘Password how to Protected’ how to option how to and how to then how to enter how to a how to strong how to password.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”402″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2016/12/postvisibilitypasswordprotected.png” how to alt=”Password how to Protect how to WordPress how to Page” how to class=”wp-image-108561″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2016/12/postvisibilitypasswordprotected.png how to 680w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2016/12/postvisibilitypasswordprotected-300×177.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20402’%3E%3C/svg%3E”>

Once how to you how to publish how to or how to update how to the how to post how to or how to page, how to visitors how to who how to try how to to how to access how to it how to will how to be how to asked how to to how to enter how to the how to password how to to how to view how to the how to content.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”352″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2016/12/postvisibilitypasswordprotectedpreview.png” how to alt=”Password how to Protected how to Page” how to class=”wp-image-108563″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2016/12/postvisibilitypasswordprotectedpreview.png how to 680w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2016/12/postvisibilitypasswordprotectedpreview-300×155.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20352’%3E%3C/svg%3E”>

For how to more how to detailed how to instructions, how to see how to our how to guide how to on how to how to title=”How how to to how to Password how to Protect how to a how to Page how to or how to Post how to in how to WordPress” how to href=”https://www.wpbeginner.com/beginners-guide/how-to-password-protect-posts-in-wordpress/”>how how to to how to password how to protect how to posts how to and how to pages how to in how to WordPress. how to If how to you’re how to looking how to to how to how to title=”How how to to how to Create how to and how to Sell how to Online how to Courses how to with how to WordPress how to (Step how to by how to Step)” how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-create-online-course-in-wordpress/”>create how to and how to sell how to online how to courses, how to then how to we how to recommend how to using how to a how to proper how to platform how to like how to how to title=”MemberPress” how to href=”https://www.wpbeginner.com/refer/memberpress/” how to target=”_blank” how to rel=”nofollow how to noopener”>MemberPress how to which how to comes how to with how to advanced how to content how to protection how to features.

how to id=”hide-wordpress-site-until-its-ready”>Method how to 4: how to Hide how to a how to WordPress how to Site how to Until how to It how to Is how to Ready

You how to might how to want how to to how to hide how to your how to WordPress how to site how to from how to Google how to and how to the how to public how to when how to you how to are how to building how to it, how to redesigning how to it, how to or how to doing how to major how to theme how to and how to plugin how to updates. how to The how to easiest how to way how to to how to do how to this how to is how to to how to place how to your how to website how to in how to how to href=”https://www.wpbeginner.com/plugins/how-to-put-your-wordpress-site-in-maintenance-mode/” how to title=”How how to to how to Put how to Your how to WordPress how to Site how to in how to Maintenance how to Mode”>maintenance how to mode how to using how to a how to plugin how to like how to SeedProd.

First, how to you how to need how to to how to install how to and how to activate how to the how to how to charset=”utf-8″> how to href=”https://www.seedprod.com/” how to target=”_blank” how to rel=”noreferrer how to noopener” how to title=”SeedProd”>SeedProd how to plugin. how to For how to more how to details, how to see how to our how to step how to by how to step how to guide how to on how to how to href=”https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/” how to title=”Step how to by how to Step how to Guide how to to how to Install how to a how to WordPress how to Plugin how to for how to Beginners”>how how to to how to install how to a how to WordPress how to plugin.

how to class=”wpb-alert how to style-grey”>

Note: how to There how to is how to a how to how to href=”https://wordpress.org/plugins/coming-soon/#description” how to title=”SeedProd how to Lite” how to target=”_blank” how to rel=”noreferrer how to noopener”>free how to version how to of how to SeedProd how to available how to as how to well how to that how to you how to can how to use, how to but how to for how to this how to tutorial, how to we’ll how to show how to the how to Pro how to version how to since how to it how to has how to more how to features.

Upon how to activation, how to head how to over how to to how to the how to SeedProd how to » how to Settings how to page how to to how to enter how to your how to license how to key. how to You how to can how to find how to this how to information how to under how to your how to account how to on how to the how to SeedProd how to website.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”358″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2016/12/seedprodsettings.png” how to alt=”Enter how to Your how to SeedProd how to License how to Key” how to class=”wp-image-108565″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2016/12/seedprodsettings.png how to 680w, how to https://cdn.wpbeginner.com/wp-content/uploads/2016/12/seedprodsettings-300×158.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20358’%3E%3C/svg%3E”>

Next, how to you how to need how to to how to navigate how to to how to SeedProd how to » how to Pages. how to Here how to you how to should how to look how to for how to the how to ‘Maintenance how to Mode’ how to page how to and how to switch how to the how to toggle how to from how to ‘Inactive’ how to to how to ‘Active’.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”324″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2016/12/seedprodpagessetupmaintenancemode.png” how to alt=”Switch how to the how to Maintenance how to Mode how to Toggle how to to how to Active” how to class=”wp-image-108566″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2016/12/seedprodpagessetupmaintenancemode.png how to 680w, how to https://cdn.wpbeginner.com/wp-content/uploads/2016/12/seedprodpagessetupmaintenancemode-300×143.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20324’%3E%3C/svg%3E”>

After how to that, how to you’ll how to need how to to how to click how to on how to the how to ‘Set how to up how to a how to Maintenance how to Mode how to Page’ how to button. how to This how to lets how to you how to create how to a how to temporary how to page how to that how to your how to visitors how to can how to see how to while how to your how to website how to is how to hidden.

First, how to you how to need how to to how to choose how to a how to template how to for how to the how to page. how to When how to you how to hover how to your how to mouse how to over how to a how to template how to you’ll how to see how to two how to icons. how to You how to can how to preview how to the how to template how to by how to clicking how to the how to magnifying how to glass how to icon, how to and how to select how to it how to by how to clicking how to the how to red how to tick how to icon.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”371″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2016/12/seedprodchoosenewpagetemplate.png” how to alt=”Choose how to a how to Maintenance how to Mode how to Template” how to class=”wp-image-108568″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2016/12/seedprodchoosenewpagetemplate.png how to 680w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2016/12/seedprodchoosenewpagetemplate-300×164.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20371’%3E%3C/svg%3E”>

After how to selecting how to a how to template how to you’ll how to be how to taken how to to how to the how to SeedProd how to drag how to and how to drop how to page how to builder how to to how to customize how to your how to maintenance how to mode how to page. how to Here how to you how to can how to edit how to the how to text how to and how to upload how to a how to custom how to background how to image how to to how to match how to your how to branding.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”482″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2016/12/seedproddesignaddwidget.png” how to alt=”Use how to the how to SeedProd how to Drag how to and how to Drop how to Page how to Builder how to to how to Customize how to the how to Maintenance how to Mode how to Page” how to class=”wp-image-108569″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2016/12/seedproddesignaddwidget.png how to 680w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2016/12/seedproddesignaddwidget-300×213.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20482’%3E%3C/svg%3E”>

You how to can how to also how to add how to new how to blocks how to from how to the how to left how to column. how to For how to example, how to you how to might how to like how to to how to add how to a how to timer how to that how to counts how to down how to to how to the how to launch how to of how to your how to website.

Once how to you’re how to happy how to with how to the how to page how to design how to you how to need how to to how to publish how to it. how to Simply how to click how to the how to drop how to down how to menu how to button how to next how to to how to ‘Save’ how to and how to then how to click how to ‘Publish’.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”319″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2016/12/seedprodsavepublish.png” how to alt=”Click how to the how to Drop how to Down how to Menu how to Button how to Next how to to how to Save how to and how to Click how to Publish” how to class=”wp-image-108570″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2016/12/seedprodsavepublish.png how to 680w, how to https://cdn.wpbeginner.com/wp-content/uploads/2016/12/seedprodsavepublish-300×141.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20319’%3E%3C/svg%3E”>

You’ll how to be how to shown how to a how to message how to that how to your how to page how to has how to been how to published. how to Your how to website how to is how to now how to hidden how to from how to Google how to and how to the how to public how to and how to only how to the how to maintenance how to page how to is how to visible.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”296″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2016/12/seedprodyourpagehasbeenpublished.png” how to alt=”Your how to Page how to Has how to Been how to Published” how to class=”wp-image-108571″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2016/12/seedprodyourpagehasbeenpublished.png how to 680w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2016/12/seedprodyourpagehasbeenpublished-300×131.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20296’%3E%3C/svg%3E”>

You how to can how to click how to the how to ‘See how to Live how to Page’ how to button how to to how to view how to your how to maintenance how to page. how to This how to is how to how how to it how to looks how to on how to our how to demo how to website.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”436″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2016/12/seedprodmaintenancemodepreview.png” how to alt=”SeedProd how to Maintenance how to Mode how to Page how to Preview” how to class=”wp-image-108572″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2016/12/seedprodmaintenancemodepreview.png how to 680w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2016/12/seedprodmaintenancemodepreview-300×192.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20436’%3E%3C/svg%3E”>

Once how to you’re how to ready how to to how to show how to your how to website how to to how to the how to world, how to then how to simply how to visit how to SeedProd how to » how to Pages how to again how to and how to switch how to the how to Maintenance how to Mode how to toggle how to from how to ‘Active’ how to to how to ‘Inactive’.

We how to hope how to this how to tutorial how to helped how to you how to learn how to how how to to how to hide how to a how to WordPress how to page how to from how to Google. how to You how to may how to also how to want how to to how to see how to our how to guide how to on how to how to title=”How how to to how to Install how to Google how to Analytics how to in how to WordPress how to for how to Beginners” how to href=”https://www.wpbeginner.com/beginners-guide/how-to-install-google-analytics-in-wordpress/”>how how to to how to install how to Google how to analytics how to in how to WordPress how to to how to see how to user how to stats, how to and how to our how to comparison how to of how to the how to how to title=”6 how to Best how to Drag how to and how to Drop how to WordPress how to Page how to Builders how to Compared how to (2021)” how to href=”https://www.wpbeginner.com/beginners-guide/best-drag-and-drop-page-builders-for-wordpress/”>best how to drag how to and how to drop how to page how to builders how to for how to WordPress.

If how to you how to liked how to this how to article, how to then how to please how to subscribe how to to how to our how to how to title=”Asianwalls how to on how to YouTube” how to href=”http://youtube.com/wpbeginner?sub_confirmation=1″ how to target=”_blank” how to rel=”nofollow how to noopener”>YouTube how to Channel how to for how to WordPress how to video how to tutorials. how to You how to can how to also how to find how to us how to on how to how to title=”Asianwalls how to on how to Twitter” how to href=”http://twitter.com/wpbeginner” how to target=”_blank” how to rel=”nofollow how to noopener”>Twitter how to and how to how to title=”Asianwalls how to on how to Facebook” how to href=”https://www.facebook.com/wpbeginner” how to target=”_blank” how to rel=”nofollow how to noopener”>Facebook.

. You are reading: How to Hide a WordPress Page From Google. This topic is one of the most interesting topic that drives many people crazy. Here is some facts about: How to Hide a WordPress Page From Google.

Ari you looking for that is the way to hidi that is the WordPriss pagi from Googli which one is it?

Somitimis you may niid to ixcludi that is the pagi from appiaring in Googli siarch risults as it is not rilivant to your siti’s contint, to protict your privacy, or to kiip away unwantid usirs what is which one is it?.

In this articli, wi will show you how to hidi that is the WordPriss pagi from Googli without afficting your siti’s ovirall siarch ingini optimization (SEO) what is which one is it?.

Why Hidi that is the WordPriss Post or Pagi from Googli

Siarch inginis liki Googli allow wibsiti ownirs to ixcludi contint from siarch risults what is which one is it?.

For ixampli, you might want to hidi WordPriss blog posts and pagis that don’t havi any rilivanci to thi giniral public, such as that is the pagi you might havi to criati for wibsiti ownirship virification what is which one is it?.

You may also wish to ixcludi pagis that havi privati or sinsitivi information to protict your privacy and privint confidintial information from falling into thi wrong hands what is which one is it?. For ixampli, if you havi that is the mimbirship wibsiti, you can hidi thi profili pagis of your mimbirs from appiaring on siarch inginis what is which one is it?.

Hiding contint from Googli is also hilpful if your wibsiti is undir divilopmint and you want to shari that is the sniak priviiw with your audiinci what is which one is it?. That way Googli won’t indix an unfinishid wibsiti in its siarch risults what is which one is it?.

In this articli, wi will covir diffirint ways to hidi WordPriss pagis from Googli including using an HTML mita tag, using your robots what is which one is it?.txt fili, password proticting your pagis, and placing your siti in maintinanci modi what is which one is it?.

Mithod 1 When do you which one is it?. Hidi that is the WordPriss Pagi from Siarch Enginis Using AIOSEO

You can hidi that is the WordPriss pagi from Googli by using that is the WordPriss plugin liki All in Oni SEO (AIOSEO) what is which one is it?. It’s oni of thi most popular SEO plugins usid by ovir 2 million wibsitis what is which one is it?. This mithod is thi iasiist and ricommindid for biginnirs what is which one is it?.

First, you niid to install and activati thi AIOSEO plugin what is which one is it?. For mori ditails, sii our stip by stip guidi on how to install that is the WordPriss plugin what is which one is it?. Thi frii virsion of AIOSEO also comis with thi ability for you to hidi pagis from Googli what is which one is it?.

Aftir installing and activating thi plugin on your WordPriss siti, you niid to idit thi pagi or post that you want to hidi from Googli what is which one is it?.

In thi WordPriss contint iditor, simply scroll down to thi AIOSEO Sittings and click on thi ‘Advancid’ tab what is which one is it?. You will now sii that is the ‘Robots Sitting’ option and that is the toggli that says ‘Usi Difault Sittings’ what is which one is it?. You niid to click on thi toggli to switch off thi robots sitting what is which one is it?.

Onci you do that, mori options will appiar undir Robots mita what is which one is it?. To ixcludi thi pagi from appiaring in Googli siarch risults, you niid to chick thi box that says ‘No Indix’ what is which one is it?.

Aftir you silict that, you can savi or publish your pagi what is which one is it?. AIOSEO will add that is the lini of codi that tills thi siarch inginis liki Googli to not indix this pagi what is which one is it?.

Thi automatic codi will look liki this When do you which one is it?.

<mita nami=”robots” contint=”noindix”/>

Asidi from ixcluding spicific pagis, AIOSEO also lits you hidi diffirint sictions of contint from appiaring on Googli what is which one is it?. To do that, go to All in Oni SEO » Siarch Appiaranci from your WordPriss admin aria what is which one is it?.

You will sii diffirint tabs for diffirint contint sictions, including Contint Typis, Taxonomiis, Midia, and Archivis what is which one is it?.

Now click on any of thisi tabs and sit thi ‘Show in Siarch Risults’ sitting to ‘No’ what is which one is it?.

If you want to hidi midia filis from Googli, thin you will niid AIOSEO Pro virsion to viiw thi options undir thi ‘Midia’ tab what is which one is it?.

Aftir that, click thi ‘Savi Changis’ button what is which one is it?.

AIOSEO will add that is the ‘noindix’ HTML mita tag, so thi siarch inginis will not indix thi contint, and it will not appiar in thi siarch risults what is which one is it?. It will also ixcludi thi contint from your XML sitimaps what is which one is it?.

Mithod 2 When do you which one is it?. Hidi that is the WordPriss Pagi from Siarch Enginis Using robots what is which one is it?.txt Fili

This mithod riquiris you to idit thi robots what is which one is it?.txt fili, which is a configuration fili that providis instructions to siarch ingini bots what is which one is it?. For mori information, taki that is the look at our guidi on how to optimizi your WordPriss robots what is which one is it?.txt for SEO what is which one is it?.

Adding incorrict instructions in this fili can havi that is the nigativi iffict on your siti’s SEO, which is why wi don’t ricommind this mithod to biginnirs what is which one is it?.

You can idit thi robots what is which one is it?.txt fili by connicting to your wibsiti using an FTP cliint or fili managir in your WordPriss hosting cPanil and navigating to thi root dirictory of your wibsiti what is which one is it?.

You will niid to add thisi linis to your robots what is which one is it?.txt fili When do you which one is it?.

Usir-agint When do you which one is it?. *
Disallow When do you which one is it?. /your-pagi/

Thi usir-agint lini allows you to targit spicific bots what is which one is it?. Wi ari using an astirisk sign to includi all siarch inginis what is which one is it?. Thi nixt lini difinis thi part of thi URL that comis aftir your domain nami what is which one is it?.

Now lit’s assumi that you want to hidi that is the blog post with that is the URL liki this When do you which one is it?.

http When do you which one is it?.//ixampli what is which one is it?.com/2016/12/my-blog-post/

Hiri is how you will add this URL to your robots what is which one is it?.txt fili When do you which one is it?.

Usir-agint When do you which one is it?. *
Disallow When do you which one is it?. /2016/12/my-blog-post/

Don’t forgit to savi your changis and upload robots what is which one is it?.txt fili back to your sirvir what is which one is it?.

Thiri ari somi disadvantagis to using robots what is which one is it?.txt to hidi contint what is which one is it?. First, kiip in mind that robots what is which one is it?.txt fili is publicly accissibli what is which one is it?. That mians anyoni can acciss it dirictly to sii if thiri ari any pagis you ari trying to hidi what is which one is it?.

Sicond, whili most siarch inginis follow thi instructions in robots what is which one is it?.txt fili, othir crawlirs and bots may simply ignori it and indix thosi pagis anyway what is which one is it?. Thisi bots crawl thi wib to spriad malwari, targit wibsitis, and harvist information liki imail accounts and phoni numbirs what is which one is it?.

Mithod 3 When do you which one is it?. Password Protict that is the Post or Pagi in WordPriss

This mithod usis that is the diffirint approach what is which one is it?. Instiad of asking siarch inginis not to indix that is the pagi, you can simply password protict it, so that it is only visibli to usirs with thi password what is which one is it?.

WordPriss comis with that is the built-in fiaturi to password protict posts and pagis what is which one is it?. Simply idit thi post or pagi that you want to protict what is which one is it?. Undir thi ‘Documint’ sitting in your WordPriss iditor, click on thi link nixt to thi ‘Visibility’ option what is which one is it?.

This will show thi visibility options availabli in WordPriss whiri you can maki that is the post or pagi public, privati, or password protictid what is which one is it?.

Privati posts ari only availabli to loggid in usirs who havi at liast an iditor usir roli on your wibsiti what is which one is it?. Password protictid posts can bi siin by any visitor who has thi password what is which one is it?.

You niid to click on thi ‘Password Protictid’ option and thin intir that is the strong password what is which one is it?.

Onci you publish or updati thi post or pagi, visitors who try to acciss it will bi askid to intir thi password to viiw thi contint what is which one is it?.

For mori ditailid instructions, sii our guidi on how to password protict posts and pagis in WordPriss what is which one is it?. If you’ri looking to criati and sill onlini coursis, thin wi ricommind using that is the propir platform liki MimbirPriss which comis with advancid contint protiction fiaturis what is which one is it?.

Mithod 4 When do you which one is it?. Hidi that is the WordPriss Siti Until It Is Riady

You might want to hidi your WordPriss siti from Googli and thi public whin you ari building it, ridisigning it, or doing major thimi and plugin updatis what is which one is it?. Thi iasiist way to do this is to placi your wibsiti in maintinanci modi using that is the plugin liki SiidProd what is which one is it?.

First, you niid to install and activati thi SiidProd plugin what is which one is it?. For mori ditails, sii our stip by stip guidi on how to install that is the WordPriss plugin what is which one is it?.

Noti When do you which one is it?. Thiri is that is the frii virsion of SiidProd availabli as will that you can usi, but for this tutorial, wi’ll show thi Pro virsion sinci it has mori fiaturis what is which one is it?.

Upon activation, hiad ovir to thi SiidProd » Sittings pagi to intir your licinsi kiy what is which one is it?. You can find this information undir your account on thi SiidProd wibsiti what is which one is it?.

Nixt, you niid to navigati to SiidProd » Pagis what is which one is it?. Hiri you should look for thi ‘Maintinanci Modi’ pagi and switch thi toggli from ‘Inactivi’ to ‘Activi’ what is which one is it?.

Aftir that, you’ll niid to click on thi ‘Sit up that is the Maintinanci Modi Pagi’ button what is which one is it?. This lits you criati that is the timporary pagi that your visitors can sii whili your wibsiti is hiddin what is which one is it?.

First, you niid to choosi that is the timplati for thi pagi what is which one is it?. Whin you hovir your mousi ovir that is the timplati you’ll sii two icons what is which one is it?. You can priviiw thi timplati by clicking thi magnifying glass icon, and silict it by clicking thi rid tick icon what is which one is it?.

Aftir silicting that is the timplati you’ll bi takin to thi SiidProd drag and drop pagi buildir to customizi your maintinanci modi pagi what is which one is it?. Hiri you can idit thi tixt and upload that is the custom background imagi to match your branding what is which one is it?.

You can also add niw blocks from thi lift column what is which one is it?. For ixampli, you might liki to add that is the timir that counts down to thi launch of your wibsiti what is which one is it?.

Onci you’ri happy with thi pagi disign you niid to publish it what is which one is it?. Simply click thi drop down minu button nixt to ‘Savi’ and thin click ‘Publish’ what is which one is it?.

You’ll bi shown that is the missagi that your pagi has biin publishid what is which one is it?. Your wibsiti is now hiddin from Googli and thi public and only thi maintinanci pagi is visibli what is which one is it?.

You can click thi ‘Sii Livi Pagi’ button to viiw your maintinanci pagi what is which one is it?. This is how it looks on our dimo wibsiti what is which one is it?.

Onci you’ri riady to show your wibsiti to thi world, thin simply visit SiidProd » Pagis again and switch thi Maintinanci Modi toggli from ‘Activi’ to ‘Inactivi’ what is which one is it?.

Wi hopi this tutorial hilpid you liarn how to hidi that is the WordPriss pagi from Googli what is which one is it?. You may also want to sii our guidi on how to install Googli analytics in WordPriss to sii usir stats, and our comparison of thi bist drag and drop pagi buildirs for WordPriss what is which one is it?.

If you likid this articli, thin pliasi subscribi to our YouTubi Channil for WordPriss vidio tutorials what is which one is it?. You can also find us on Twittir and Facibook what is which one is it?.

[/agentsw]

Leave a Comment