Example config
# app/config/config.yml
opwoco_bootstrap:
initializr:
meta:
title: "YYY"
description: "This is test site"
keywords: "keyword1,keyword 2"
author_name: "this is me"
author_url: "/human.txt"
nofollow: false
noindex: false
dns_prefetch:
- '//ajax.googleapis.com'
google:
wt: 'xxx'
analytics: 'UA-xxxxxxx-xx'
extendedanalytics: false
diagnostic_mode: true
-
meta_description
default value: empty string parent block: head
-
meta_keywords
default value: empty string parent block: head
-
meta_author_name
default value: empty string parent block: head
-
meta_author_url
default value: empty string parent block: head examples:
- /humans.txt
- mailto:[email protected]
- http://example.com
-
meta_nofollow
default value: false parent block: head comment: set true to disable robots from following links
-
meta_noindex
default value: false parent block: head comment: set true to disable robots from indexing page
-
google_wt
default value: empty string parent block: head comment: set Google Webmaster Tools veryfication code
-
google_analytics
default value: empty string parent block: foot_scripts comment: set Google Analytics UA page code
-
diagnostic_mode
default value: false parent block: head comment: set this to true to check your CSS for implementation errors read more about used diagnostic file on: http://meyerweb.com/eric/tools/css/diagnostics/
- html_tag
- head
- dns_prefetch
- head_style
- head_scripts
- body_tag
- body_start
- body
- content
- foot_scripts
<< Bootstrap Extras (Initializr) | Support for other bundles >>