https://bugs.freedesktop.org/show_bug.cgi?id=74480

          Priority: medium
            Bug ID: 74480
                CC: website@global.libreoffice.org
          Assignee: libreoffice-b...@lists.freedesktop.org
           Summary: Duplicate meta tags in beta LibreOffice website
          Severity: minor
    Classification: Unclassified
                OS: All
          Reporter: xmlhttprequest.o...@gmail.com
          Hardware: Other
            Status: UNCONFIRMED
           Version: unspecified
         Component: WWW
           Product: LibreOffice

LibreOffice's beta redesign website, newdesign.libreoffice.org, has pages with
duplicate meta tags.

A snippet of the beginning of the source code is below: (* denotes the issue I
am talking about):

http://newdesign.libreoffice.org/
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en-US">
<![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en-US"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
    <head>
* <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <!--<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">-->
        <title>Home | LibreOffice - Free Office Suite - Fun Project - Fantastic
People</title>
        <meta name="generator" content="SilverStripe - http://silverstripe.org";
/>
* <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> (There
is already a Content-type meta tag above!)
* <meta name="description" content="LibreOffice Homepage, office suite,
download, open standards, open source, free software, LibreOffice
" />

        <base href="http://newdesign.libreoffice.org/";><!--[if lte IE
6]></base><![endif]-->
        <meta name="viewport" content="width=device-width, initial-scale=1.0">

        <meta name="keywords" content="">
*       <meta name="description" content=""> (A description meta tag is present
above!)
...

In the source code for the stable LibreOffice website, these problems are not
present.  Pretty much every page on newdesign.libreoffice.org has these
duplicate tags, as seen below:
http://newdesign.libreoffice.org/download/libreoffice-stable/
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en-US">
<![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en-US"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
    <head>
* <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <!--<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">-->
        <title>LibreOffice Stable | LibreOffice - Free Office Suite - Fun
Project - Fantastic People</title>
        <meta name="generator" content="SilverStripe - http://silverstripe.org";
/>
* <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
* <meta name="description" content="LibreOffice, Download, download
LibreOffice, download options, Windows, Linux, Mac OS X" />

        <base href="http://newdesign.libreoffice.org/";><!--[if lte IE
6]></base><![endif]-->
        <meta name="viewport" content="width=device-width, initial-scale=1.0">

        <meta name="keywords" content="">
*       <meta name="description" content="">
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

-- 
To unsubscribe e-mail to: website+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/website/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to