Please drop .html
suffix.
meta tags inside HTML head wishlist:
(Some lines are different for Kicksecure and Whonix.)
These are sourced from the mediawiki generated HTML head form Kicksecure or Whonix homepage. Maybe easier to see there than here in the forums.
General:
<meta name="generator" content="Kicksecure Package Parser"/>
<meta name="format-detection" content="telephone=no"/>
<meta name="description" content="package short description here"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta property="og:title" content="package name here"/>
<meta property="og:description" content="package short description here"/>
<meta property="article:modified_time" content="2023-03-11T13:42:03Z"/>
<meta property="article:published_time" content="2023-03-11T13:42:03Z"/>
<meta property="og:type" content="website"/>
viewport I am not sure about and low priority for now.
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes, minimum-scale=0.25, maximum-scale=5.0"/>
Kicksecure:
<meta name="twitter:site" content="@Kicksecure"/>
<link rel="license" href="/wiki/Kicksecure:Copyrights"/>
<link rel="canonical" href="https://www.kicksecure.com"/full-link-here>
<meta property="og:site_name" content="Kicksecure"/>
<meta property="og:image" content="https://www.kicksecure.com/w/images/thumb/6/6b/Kicksecure-general.jpg/1200px-Kicksecure-general.jpg"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="675"/>
<meta property="og:url" content="https://www.kicksecure.com/full-url-here"/>
Whonix:
<meta name="twitter:site" content="@Whonix"/>
<link rel="license" href="/wiki/Whonix:Copyrights"/>
<link rel="canonical" href="https://www.whonix.org/full-link-here">
<meta property="og:site_name" content="Whonix"/>
<meta property="og:image" content="https://www.whonix.org/w/images/thumb/3/36/Whonix-homepage-main-preview.jpg/1200px-Whonix-homepage-main-preview.jpg"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="600"/>
<meta property="og:url" content="https://www.whonxi.org/full-url-here"/>
Kicksecure:
<link rel="icon" type="image/svg+xml" href="/favicon.svg" sizes="any">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<meta name="msapplication-TileColor" content="#da532c">
Whonix:
<link rel="icon" type="image/svg+xml" href="/favicon.svg" sizes="any">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<meta name="msapplication-TileColor" content="#b91d47">
The schema.org might be difficult? A lot stuff (copied from Kicksecure homepage). Unadjusted. And maybe therefore low priority. Might be difficult to auto generate?
<script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"website","name":"Kicksecure - Secure by Default Operating System","headline":"Kicksecure - Secure by Default Operating System","mainEntityOfPage":"Kicksecure - Secure by Default Operating System","identifier":"https:\/\/www.kicksecure.com\/wiki\/Homepage","url":"https:\/\/www.kicksecure.com\/wiki\/Homepage","description":"A secure by default operating system with the latest security research in place.","dateModified":"2023-03-11T13:42:03Z","datePublished":"2023-03-11T13:42:03Z","image":{"@type":"ImageObject","url":"https:\/\/www.kicksecure.com\/w\/images\/6\/6b\/Kicksecure-general.jpg?version=6fad8da500c824a53a3c05527fa2a6e7","width":1920,"height":1080},"author":{"@type":"Organization","name":"Kicksecure","url":"https:\/\/www.kicksecure.com","logo":{"@type":"ImageObject","url":"https:\/\/www.kicksecure.com\/w\/images\/3\/3d\/Kicksecure-basic-logo.svg","caption":"Kicksecure"}},"publisher":{"@type":"Organization","name":"Kicksecure","url":"https:\/\/www.kicksecure.com","logo":{"@type":"ImageObject","url":"https:\/\/www.kicksecure.com\/w\/images\/3\/3d\/Kicksecure-basic-logo.svg","caption":"Kicksecure"}},"potentialAction":{"@type":"SearchAction","target":"https:\/\/www.kicksecure.com\/w\/index.php?title=Special:Search&search={search_term}","query-input":"required name=search_term"}}</script>
The fields are all identical just with different contents sometimes. If some tag is specifically difficult to implement, we can drop it.
favicon relative links such as https://packages.whonix.org/favicon.svg I’ve already made available server-side. So for logos we don’t need these duplicated in any repositories.