Sha256: 3748245cad24c2585225742c4a43440c3c33093b87362dbe14aeff08b941ddc7

Contents?: true

Size: 669 Bytes

Versions: 1

Compression:

Stored size: 669 Bytes

Contents

# SEO Meta Tags Keywords

This gem is an extension to [seo_meta](https://github.com/parndt/seo_meta) which adds meta keywords back in to meta tags.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'seo_meta_keywords'
```

Run the generator:

```ruby
rails generate seo_meta_keywords
```

Migrate the database:

```ruby
rake db:migrate
```

## Usage

The following line will be added to the `<head>` section after the `<title>` tag:

```ruby
<%= raw %(<meta name="keywords" content="#{@meta.meta_keywords}" />) if @meta.meta_keywords.present? -%>
```

For documentation, please refer to the [seo_meta](https://github.com/parndt/seo_meta) gem.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
seo_meta_keywords-1.2.0 README.md