Hi Nick,
Try adding this into the head section:
<link rel="apple-touch-icon" sizes="180x180" href="/templates/ja_your_template/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/templates/ja_your_template/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/templates/ja_your_template/favicon-16x16.png">
<link rel="manifest" href="/templates/ja_your_template/site.webmanifest">
<link rel="mask-icon" href="/templates/ja_your_template/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
I assume you have these icons ready for your site.
It will show up in google search result.