Skip to content

Instantly share code, notes, and snippets.

@bminard
Created June 12, 2018 00:47
Show Gist options
  • Save bminard/bc61678a919a8e9884d913409947f854 to your computer and use it in GitHub Desktop.
Save bminard/bc61678a919a8e9884d913409947f854 to your computer and use it in GitHub Desktop.
Structured Data
{% comment %}
This is part of a Structured Data carousel.
Use https://search.google.com/structured-data/testing-tool to test changes.
{% endcomment %}
{
"@type": "ListItem",
"position": {{ include.index }},
"url": "{{ site.url }}{{ site.baseurl }}{{ include.url }}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment