Post by OlivierNL » Wed Jun 12, 2019 6:01 pm

Hi All, I posted my question earlier in the forum of my Language but it doesn’t seem very active. So, I will try it here. I hope I can get some advice here.

For an active webshop I would like to start building a new website in OpenCart. But I can’t do it on that active domain and if I do it with on another temporarily domain, I get double content what doesn’t work for the search engines.

What is the best way to do that (online)? Maybe there is a way that I can block all IP except mine and is it “easy” to move the website is when it is ready to use?

Newbie

Posts

Joined
Tue Jun 04, 2019 4:26 pm

Post by wrick0 » Wed Jun 12, 2019 6:26 pm

create a robots.txt in the site root

User-agent: *
Disallow: /

that should disable all the crawlers from indexing your site

you should also try to keep your SEO url structure the same for the new webshop so after you go live you dont have loads of 404's

Active Member

Posts

Joined
Fri Jan 18, 2019 10:00 pm
Location - 127.0.0.1 @ The Netherlands

Post by Elevate » Wed Jun 12, 2019 10:17 pm

OlivierNL wrote:
Wed Jun 12, 2019 6:01 pm
Hi All, I posted my question earlier in the forum of my Language but it doesn’t seem very active. So, I will try it here. I hope I can get some advice here.

For an active webshop I would like to start building a new website in OpenCart. But I can’t do it on that active domain and if I do it with on another temporarily domain, I get double content what doesn’t work for the search engines.

What is the best way to do that (online)? Maybe there is a way that I can block all IP except mine and is it “easy” to move the website is when it is ready to use?
If you're going to create this using a new domain, you can block all IP addresses except yours by adding this to your .htaccess as soon as you install a new copy:

order deny,allow
deny from all
allow from <your ip> (get your actual IP address by going to Google and doing a search 'what's my ip address' and it will pop up)

Also, add this to the header file of your new install only:
<meta name=”robots” content=”noindex, nofollow”>

Google is very curious about every site so even though the robots.txt file has Disallow: / they often ignore it and crawl anyways. The above two methods are the only ways I've found to stop them from indexing anything.

ELEV8TE Website Development
Available for hire - please send email to hello@elev8your.com
https://www.elev8your.com


User avatar
New member

Posts

Joined
Fri Jul 06, 2018 12:40 am
Location - Denver, Colorado, USA

Post by OlivierNL » Thu Jun 13, 2019 12:09 am

Thank you!

so, if I installed the new website on a different domain it is no problem to move it to another domain?

Newbie

Posts

Joined
Tue Jun 04, 2019 4:26 pm

Post by Elevate » Thu Jun 13, 2019 2:10 am

OlivierNL wrote:
Thu Jun 13, 2019 12:09 am
Thank you!

so, if I installed the new website on a different domain it is no problem to move it to another domain?
You'll need to update both config.php files. If you're trying to merge any customers, products and/or orders into the new store, that gets a bit harder but it's completely doable.

ELEV8TE Website Development
Available for hire - please send email to hello@elev8your.com
https://www.elev8your.com


User avatar
New member

Posts

Joined
Fri Jul 06, 2018 12:40 am
Location - Denver, Colorado, USA
Who is online

Users browsing this forum: No registered users and 66 guests