Sha256: 2322d04f5de640e2ccd7f7c906e22427a78e1984790f73a5c53b5e4141a6fd15

Contents?: true

Size: 1.07 KB

Versions: 79

Compression:

Stored size: 1.07 KB

Contents

.form-group
  = f.text_field :seo_title, :class => "title", :style => "width: 100%;", :label => "Title Tag", :'data-popover' => true, :explanation => "This is the title that will show on search engine results and in the title bar of a visitor's browser.  By default, this will use the item's title.", :'data-placement' => 'bottom'
.form-group
  = f.text_area :seo_keywords, :style => "width: 100%;", :rows => 5, :label => "META Keywords", :'data-popover' => true, :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.", :'data-placement' => 'bottom'
.form-group
  = f.text_area :seo_description, :style => "width: 100%;", :rows => 5, :label => "META Description", :'data-popover' => true, :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.)", :'data-placement' => 'bottom'

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
tenon-1.0.60 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.59 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.57 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.56 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.55 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.54 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.53 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.52 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.51 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.50 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.49 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.48 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.47 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.46 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.45 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.44 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.43 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.42 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.41 app/views/tenon/shared/_seo_fields.html.haml
tenon-1.0.40 app/views/tenon/shared/_seo_fields.html.haml