diff options
| author | Christian Oliff <[email protected]> | 2016-01-13 20:23:07 +0900 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-18 18:07:12 -0800 |
| commit | 562d2239c0b8ef56dae04bd44eac0c419def6467 (patch) | |
| tree | 72cd4df1f550944d5b3dd8d8b4086ec59b837c1f /docs/_includes/header.html | |
| parent | 00dd18d991e18aafb0e747c576dcf193e09e1816 (diff) | |
| download | bootstrap-562d2239c0b8ef56dae04bd44eac0c419def6467.tar.xz bootstrap-562d2239c0b8ef56dae04bd44eac0c419def6467.zip | |
Docs: Remove <meta name="keywords"> from <head>
Remove meta keywords - AFAIK no search engines use them for search ranking at all. There's no need for them to be included.
Closes #18872
[skip sauce]
Diffstat (limited to 'docs/_includes/header.html')
| -rw-r--r-- | docs/_includes/header.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index ec2ee2961..08da6e447 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -2,7 +2,6 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Bootstrap, a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development."> -<meta name="keywords" content="HTML, CSS, JS, JavaScript, framework, bootstrap, front-end, frontend, web development"> <meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors"> <title> |
