blog
How To Redirect HTTP To HTTPS While Using ELB
Background - I have my site hosted on AWS EC2 server which is behind ELB (Elastic Load Balancing). I wanted my site to work on HTTPS. So I provisioned SSL certificate through AWS certificate manager and uploaded it on ELB. ELB receives traffic on both ports 80 and 443 and forwards it to single port … Continue reading How To Redirect HTTP To HTTPS While Using ELB
What Are The SEO Hacks To Boost Google Ranking Of Rails Applications?
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 hidden or bidirectional Unicode text that may be interpreted or compiled…
View original post 1,192 more words
