1
5 Comments

Recommend a Website platform

Our website pages are increasing in number and managing the SEO and common code across all pages are becoming harder each day.

Please recommend some platforms for this.

on July 5, 2020
  1. 1

    How are you handling them currently? What is your workflow for adding new pages at the moment?

    1. 1

      At present we are just having simple HTML files in a structured folder system.

      1. 2

        You could move the bulk of that to a CMS with a theme. Depending on how much of the development you want to do yourself, you could look into something like WordPress. To start out easier and faster, check out Webflow or Squarespace.

        1. 1

          I have been using WordPress for some time for blog. But there are limited Themes. Our website design is not able to match closely with any of the themes I can find. I don't want to host on other servers either.

          1. 1

            If you already have your own HTML and CSS, turning that into your own WordPress theme wouldn’t be that much of a stretch. As for hosting on other servers, you can host WordPress on your own servers as well.

            If you don’t need anything dynamic with PHP, look into static site generators. Turning your existing files into a Jekyll-theme might be an option. You could turn the repeating elements into partials and keep your existing code almost exactly as it is.

            Don’t worry about the new contenders like Gatsby if they don’t offer anything you need.

            Let me know if you need help setting up a Jekyll, or if you’d like some other options.