Can I make my joomla site hide from search engines?

Discuss Search Engine Optimization in relation to Joomla! 3.x. This forum will also have discussions on SEF/SEO Joomla! 3.x extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
virajshah125
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Sat Apr 14, 2018 2:31 pm

Can I make my joomla site hide from search engines?

Post by virajshah125 » Fri Apr 20, 2018 12:19 pm

Hi,
I have started to migrate my site from WP to Joomla. Can I hide my website from search engines for time being till I construct my Joomla site properly?
Last edited by toivo on Fri Apr 20, 2018 2:08 pm, edited 2 times in total.
Reason: mod note: moved 3.x SEO

p3_chuck
Joomla! Apprentice
Joomla! Apprentice
Posts: 33
Joined: Tue Oct 13, 2015 2:33 pm

Re: Can I make my joomla site hide from search engines?

Post by p3_chuck » Fri Apr 20, 2018 12:49 pm

Under System->Global Configuration. If you set Robots to 'No Index, No follow' it should keep your page from being found by search engines.

dannytrinh
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Thu Mar 10, 2016 1:54 pm
Contact:

Re: Can I make my joomla site hide from search engines?

Post by dannytrinh » Wed May 16, 2018 11:16 am

To prevent most search engine web crawlers from indexing on your site, place the following meta tag into the <head> section of your site:

Code: Select all

<meta name="robots" content="noindex">
To prevent only Google web crawlers from indexing:

Code: Select all

<meta name="googlebot" content="noindex">
The same with the other search engines.

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30890
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Can I make my joomla site hide from search engines?

Post by Per Yngve Berg » Wed May 16, 2018 4:26 pm

In Global Configuration, you can set the site off-line. Nothing will be shown before you login to the site.

alexkevin
Joomla! Apprentice
Joomla! Apprentice
Posts: 14
Joined: Tue May 15, 2018 7:20 am

Re: Can I make my joomla site hide from search engines?

Post by alexkevin » Thu May 17, 2018 5:15 am

This answer is already given let me you the link of that answer viewtopic.php?t=326477

allielaine90
I've been banned!
Posts: 26
Joined: Fri Feb 03, 2017 7:41 am
Contact:

Re: Can I make my joomla site hide from search engines?

Post by allielaine90 » Wed Jun 06, 2018 10:35 am

User-agent: *
Disallow: /

But this code in robots.txt file.


Locked

Return to “Search Engine Optimization (Joomla! SEO) in Joomla! 3.x”