Replies: 2 comments 9 replies
-
Looks like you've run into this issue Add |
Beta Was this translation helpful? Give feedback.
9 replies
-
@rbuchberger Is this valid tag output? The Outputted Source<a href="/technical-seo/create-jump-to-links-serp.html" class="image featured" title="Jump To Links SEO in SERP Snippet!">
<h3>Jump To Links SEO in SERP Snippet!</h3>
</a>
<figure>
<a class="u-url url" title="Jump To Links SEO in SERP Snippet!" href="/technical-seo/create-jump-to-links-serp.html">
<picture loading="lazy" class="image featured u-photo">
<source srcset="/assets/images/generated/serp-jump-to-links-400-53478ab24.webp 400w, /assets/images/generated/serp-jump-to-links-600-53478ab24.webp 600w, /assets/images/generated/serp-jump-to-links-800-53478ab24.webp 800w, /assets/images/generated/serp-jump-to-links-1000-53478ab24.webp 1000w" type="image/webp">
<source srcset="/assets/images/generated/serp-jump-to-links-400-0f864a4ad.png 400w, /assets/images/generated/serp-jump-to-links-600-0f864a4ad.png 600w, /assets/images/generated/serp-jump-to-links-800-0f864a4ad.png 800w, /assets/images/generated/serp-jump-to-links-1000-0f864a4ad.png 1000w" type="image/png">
<img class="image thumbnail1 u-photo" src="/assets/images/generated/serp-jump-to-links-342-0f864a4ad.png" alt="" jump to links seo in serp snippet>
</source>
</source>
</picture>
</a>
<figcaption>Jump To Links in Rich Results that may provide additonal hyperlinks in the footer of your result that are clickable. This article shows you how to do that on any content plaform with a bit of javascript you copy/paste.</figcaption>
</figure> picture.yml blog-feature:
formats:
- webp
- original
widths:
- 200
- 400
- 649
sizes:
mobile: calc(100vw - 16px)
tablet: 80vw
size: 649px
link_source: false
quality: 75
format_quality:
webp: 50
avif: 30
jp2: 30
strip_metadata: true
dimension_attributes: false
nomarkdown: false
attributes:
picture: loading="lazy" class="image featured u-photo"
img: class="image u-photo"
a: class="u-url url" Include File<figure>
{% include figure.html preset="blog-feature" file="serp-jump-to-links-1.png" img_alt="Copy Javascript Snippet Step: 1" link="#copy-javascript-snippet" title="Copy Javascript Snippet Step: 1" %}
<figcaption>Copy Javascript Snippet - Step: 1</figcaption>
</figure> Liquid Shortcode{% picture {{ include.preset }} {{ include.file }} --alt {{ include.img_alt }} --link {{ site.url }}{{page.url}}{{ include.link }} --a title="{{ include.title }}" %} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since
<figure>
is a block element and<picture>
being an inline element. For my sub-headings, I'd like to nest picture tag within the figure. When I try, it will not render.Code
Result
s
Beta Was this translation helpful? Give feedback.
All reactions