Overview
When including the @lottiefiles/dotlottie-web script on a page (for example via the CDN https://esm.sh/@lottiefiles/dotlottie-web), Google is unable to index the page. The URL shows the status “Crawled – currently not indexed” in Google Search Console. Removing the script restores normal indexability.
This suggests that something in the module code—or the way it is loaded—interferes with Googlebot rendering, possibly due to headers, ESM imports, or DOM manipulation before content is rendered.
Labels