You might be able to develop the greatest Ruby on Rails web application in the world… But is anyone going to find it?
The time is changing. Now your clients not only want well coded websites but they also need higher Google ranking for their website. In this blog, I intend to address how SEO can be done in RoR framework. Below are few techniques that can be used to improve website ranking.
Enable Server-side Compression
Website loading time plays an important role in Google Algorithm. The faster a web page loads, the better ranking it has on Google. Server-side compression is a simple way to speed up your website loading.
To implement this we need to add the following lines in nginx configuration file. Inside http block of your configuration file add the below lines.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than…
View original post 1,281 more words