SEO



Clean unused CSS with PurgeCSS & Laravel Mix

  • avatar
  • 12.2K Views
  • 4 Likes
  • 5 mins read
Preview image

PurgeCSS is a tool to remove unused CSS. When you are building a website, you might decide to use a CSS framework like TailwindCSS, Bootstrap, MaterializeCSS, Foundation, etc... You will only use a small set of the framework but a lot of unused CSS styles will be included.

PurgeCSS analyzes your content and your CSS files. Then it matches selectors used in your files with the ones in your content files. It removes unused selectors from your CSS, resulting in smaller CSS files. PurgeCSS comes with a JavaScript API, a CLI and plugins for popular build tools.

SEO guidelines every website should follow

  • avatar
  • 1.7K Views
  • 14 mins read
Preview image

Search engine optimization has a reputation for being complicated, but a big part of it comes down to fundamentals. Search engines crawl millions of pages every day and reward the ones that are well structured, fast and easy to understand. The surprising part is how many websites, including professionally built ones, still fail at the basics and quietly lose positions in search results because of it.

HiBit launches Site Audits service

  • avatar
  • 1.7K Views
  • 1 Like
  • 1 min read
Preview image

We are happy to announce that HiBit launches a new service called Site Audits.The service provides individualized and personalized reporting of requested webpages. Detailed action points are included to fix and/or improve each webpage. Some of our main goals are:

  • Improve webpage performance and decrease loading times

  • Optimize webpage for search engines and increase organic traffic

  • Make your website accessible for everyone and everywhere

  • Avoid security vulnerabilities and enhance user experience

You will find different plans to choose depending on your needs.

 Join Our Monthly Newsletter

Get the latest news and popular articles to your inbox every month

We never send SPAM nor unsolicited emails

Image optimization for the web

Available to registered members only
  • avatar
  • 261 Views
  • 18 mins read
Preview image

Images are almost always the heaviest thing on a web page. A single hero photo can weigh more than all the HTML, CSS and JavaScript of a site put together, and every extra kilobyte delays the moment a visitor finally sees something useful. Search engines notice it, and users on mobile data notice it faster. The encouraging part is that image delivery is one of the few areas where the fixes are well documented, mostly automatable, and visible in the metrics almost immediately.