Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: pages/index.html

Issue 29643557: Issue 5442 - Add logo microdata to eyeo websites (Closed) Base URL: https://hg.adblockplus.org/web.eyeo.com
Patch Set: Remove unused include Created Dec. 20, 2017, 8:24 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | static/images/logo-3x.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/index.html
===================================================================
--- a/pages/index.html
+++ b/pages/index.html
@@ -39,8 +39,17 @@
</div>
</div>
</div>
</div>
<div id="media" class="content-block">
<? include index/media ?>
</div>
+
+<script type="application/ld+json">
+ {
+ "@context": "http://schema.org",
+ "@type": "Organization",
+ "url": "{{ config.get("general", "siteurl") }}",
+ "logo": "{{ config.get("general", "siteurl") }}/images/logo-3x.png"
+ }
+</script>
« no previous file with comments | « no previous file | static/images/logo-3x.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld