third-party-scripts

Installation
SKILL.md

Third-Party Scripts — Performance & SEO

Third-party scripts are the most common uncontrolled variable in CWV. They execute on the client's main thread, consume bandwidth, and can independently cause LCP, INP, and TBT failures.


Script loading strategies

async

<script async src="https://example.com/script.js"></script>
Installs
1
GitHub Stars
4
First Seen
Today
third-party-scripts — carlosuhart/seo-audit-skills