From google-ads
Evaluate landing pages for relevance, speed, and mobile-friendliness.
npx claudepluginhub trueclicks/claude-plugins --plugin google-adsThis skill is limited to using the following tools:
Evaluate landing pages for relevance, speed, and mobile-friendliness. Landing Page Experience is a key Quality Score component that affects ad costs and positions. Poor landing pages waste ad spend on traffic that bounces.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Builds scalable data pipelines, modern data warehouses, and real-time streaming architectures using Spark, dbt, Airflow, Kafka, and cloud platforms like Snowflake, BigQuery.
Builds production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. For data pipelines, workflow orchestration, and batch job scheduling.
Evaluate landing pages for relevance, speed, and mobile-friendliness. Landing Page Experience is a key Quality Score component that affects ad costs and positions. Poor landing pages waste ad spend on traffic that bounces.
Data Source: Standard
Standard Data:
data/account/campaigns/*/*/keywords.md - Keyword QS components including Landing Page Experiencedata/account/campaigns/*/*/ads.md - Final URLs for landing pagesdata/performance/campaigns/*/*/keywords_metrics_30_days.md - Performance dataReference GAQL:
SELECT
campaign.name,
ad_group.name,
ad_group_criterion.keyword.text,
ad_group_criterion.quality_info.quality_score,
ad_group_criterion.quality_info.post_click_quality_score,
metrics.impressions,
metrics.cost_micros
FROM keyword_view
WHERE ad_group_criterion.status = 'ENABLED'
AND campaign.status = 'ENABLED'
AND metrics.impressions > 50
AND segments.date DURING LAST_30_DAYS
Use /google-ads:get-custom if you need URL-level aggregation.
| Condition | Severity |
|---|---|
| Landing Page Below Average + Cost > $500/30d | Critical |
| >50% of keywords have Below Average LP | Critical |
| Single landing page affecting multiple keywords | Critical |
| Landing Page Below Average | Warning |
| Page load time > 5 seconds (if testable) | Warning |
| Mobile unfriendly (if testable) | Warning |
Short (default):
## Landing Page Experience Audit
**Account:** [Name] | **Keywords Analyzed:** [X] | **Below Average LP:** [Y]
### Critical ([Count])
- **[Landing Page URL]**: [X] keywords, $[Cost] -> Test with PageSpeed Insights
### Warnings ([Count])
- **[URL]**: [Issue] -> [Fix]
### Recommendations
1. [Priority action]
2. [Secondary action]
Detailed adds: