Skip to content

Instantly share code, notes, and snippets.

@theopendle
Last active July 22, 2024 07:53
Show Gist options
  • Save theopendle/bb7b66b2fdf505a57be3fce4433749d8 to your computer and use it in GitHub Desktop.
Save theopendle/bb7b66b2fdf505a57be3fce4433749d8 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Title in meta</title>
<meta name="description" content="Description in meta"/>
<meta name="template" content="home-page-template"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="canonical" href="https://jsafrasarasin.com/en/home.html"/>
<link rel="stylesheet" href="/etc.clientlibs/jsafrasarasin/clientlibs/clientlib-base.min.70267407c54bfd3d524dbb8e5bf56862.css" type="text/css">
<meta name="theme-color" content="#000000"/>
<link rel="icon" href="/etc.clientlibs/jsafrasarasin/clientlibs/clientlib-react/resources/favicon.ico"/>
<link rel="apple-touch-icon" href="/etc.clientlibs/jsafrasarasin/clientlibs/clientlib-react/resources/apple-touch-icon.png"/>
<link rel="manifest" href="/etc.clientlibs/jsafrasarasin/clientlibs/clientlib-react/resources/manifest.json"/>
<!-- Open Graph Markup -->
<html prefix="og:http://ogp.me/ns#">
<meta property="og:type" content="website"/>
<meta property="og:url" content="/content/jsafrasarasin/language-masters/en/home"/>
<meta property="og:title" content="Title in OG"/>
<meta property="og:description" content="Description in OG"/>
<meta property="og:site_name" content="J. Safra Sarasin in OG"/>
<meta property="og:image" content="/content/dam/jsafrasarasin/home/home-header.jpg"/>
<!-- Twitter Cards Markup -->
<meta name="twitter:site" content="@Jsafrasarasin"/>
<meta name=" twitter:title" content="Title in twitter"/>
<meta name=" twitter:description" content="Description in Twitter"/>
<meta name="twitter:image" content="/content/dam/jsafrasarasin/home/home-header.jpg"/>
<!-- AEM page model -->
<meta property="cq:pagemodel_root_url" content="/content/jsafrasarasin/language-masters/en.model.json"/>
<!-- Error handler -->
<script type="application/id+json">
{
"@context": "http://schema.org",
"provider": {
"@type": "Organization",
"name": "J.Safra Sarasin",
"@id": "http://www.jsafrasarasin.com"
},
"name": "\"{{properties.title}}\"",
"description": "\"{{properties.description}}\"",
"image": "\"{{properties.featuredImage}}\"",
"url": "\"{{currentPage.path}}\"",
"@id": "\"{{currentPage.path}}\""
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment