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?

sudo rm rf
I need BTC donations
Level:
6
Reputation:
18
Posts:
438
Likes:
68
Credits:
233
07-12-2019, 08:55 AM
#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?

narcos
Newbie
Level:
0
Reputation:
0
Posts:
12
Likes:
0
Credits:
15
11-12-2019, 05:10 PM
#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?

tungaantu
Newbie
Level:
0
Reputation:
0
Posts:
14
Likes:
0
Credits:
15
20-12-2019, 02:14 PM
#4
HTML etc ill create on a test domain and then upload once i test it.

Thank you

RE: Make site live or not?

Gokuss7
Newbie
Level:
2
Reputation:
0
Posts:
15
Likes:
0
Credits:
16
03-04-2021, 09:05 AM
#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?

derpherp123
Newbie
Level:
1
Reputation:
0
Posts:
15
Likes:
0
Credits:
15
04-04-2021, 02:07 AM
#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?

AzraelX
Senior Member
Prime
Level:
56
Reputation:
4
Posts:
596
Likes:
33
Credits:
1.07K
06-04-2021, 01:21 AM
#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?

Nova
Junior Member
Level:
7
Reputation:
0
Posts:
78
Likes:
7
Credits:
123
30-08-2021, 02:57 AM
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: 1 Guest(s)