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

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

Commit Message

Gerald Pfeifer Oct. 25, 2022, 6:57 p.m. UTC
  The contents of this "description" meta tag really just duplicates
the title of the page and does not contribute to search engine
optimzation or otherwise, so simply drop it.

Pushed. 

Gerald
---
 htdocs/contribute.html | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/htdocs/contribute.html b/htdocs/contribute.html
index 342c12a8..02843580 100644
--- a/htdocs/contribute.html
+++ b/htdocs/contribute.html
@@ -3,7 +3,6 @@ 
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="description" content="Contributing to the GCC project." />
 <meta name="keywords"
       content="GCC, standards, copyright, patches, contributing" />
 <title>Contributing to GCC</title>