1. SEO Report:

aioseo-mycycleshop.pdf

  1. Robots.txt Missing:

https://www.mycycle.shop/robots.txt

Ideal Robots.txt:

User-agent: *
Disallow: /cart/
Disallow: /checkout/
Disallow: /account/
Disallow: /login/
Disallow: /register/
Disallow: /wishlist/
Disallow: /search
Disallow: /*?*sort=
Disallow: /*?*filter=
Disallow: /*add-to-cart=*
Disallow: /privacy-policy/
Disallow: /terms-and-conditions/
Allow: /$
Allow: /blogs/
Allow: /shop/
Allow: /faq/
Allow: /wholesale
Allow: /about-us/
Allow: /contact-us/
Sitemap: [<https://www.mycycle.shop/sitemap.xml>](<https://www.mycycle.shop/sitemap.xml>)

4. Lazy Loading issue:

image.png

Based on the screenshot you've shared, you're facing a Lazy Loading issue on an image in your website built with Next.js. The image element:

html
CopyEdit
<img alt="Woman with plants" loading="lazy" decoding="async" data-nimg="fill" ... />

is not being properly rendered for search engines, especially if it fails to appear in the DOM before user interaction or doesn’t have fallback markup.


Issue: Lazy Loading and Technical SEO

Problem Explained:

SEO Risks: