DEV Community

Discussion on: How should I save my blog posts in order to appear as a search result in google?

Collapse
 
htnguy profile image
Hieu Nguyen • Edited

there is no right answer. just whatever fits the situation the best. There might be better options that i have not even listed. Advice: figure out what you want to achieve, and then research ways to do it. From personal experience, I wanted to build an app, so I needed to figure out what technologies were available and pick the ones that will get the job done. Sometimes figuring out what technologies to use is the hardest step in development; it sets the stage for the rest of your development process. Therefore, do more research. Chances are, someone else has already built something similar and was generous enough to detail what technologies they used to build it.

Most important of all: Just start doing it. Don't get caught up in what is the latest and greatest because those will change all the time.

Thread Thread
 
htnguy profile image
Hieu Nguyen

the reason I suggested gatsby was because it was easy to learn and I noticed other people using it to build their blogs.

Thread Thread
 
alex002i profile image
Alex

Ok, I will try to find the best technologies for me. I want to create a website where you can learn basics of programming from scratch with a payed subscription(those won't appear as a google search result) and this site will also have a blog(those with appear as a google search result) section where I can write some things. Thanks a lot for your tips.

Thread Thread
 
htnguy profile image
Hieu Nguyen

No problem. Good Luck