2
9 Comments

AMA about how I made my SaaS blog SEO-ready

Hi everyone,

I have just made my SaaS blog SEO-ready https://gemsnotes.app/blog. I have used GatsbyJS and hosted it on a Digital Ocean droplet running Nginx. For the moment I focused on the technical part. I am now moving into the content strategy with keyword research.

If you are on the same path, feel free to ask me anything :)

  1. 2

    What's your content strategy going forward?

    1. 2

      Thanks for asking David, the tool I am building is for lifelong learners and content creators. I am still thinking about it, but I want to use the blog section to build awareness about the cognitive overload that such activities can provoke over time and how to deal with them. So for example how to use social media for learning, how to read a book effectively etc. We are constantly bombarded by any type of content and many people are struggling with that.

      Then, regarding the consideration and decision stages of the funnel, I plan to write posts on how to take notes from YouTube videos with my tool for example. However, I think it's too early for that, I want to talk to more people first to better understand what they really need and what are their struggles along their creative process. Then build a demo and only at that point write some posts about it.

      So for now I'll try to build awareness on the topics mentioned, possibly including meaningful keywords that give me a chance to rank too. I hope it makes any sense to you, happy to hear your thoughts if you like! :)

      P.S You wrote some great blog posts about education! I love this one https://www.ramoswriter.com/colleges-sell-credentials/

      1. 1

        Really appreciate the in-depth reply! And thanks for reading some of my work as well.

        I think your strategy sounds solid. I particularly like that you are focusing on awareness while you pay attention to see what sticks - that is something a lot of creators (including myself!) often rush past.

        I followed you on IH so I can keep up with your progress!

        1. 1

          Thanks David! Hope to have some cool updates to share soon :D btw I have rushed too many times already in my creator life hehe

  2. 2

    what were the technical things you implemented?

    1. 3

      Thanks for asking John, I mostly focused on the following things:

      1. Make HTML more semantic. Honestly, I have realized that I've never taken HTML tags seriously enough. My blog was a divs soup that was hard to be crawled by google. So I spent some effort fixing it by using gatsby-plugin-mdx and components to style each tag like this:

      import { MDXProvider } from "@mdx-js/react"
      import { MDXRenderer } from "gatsby-plugin-mdx"

      <MDXProvider components={components}>
      <MDXRenderer>{mdx.body}</MDXRenderer>
      </MDXProvider>

      1. I got familiar for the first time with the CanonicalURL which is what google spends its energies on to rank your page. I made sure to make it consistent with all my routes on the frontend and with the redirects on Nginx because I found that google was ranking 2 versions of my website, one with www and another one without www.

      2. On Gatsby I have used React Helmet to set the headers like the title, canonical, description, image, and also the OpenGraph tags and the Twitter card tags that make the links you post on social media pretty and semantic.

      It helped me a lot in the development process this extension to check the results https://chrome.google.com/webstore/detail/detailed-seo-extension/pfjdepjjfjjahkjfpkcgfmfhmnakjfba

      1. 1

        "div soup"

        ... L(° O °L)!

  3. 1

    I just wanna say how nice it is to see a blog load instantly when I click it. Nice job!

Trending on Indie Hackers
Getting first 908 Paid Signups by Spending $353 ONLY. 24 comments I talked to 8 SaaS founders, these are the most common SaaS tools they use 20 comments What are your cold outreach conversion rates? Top 3 Metrics And Benchmarks To Track 19 comments Hero Section Copywriting Framework that Converts 3x 12 comments Join our AI video tool demo, get a cool video back! 12 comments How I Sourced 60% of Customers From Linkedin, Organically 11 comments