Sha256: 96b0b5ba9adb87cce7765b3a1d5271931599b485b50316f7c793a2b6cf3f2d25

Contents?: true

Size: 853 Bytes

Versions: 10

Compression:

Stored size: 853 Bytes

Contents

.panel-label SEO
.panel
  .panel__content
    .row
      .inner6
        = input_block 'META Keywords', explanation: 'These META keywords will be used by some search engines when crawling your site.  Separate keywords with a comma.  Note: Google does not factor in keywords when calculating your rank.  Other search engines may or may not.' do
          = text_area_tag "settings[seo_keywords]", Tenon::MySettings.seo_keywords, class: 'input-block__multiline-text-field'

      .inner6.omega
        = input_block 'META Description', explanation: 'This description will show up on search engines and in some cases will affect your rank.  It should be no longer than 150-160 characters (about the length of a tweet.)' do
          = text_area_tag "settings[seo_description]", Tenon::MySettings.seo_description, class: 'input-block__multiline-text-field'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tenon-2.1.0 app/views/tenon/settings/_seo.html.haml
tenon-2.0.8 app/views/tenon/settings/_seo.html.haml
tenon-2.0.7 app/views/tenon/settings/_seo.html.haml
tenon-2.0.6 app/views/tenon/settings/_seo.html.haml
tenon-2.0.5 app/views/tenon/settings/_seo.html.haml
tenon-2.0.4 app/views/tenon/settings/_seo.html.haml
tenon-2.0.3 app/views/tenon/settings/_seo.html.haml
tenon-2.0.2 app/views/tenon/settings/_seo.html.haml
tenon-2.0.1 app/views/tenon/settings/_seo.html.haml
tenon-2.0.0 app/views/tenon/settings/_seo.html.haml