Landing Page Scoring + Diagnostic
Score and diagnose Google Ads landing pages.
How to use it
Claude Code
- Run the line below. It pulls the whole folder into
~/.claude/skills/landing-2, including the files SKILL.md points to. - Describe your job in plain words. Claude Code follows the skill from there.
npx degit nowork-studio/notfair-plugin/google-ads/landing#main ~/.claude/skills/landing-2For one project only, change the path to .claude/skills/landing-2. This skill also uses business-context.json, landing-page-history.json — copying SKILL.md alone won't be enough. See the folder on GitHub.
Claude (web or desktop app)
- On this page open ⋯ → Download .md.
- Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
- Pick the file and Save. Claude shows the name and description and runs a security scan.
- Check the skill is switched on.
- Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
- ChatGPT: make a Project and paste it into Instructions.
- Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
- Check which app you pasted it into — the steps above name the right one.
- Some skills need the paid tier of Claude or ChatGPT.
Paste into Claude, ChatGPT or Cursor.
Source of Landing Page Scoring + Diagnostic
Show the full text159 lines
| name | description | argument-hint |
|---|---|---|
| google-ads-landing | Score and diagnose Google Ads landing pages. Use when asked to audit a landing page, check landing page quality, diagnose high-CTR but low-conversion-rate ad groups, improve Quality Score's Landing Page Experience component, or compare an ad group's messaging against its landing page. Trigger on "landing page audit", "landing page score", "landing page quality", "why is my conversion rate low", "LPX", "landing page experience", "ad to page match", or when `/google-ads-audit` surfaces a high-CTR / low-CVR ad group. | <landing page URL or ad group name> |
Setup
Read and follow ../shared/preamble.md (MCP detection, account selection) and ../shared/analysis-principles.md (evidence requirement, guardrails). Both apply throughout this skill — every dimension below is a measurement, not an opinion.
Landing Page Scoring + Diagnostic
Google Ads campaigns fail on the landing page more often than in the auction. A great RSA that sends traffic to a slow, unfocused, or mismatched page burns budget twice — once on the click, once on the lost conversion. This skill scores landing pages on 5 weighted dimensions and emits concrete fixes.
Only score pages that actually run ad traffic. Don't score random marketing pages. Run this on direct request, on auto-handoff from /google-ads-audit (high-CTR / low-CVR ad groups), when QS diagnosis flags "Landing Page Experience: Below Average", or as a preflight before /google-ads-copy writes new copy for a page nobody's validated.
When the question is about ad-to-page fit, high CTR / low CVR, LPX, or testing ads and landing pages together, read references/message-chain-testing.md before scoring. It keeps the diagnosis focused on the paid-search message chain instead of drifting into a generic web-design audit.
Reference
references/scoring-rubric.md— the 5-dimension weighted rubric, thresholds, and evidence fields. Read before scoring.references/message-chain-testing.md— query → ad → page message-chain diagnosis and ad+LP test design.../manage/references/quality-score-framework.md— only when the user's explicit goal is QS improvement.
Phase 1: Resolve the target pages
Figure out which URLs to score. In priority order:
- User supplied a URL — score that page, skip discovery.
- User supplied an ad group or campaign name — retrieve the ads for that ad group or campaign using an available read capability and extract their final URLs. Normalize (strip tracking params, preserve path + query that affects routing).
- Auto-handoff from
/google-ads-audit— the handoff passes the specific ad groups flagged. Pull their final URLs the same way. - No arguments — retrieve account ad URLs and rank them by spend over an appropriate recent period, propose the top 3, ask the user to confirm.
De-duplicate aggressively. Many ads point to the same final URL — score each unique URL once, then map back to every ad group that uses it.
Phase 2: Gather signal (parallel)
Do all of these in a single tool-use turn:
- WebFetch the landing page — capture visible headline, subheadline, primary CTA text, form fields, trust signals, body copy tone. Capture the full HTML so we can spot script bloat and above-the-fold content.
- PageSpeed Insights API call —
https://www.googleapis.com/pagespeedonline/v5/runPagespeed?url={url}&strategy=mobile&category=performance&category=accessibility&category=best-practices&category=seovia WebFetch. No API key needed for single-URL queries. Extract LCP, CLS, INP, TTI, performance score, and the top 3 opportunities fromlighthouseResult.audits. - Pull the referring ad copy and the ad group's conversion metrics — retrieve headline/description text for message match and the associated clicks, conversions, and conversion rate for the impact estimate. Choose the available reads and batch them when useful.
- Read
{data_dir}/business-context.json— for brand voice, differentiators, offers, target audience. If missing, point the user to/google-ads-auditfirst. Don't guess the business.
If any single call fails, continue — note the gap in the report rather than blocking. PageSpeed Insights can rate-limit; if it does, fall back to a manual timing annotation ("PSI unavailable — could not score Page Speed") and deflate the final report's confidence rather than skipping the dimension.
Phase 3: Score the page
Read references/scoring-rubric.md and score each dimension 0-100 with evidence. The dimension scores are real measurements (PageSpeed Insights numbers, word-for-word copy comparison, form field counts, etc.) — they're not artificial ratings, they're observations.
Compute the weighted composite only as an internal reference number for the dollar-lift formula below. Do not surface it as a letter grade. The user sees the dimension-level measurements and the estimated dollar lift — the composite is plumbing.
internal_composite = 0.25 * Message Match
+ 0.25 * Page Speed
+ 0.20 * Mobile Experience
+ 0.15 * Trust Signals
+ 0.15 * Form & CTA
Dollar lift is the headline. If business-context.json.unit_economics has aov_usd + profit_margin, compute the estimated monthly lift from raising the composite by 15 points (see ../shared/ppc-math.md):
Target lift = min(+15, 90 - internal_composite) # cap at 90 internal
Assumed CVR lift = target_lift / 100 * 0.5 # cap at 50% relative lift
Current conversions = ad group conversions from last 30d
Additional conversions = current_conversions * assumed_CVR_lift
Additional revenue = additional_conversions * AOV
Additional profit = additional_conversions * AOV * profit_margin
Present the lift as fixing this page is worth ~$X/mo in profit — never as a guarantee. The 50% cap on CVR lift and the 15-point cap on score improvement keep estimates out of fantasy territory. If unit_economics isn't available, skip the dollar line entirely rather than making up a number — the dimension measurements still stand on their own.
Phase 4: Deliver the report
Max 60 lines. Lead with the dollar lift (when available) and the single biggest fix. No letter grade.
# Landing Page — [URL]
Ads sending traffic here: [N ad groups] · [X clicks/mo] · [$Y spent/mo] · CVR [Z%]
[If unit_economics available] **Estimated lift from top 3 fixes: ~$X/mo in profit**
[If unit_economics is missing] _(Dollar lift unavailable — no verified AOV/margin. Confirm unit economics in business-context.json for sharper estimates.)_
**Biggest leak:** [one sentence naming the dimension and the specific observation, e.g. "LCP is 5.8s on mobile — 2.8s slower than the 3s threshold that kills conversion rate."]
## Measurements
| Dimension | Measurement | Top Finding |
|-----------|-------------|-------------|
| Message Match | [word-for-word verdict: Match / Drift / Broken] | [one line citing ad H1 vs page H1] |
| Page Speed | LCP Xs · INP Xms · CLS X · PSI perf score X | [top blocking audit from Lighthouse] |
| Mobile Experience | PSI accessibility X · [mobile-specific issue count] | [one line: e.g. "No click-to-call, form below fold"] |
| Trust Signals | [review count, years in business, cert count] | [one line: e.g. "Zero named testimonials, copyright 2023"] |
| Form & CTA | [field count] fields · CTA text: "[button]" · [above/below fold] | [one line: e.g. "11 fields for a free quote"] |
## Fix First (top 3, ranked by estimated $ lift)
1. **[Action]** — est. +$X/mo · `<time_to_fix>`
Evidence: [the actual text/number from the page or PSI audit]
2. **[Action]** — est. +$X/mo · `<time_to_fix>`
Evidence: [...]
3. **[Action]** — est. +$X/mo · `<time_to_fix>`
Evidence: [...]
## Message Match Detail
Ad headline: "[actual headline from top-spending ad]"
Page H1: "[actual H1 from landing page]"
Observation: [Match / Drift / Broken] — [one-line rationale citing the specific words that match or don't]
## Handoff
[Pick one:]
- Page speed dominates the problem → "Share these fixes with your developer: [list]"
- Message mismatch dominates → "Run /google-ads-copy to rewrite ads to match the page, or update the page to match the ads"
- Form friction dominates → "Reduce form to [specific fields]. Every removed field is ~10% more conversions"
Writing back to history
Append the score to {data_dir}/landing-page-history.json so re-audits can show deltas:
{
"pages": {
"https://example.com/services/roofing": {
"history": [
{
"date": "2026-04-14",
"internal_composite": 67,
"dimensions": {
"message_match": 72,
"page_speed": 45,
"mobile": 80,
"trust": 70,
"form_cta": 65
},
"psi_mobile_lcp_s": 4.2,
"psi_mobile_cls": 0.15,
"psi_mobile_inp_ms": 320,
"estimated_lift_usd_per_month": 380,
"ad_groups": ["Example City Search - Roofing"],
"monthly_spend": 1240.50,
"monthly_cvr": 2.1,
"biggest_leak": "Page Speed — LCP 4.2s on mobile"
}
]
}
}
}
internal_composite is stored for trend tracking only — it's the internal reference number used by the dollar-lift formula, never shown to the user as a letter grade. On subsequent runs against the same URL, diff the raw dimension measurements and the dollar lift: LCP 4.2s → 2.1s · Page Speed 45 → 78 · estimated lift $380/mo → $120/mo remaining. Three measurements moved, no artificial grade flip.
Rules
- Never score a page without WebFetch'ing it. The rubric demands evidence. No WebFetch = no score. Ask the user to help if the page is gated or requires auth.
- Never report a PSI number you didn't measure. If PSI failed, say "PSI unavailable" — don't estimate.
- One page at a time unless the user asks for multiple. Scoring three pages in one turn creates unreadable reports. Batch only when explicitly requested.
- Don't rewrite copy here. This skill diagnoses the page. Handoff to
/google-ads-copyfor new headlines or/google-adsfor bid/negative/budget moves. - Margin-aware dollar impact requires verified unit economics. If
unit_economics.source == "inferred_from_template", append_(using industry defaults — confirm your AOV/margin for sharper estimates)_to the lift line. - Always persist. Every scored page goes into
landing-page-history.json, even if the user doesn't ask — future audits depend on the baseline.
| 1 | |
| 2 | name google-ads-landing |
| 3 | description Score and diagnose Google Ads landing pages. Use when asked to audit a landing page, check landing page quality, diagnose high-CTR but low-conversion-rate ad groups, improve Quality Score's Landing Page Experience component, or compare an ad group's messaging against its landing page. Trigger on "landing page audit", "landing page score", "landing page quality", "why is my conversion rate low", "LPX", "landing page experience", "ad to page match", or when `/google-ads-audit` surfaces a high-CTR / low-CVR ad group. |
| 4 | argument-hint "<landing page URL or ad group name>" |
| 5 | |
| 6 | |
| 7 | ## Setup |
| 8 | |
| 9 | Read and follow `../shared/preamble.md` (MCP detection, account selection) and `../shared/analysis-principles.md` (evidence requirement, guardrails). Both apply throughout this skill — every dimension below is a measurement, not an opinion. |
| 10 | |
| 11 | # Landing Page Scoring + Diagnostic |
| 12 | |
| 13 | Google Ads campaigns fail on the landing page more often than in the auction. A great RSA that sends traffic to a slow, unfocused, or mismatched page burns budget twice — once on the click, once on the lost conversion. This skill scores landing pages on **5 weighted dimensions** and emits concrete fixes. |
| 14 | |
| 15 | Only score pages that actually run ad traffic. Don't score random marketing pages. Run this on direct request, on auto-handoff from `/google-ads-audit` (high-CTR / low-CVR ad groups), when QS diagnosis flags "Landing Page Experience: Below Average", or as a preflight before `/google-ads-copy` writes new copy for a page nobody's validated. |
| 16 | |
| 17 | When the question is about ad-to-page fit, high CTR / low CVR, LPX, or testing ads and landing pages together, read `references/message-chain-testing.md` before scoring. It keeps the diagnosis focused on the paid-search message chain instead of drifting into a generic web-design audit. |
| 18 | |
| 19 | ## Reference |
| 20 | |
| 21 | `references/scoring-rubric.md` — the 5-dimension weighted rubric, thresholds, and evidence fields. Read before scoring. |
| 22 | `references/message-chain-testing.md` — query → ad → page message-chain diagnosis and ad+LP test design. |
| 23 | `../manage/references/quality-score-framework.md` — only when the user's explicit goal is QS improvement. |
| 24 | |
| 25 | ## Phase 1: Resolve the target pages |
| 26 | |
| 27 | Figure out which URLs to score. In priority order: |
| 28 | |
| 29 | **User supplied a URL** — score that page, skip discovery. |
| 30 | **User supplied an ad group or campaign name** — retrieve the ads for that ad group or campaign using an available read capability and extract their final URLs. Normalize (strip tracking params, preserve path + query that affects routing). |
| 31 | **Auto-handoff from `/google-ads-audit`** — the handoff passes the specific ad groups flagged. Pull their final URLs the same way. |
| 32 | **No arguments** — retrieve account ad URLs and rank them by spend over an appropriate recent period, propose the top 3, ask the user to confirm. |
| 33 | |
| 34 | **De-duplicate aggressively.** Many ads point to the same final URL — score each unique URL once, then map back to every ad group that uses it. |
| 35 | |
| 36 | ## Phase 2: Gather signal (parallel) |
| 37 | |
| 38 | Do all of these in a single tool-use turn: |
| 39 | |
| 40 | **WebFetch the landing page** — capture visible headline, subheadline, primary CTA text, form fields, trust signals, body copy tone. Capture the full HTML so we can spot script bloat and above-the-fold content. |
| 41 | **PageSpeed Insights API call** — `https://www.googleapis.com/pagespeedonline/v5/runPagespeed?url={url}&strategy=mobile&category=performance&category=accessibility&category=best-practices&category=seo` via WebFetch. No API key needed for single-URL queries. Extract LCP, CLS, INP, TTI, performance score, and the top 3 opportunities from `lighthouseResult.audits`. |
| 42 | **Pull the referring ad copy and the ad group's conversion metrics** — retrieve headline/description text for message match and the associated clicks, conversions, and conversion rate for the impact estimate. Choose the available reads and batch them when useful. |
| 43 | **Read `{data_dir}/business-context.json`** — for brand voice, differentiators, offers, target audience. If missing, point the user to `/google-ads-audit` first. Don't guess the business. |
| 44 | |
| 45 | If any single call fails, continue — note the gap in the report rather than blocking. PageSpeed Insights can rate-limit; if it does, fall back to a manual timing annotation ("PSI unavailable — could not score Page Speed") and deflate the final report's confidence rather than skipping the dimension. |
| 46 | |
| 47 | ## Phase 3: Score the page |
| 48 | |
| 49 | Read `references/scoring-rubric.md` and score each dimension 0-100 with evidence. The dimension scores are real measurements (PageSpeed Insights numbers, word-for-word copy comparison, form field counts, etc.) — they're not artificial ratings, they're observations. |
| 50 | |
| 51 | Compute the weighted composite only as an **internal reference number** for the dollar-lift formula below. Do not surface it as a letter grade. The user sees the dimension-level measurements and the estimated dollar lift — the composite is plumbing. |
| 52 | |
| 53 | |
| 54 | internal_composite = 0.25 * Message Match |
| 55 | + 0.25 * Page Speed |
| 56 | + 0.20 * Mobile Experience |
| 57 | + 0.15 * Trust Signals |
| 58 | + 0.15 * Form & CTA |
| 59 | |
| 60 | |
| 61 | **Dollar lift is the headline.** If `business-context.json.unit_economics` has `aov_usd` + `profit_margin`, compute the estimated monthly lift from raising the composite by 15 points (see `../shared/ppc-math.md`): |
| 62 | |
| 63 | |
| 64 | Target lift = min(+15, 90 - internal_composite) # cap at 90 internal |
| 65 | Assumed CVR lift = target_lift / 100 * 0.5 # cap at 50% relative lift |
| 66 | Current conversions = ad group conversions from last 30d |
| 67 | Additional conversions = current_conversions * assumed_CVR_lift |
| 68 | Additional revenue = additional_conversions * AOV |
| 69 | Additional profit = additional_conversions * AOV * profit_margin |
| 70 | |
| 71 | |
| 72 | Present the lift as `fixing this page is worth ~$X/mo in profit` — never as a guarantee. The 50% cap on CVR lift and the 15-point cap on score improvement keep estimates out of fantasy territory. If `unit_economics` isn't available, skip the dollar line entirely rather than making up a number — the dimension measurements still stand on their own. |
| 73 | |
| 74 | ## Phase 4: Deliver the report |
| 75 | |
| 76 | Max 60 lines. Lead with the dollar lift (when available) and the single biggest fix. No letter grade. |
| 77 | |
| 78 | |
| 79 | # Landing Page — [URL] |
| 80 | Ads sending traffic here: [N ad groups] · [X clicks/mo] · [$Y spent/mo] · CVR [Z%] |
| 81 | [If unit_economics available] **Estimated lift from top 3 fixes: ~$X/mo in profit** |
| 82 | [If unit_economics is missing] _(Dollar lift unavailable — no verified AOV/margin. Confirm unit economics in business-context.json for sharper estimates.)_ |
| 83 | |
| 84 | **Biggest leak:** [one sentence naming the dimension and the specific observation, e.g. "LCP is 5.8s on mobile — 2.8s slower than the 3s threshold that kills conversion rate."] |
| 85 | |
| 86 | ## Measurements |
| 87 | | Dimension | Measurement | Top Finding | |
| 88 | |-----------|-------------|-------------| |
| 89 | | Message Match | [word-for-word verdict: Match / Drift / Broken] | [one line citing ad H1 vs page H1] | |
| 90 | | Page Speed | LCP Xs · INP Xms · CLS X · PSI perf score X | [top blocking audit from Lighthouse] | |
| 91 | | Mobile Experience | PSI accessibility X · [mobile-specific issue count] | [one line: e.g. "No click-to-call, form below fold"] | |
| 92 | | Trust Signals | [review count, years in business, cert count] | [one line: e.g. "Zero named testimonials, copyright 2023"] | |
| 93 | | Form & CTA | [field count] fields · CTA text: "[button]" · [above/below fold] | [one line: e.g. "11 fields for a free quote"] | |
| 94 | |
| 95 | ## Fix First (top 3, ranked by estimated $ lift) |
| 96 | 1. **[Action]** — est. +$X/mo · `<time_to_fix>` |
| 97 | Evidence: [the actual text/number from the page or PSI audit] |
| 98 | 2. **[Action]** — est. +$X/mo · `<time_to_fix>` |
| 99 | Evidence: [...] |
| 100 | 3. **[Action]** — est. +$X/mo · `<time_to_fix>` |
| 101 | Evidence: [...] |
| 102 | |
| 103 | ## Message Match Detail |
| 104 | Ad headline: "[actual headline from top-spending ad]" |
| 105 | Page H1: "[actual H1 from landing page]" |
| 106 | Observation: [Match / Drift / Broken] — [one-line rationale citing the specific words that match or don't] |
| 107 | |
| 108 | ## Handoff |
| 109 | [Pick one:] |
| 110 | - Page speed dominates the problem → "Share these fixes with your developer: [list]" |
| 111 | - Message mismatch dominates → "Run /google-ads-copy to rewrite ads to match the page, or update the page to match the ads" |
| 112 | - Form friction dominates → "Reduce form to [specific fields]. Every removed field is ~10% more conversions" |
| 113 | |
| 114 | |
| 115 | ## Writing back to history |
| 116 | |
| 117 | Append the score to `{data_dir}/landing-page-history.json` so re-audits can show deltas: |
| 118 | |
| 119 | |
| 120 | { |
| 121 | "pages": { |
| 122 | "https://example.com/services/roofing": { |
| 123 | "history": [ |
| 124 | { |
| 125 | "date": "2026-04-14", |
| 126 | "internal_composite": 67, |
| 127 | "dimensions": { |
| 128 | "message_match": 72, |
| 129 | "page_speed": 45, |
| 130 | "mobile": 80, |
| 131 | "trust": 70, |
| 132 | "form_cta": 65 |
| 133 | }, |
| 134 | "psi_mobile_lcp_s": 4.2, |
| 135 | "psi_mobile_cls": 0.15, |
| 136 | "psi_mobile_inp_ms": 320, |
| 137 | "estimated_lift_usd_per_month": 380, |
| 138 | "ad_groups": ["Example City Search - Roofing"], |
| 139 | "monthly_spend": 1240.50, |
| 140 | "monthly_cvr": 2.1, |
| 141 | "biggest_leak": "Page Speed — LCP 4.2s on mobile" |
| 142 | } |
| 143 | ] |
| 144 | } |
| 145 | } |
| 146 | } |
| 147 | |
| 148 | |
| 149 | `internal_composite` is stored for trend tracking only — it's the internal reference number used by the dollar-lift formula, never shown to the user as a letter grade. On subsequent runs against the same URL, diff the raw dimension measurements and the dollar lift: `LCP 4.2s → 2.1s · Page Speed 45 → 78 · estimated lift $380/mo → $120/mo remaining`. Three measurements moved, no artificial grade flip. |
| 150 | |
| 151 | ## Rules |
| 152 | |
| 153 | **Never score a page without WebFetch'ing it.** The rubric demands evidence. No WebFetch = no score. Ask the user to help if the page is gated or requires auth. |
| 154 | **Never report a PSI number you didn't measure.** If PSI failed, say "PSI unavailable" — don't estimate. |
| 155 | **One page at a time unless the user asks for multiple.** Scoring three pages in one turn creates unreadable reports. Batch only when explicitly requested. |
| 156 | **Don't rewrite copy here.** This skill diagnoses the page. Handoff to `/google-ads-copy` for new headlines or `/google-ads` for bid/negative/budget moves. |
| 157 | **Margin-aware dollar impact requires verified unit economics.** If `unit_economics.source == "inferred_from_template"`, append `_(using industry defaults — confirm your AOV/margin for sharper estimates)_` to the lift line. |
| 158 | **Always persist.** Every scored page goes into `landing-page-history.json`, even if the user doesn't ask — future audits depend on the baseline. |
| 159 |
Discussion
Browse more free Claude skills or everything in Marketing.