Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kms_seo

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kms_seo

  • 1.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

APIQ SEO

Build Status

Adds SEO support to APIQ: additional fields for Pages (meta tags, h1), sitemap.xml generating, redirects, special {{ seo }} variable.

Use "seo" object for accessing SEO settings for page or object.

    <title>{{ seo.title }}</title>
    <meta name="keywords" content="{{ seo.keywords }}">
    <meta name="description" content="{{ seo.description }}">
    ...
    <h1>{{ seo.h1 }}</h1>

Also, this adds sitemap generation support (at /sitemap.xml)

Installation

  1. Add to Gemfile

     gem "kms_seo"
     # or for edge version:
     gem "kms_seo", github: "webgradus/kms_seo"
    
  2. Run generator:

     bundle exec rails g kms_seo:install
    
  3. Copy migrations:

     bundle exec rails kms_seo:install:migrations
    
  4. Migrate:

     bundle exec rails db:migrate
    
  5. Recompile assets (if on production):

     bundle exec rails assets:precompile
    
  6. Restart APIQ instance

Contributing

Please follow CONTRIBUTING.md.

FAQs

Package last updated on 08 Aug 2017

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