antora-ui-camel/src/partials/head-meta.hbs (9 lines of code) (raw):

<meta name="application-name" content="Apache Camel"> <meta property="og:title" content="{{page.title}}"> <meta property="og:site_name" content="Apache Camel"> <meta property="og:url" content="https://camel.apache.org"> <meta property="og:description" content="Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data."> <meta property="og:type" content="website"> <meta property="og:image" content="{{site.url}}/_/img/logo-d.svg"> <link rel="manifest" href="{{siteRootPath}}/site.webmanifest"> {{! Add additional meta tags here}}