[committed] wwwdocs: contribute: Remove <meta name="keywords">

Message ID 20221029082755.781D833E4F@hamza.pair.com
State Committed
Headers
Series [committed] wwwdocs: contribute: Remove <meta name="keywords"> |

Commit Message

Gerald Pfeifer Oct. 29, 2022, 8:27 a.m. UTC
  Google has not been using that forever and there are indications
search engines even use it as one indication for spam sites.

Pushed.
Gerald
---
 htdocs/contribute.html | 2 --
 1 file changed, 2 deletions(-)
  

Patch

diff --git a/htdocs/contribute.html b/htdocs/contribute.html
index 02843580..7c1ae323 100644
--- a/htdocs/contribute.html
+++ b/htdocs/contribute.html
@@ -3,8 +3,6 @@ 
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="keywords"
-      content="GCC, standards, copyright, patches, contributing" />
 <title>Contributing to GCC</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>