Hi Bethany and thank you for your kind assistance!
I’ve just sent you the site health information via your form.
And here is how the codes in the AMP page source looked like after embedding.
With the use of a shortcode:
<div class="wp-shortcode-web-stories-embed web-stories-embed web-stories-embed-amp alignnone"> <div class="wp-block-embed__wrapper"> <amp-story-player width="360" height="600" width="360" height="600" layout="intrinsic"> <a href="https://www.russiandog.net/web-stories/russian-dog-names-male/amp"> <amp-img data-hero src="https://www.russiandog.net/wp-content/uploads/2021/10/Russian-Borzoi-dog-head-640x853.jpg.webp" width="360" height="600" alt="Male Russian Dog Names" class="amp-wp-enforced-sizes" layout="intrinsic"><amp-img fallback data-hero src="https://www.russiandog.net/wp-content/uploads/2021/10/Russian-Borzoi-dog-head-640x853.jpg" width="360" height="600" alt="Male Russian Dog Names" class="amp-wp-enforced-sizes" layout="intrinsic"></amp-img></amp-img> </a> </amp-story-player> </div> </div>
With the use of a block editor:
<div class="wp-block-web-stories-embed web-stories-embed web-stories-embed-amp alignnone"> <div class="wp-block-embed__wrapper"> <amp-story-player width="360" height="600" width="360" height="600" layout="intrinsic"> <a href="https://www.russiandog.net/web-stories/russian-dog-names-female/amp"> <amp-img data-hero src="https://www.russiandog.net/wp-content/uploads/2021/07/cropped-Poster-image-2.jpg" width="360" height="600" alt="Female Russian Dog Names" class="amp-wp-enforced-sizes" layout="intrinsic"><amp-img fallback data-hero src="https://www.russiandog.net/wp-content/uploads/2021/07/cropped-Poster-image-2.jpg" width="360" height="600" alt="Female Russian Dog Names" class="amp-wp-enforced-sizes" layout="intrinsic"></amp-img></amp-img> </a> </amp-story-player> </div> </div>
Is everything ok with them?