Ruby On Rails Search Engine Optimization (SEO)

Search Engines ( like google, yahoo ) mainly uses crawlers for returning results.

Crawler is the program which searches world wide web ( www ) and returns ranked pages.

Lets see what are the search engine optimization (SEO) techniques we can adopt so that your rails
website pages will appear in search results.

1. Title Of Page

2. Meta tags

3. Page URL

4. Page Contents ( this includes anchors to other pages, headers, image titles and alt texts when image not found then normal texts )

We can easily skip some pages from search by mentioning them in robots.txt which is by default should be in application root.

And Ofcourse, we can manage all this in rails very easily..

How ????

We can have in rails

1. Dynamic page titles,

2. Meta tags and

3. Sexy perma URLs in rails

4. Also, we can define some standard on page content development.

…got Easy ……, Cheers !

$@ndip

One thought on “Ruby On Rails Search Engine Optimization (SEO)

  1. I usually don’t ordinarily post on many Blogs, still I just has to say thank you… keep up the amazing work. Ok unfortunately its time to get to school.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.