New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

seo_meta_keywords

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seo_meta_keywords

  • 1.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

SEO Meta Tags Keywords

This gem is an extension to seo_meta which adds meta keywords back in to meta tags.

Installation

Add this line to your application's Gemfile:

gem 'seo_meta_keywords'

Run the generator:

rails generate seo_meta_keywords

Migrate the database:

rake db:migrate

Usage

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

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

For documentation, please refer to the seo_meta gem.

FAQs

Package last updated on 17 Dec 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc