Website Construction

Make site live or not?

Submitted by jeremiahfarris, , Thread ID: 151772

Thread Closed
07-12-2019, 01:22 AM
#1
How do you deploy changes to existing web site that needs over written? Should i work offline and then upload content later after web site is done. I do not want to loose my SEO Ranking.

RE: Make site live or not?

#2
Depends on the enviorment.
Wordpress i build a staging location and push live when its done.

HTML etc ill create on a test domain and then upload once i test it.

RE: Make site live or not?

#3
Honestly I think if you take the time to learn Git it is the best way to do changes, setting up good dev ops for local development and a live server and dev server is super efficient.

RE: Make site live or not?

#4
HTML etc ill create on a test domain and then upload once i test it.

Thank you

RE: Make site live or not?

#5
For wordpress you can use plugins as Under Construct, where you can see the live website, but hid it from others, which is a great future to see how they look differently for other people but without the issues hahaha!

RE: Make site live or not?

#6
Yeah the right way is to have a staging environment where you can see if everything is working correctly first.

RE: Make site live or not?

#7
07-12-2019, 01:22 AM
jeremiahfarris Wrote:
How do you deploy changes to existing web site that needs over written? Should i work offline and then upload content later after web site is done. I do not want to loose my SEO Ranking.


you better use git for this kind of thing. always use a staging environment before going for production. if you use WordPress, check bedrock.

RE: Make site live or not?

This post was last modified: 30-08-2021, 02:59 AM by Nova
#8
I developmy websites locally or on a test domain and deploythem using bitbucket pipelines (git).
---- ._. ----

Users browsing this thread: 3 Guest(s)