diff mbox series

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

Message ID 20221101094640.E321433E61@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: readings: Remove <meta name="keywords"> | expand

Commit Message

Gerald Pfeifer Nov. 1, 2022, 9:46 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/readings.html | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/htdocs/readings.html b/htdocs/readings.html
index 01ccd55d..5622bcc3 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -8,7 +8,6 @@ 
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="keywords" content="GCC, compilers, optimization, documentation, FAQ, standards" />
 <title>Links and Selected Readings</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>