Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-02-02 21:49:19 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-02-02 21:49:19 +0300
commitae21a33cfc7dbe4e239d797421f768eb817af03e (patch)
treebe9a35dd2045b23251a4cc12b75a705c1a9a98d0 /layouts
parent1ca2b9912f7ed2108a76c7cc721203cc507e9f1f (diff)
delete SearchAction microdata
Diffstat (limited to 'layouts')
-rw-r--r--layouts/head.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/layouts/head.html b/layouts/head.html
index be6bbc44..9c2e4d10 100644
--- a/layouts/head.html
+++ b/layouts/head.html
@@ -61,12 +61,7 @@
"@context":"http://schema.org",
"@type": "WebSite",
"name": "GitLab Documentation",
- "url": "https://docs.gitlab.com",
- "potentialAction": {
- "@type": "SearchAction",
- "target": "https://docs.gitlab.com/?s={search_term}",
- "query-input": "required name=search_term"
- }
+ "url": "https://docs.gitlab.com"
}
</script>
</head>