jsonld.html 255 B

12345678910
  1. <script type="application/ld+json">
  2. {
  3. "@context": "http://schema.org",
  4. "@type": "Blog",
  5. "name": " {{ SITENAME }} ",
  6. "url": "{{ SITEURL }}",
  7. "image": "{{ SITEURL }}/{{ SITELOGO }}",
  8. "description": "{{ SITEDESCRIPTION }}"
  9. }
  10. </script>