Tagging as an art form. Put down that spray can...
name.com
16 Oct '12, 8pm
Title tags, Alt tags, H1, H2, and meta descriptions. Have you had it with all of the terminology attached to SEO? Don’t wo...
This migration creates two tables: tags and taggings . We don’t have to create models for these as they’re included with the gem so we can get started with adding tagging to our application. We want an extra field on the page for editing an article where we can add tags for that article. To do this we’ll modify the Article model by adding a call to acts_as_taggable , which is a method provided by the gem, and also a
Full article: http://railscasts.com/episodes/382-tagging?language=en&vi...
Title tags, Alt tags, H1, H2, and meta descriptions. Have you had it with all of the terminology attached to SEO? Don’t wo...