Title: Content Performance Analyzer – GA4 &amp; Search Console Content Audit
Author: Wajahat Mubashir
Published: <strong>9 de Abril de  2026</strong>
Last modified: 1 de Agosto de  2026

---

Buscar plugins

![](https://ps.w.org/content-performance-analyzer/assets/icon-256x256.png?rev=3623852)

# Content Performance Analyzer – GA4 & Search Console Content Audit

 Por [Wajahat Mubashir](https://profiles.wordpress.org/wajahatmubashir/)

[Descargar](https://downloads.wordpress.org/plugin/content-performance-analyzer.1.4.4.zip)

 * [Detalles](https://cl.wordpress.org/plugins/content-performance-analyzer/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/content-performance-analyzer/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/content-performance-analyzer/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/content-performance-analyzer/#developers)

 [Soporte](https://wordpress.org/support/plugin/content-performance-analyzer/)

## Descripción

**Your AI content strategist for WordPress.** Content Performance Analyzer finds
the pages that are quietly losing traffic, rankings, or conversions — and tells 
you exactly how to fix each one. It connects your Google Analytics 4 (GA4) and Google
Search Console accounts, joins that data with the actual content of each page, and
lets AI turn it into specific, page-level recommendations — so you spend your time
refreshing content that matters instead of digging through spreadsheets.

Every feature is free. No premium tier, no URL limits, no locked features.

Every scan checks each page for three common problems:

 * **Content decay** — pages that used to rank and are now losing traffic. Refreshing
   an old post is far cheaper than writing a new one, and these are the fastest 
   wins.
 * **SEO opportunities** — pages with strong impressions but weak click-through 
   or ranking, where a title or heading change has outsized impact.
 * **Conversion gaps** — pages getting real traffic but few conversions, often just
   missing a clear call to action.

For each flagged page, the built-in AI analysis writes a specific recommendation
you can act on — not generic advice. Add an optional Serper API key and it also 
compares your page against the pages currently ranking for your keyword, so you 
can see what top results cover that you don’t.

This plugin is a strong fit for blogs, resource libraries, and content-heavy sites
with dozens to a few hundred posts, and for freelancers or agencies managing content
for clients.

#### What You Get

 * **AEO readiness score** — every page rated 0-100 on how quotable it is for AI
   search (question headings, direct answers, schema, freshness), with each failed
   check named
 * **Question gaps** — real Search Console queries you rank for that no heading 
   on the page answers, plus one-click AI answer blocks with FAQ schema
 * **AI referral tracking** — see which pages get visitors from ChatGPT, Perplexity,
   Copilot, and Gemini
 * **llms.txt** — optional machine-readable site guide for AI crawlers, generated
   from your analyzed pages
 * **One-click Google connection** — connect Analytics and Search Console with a
   single sign-in, then pick your property and site from dropdowns. No Google Cloud
   setup required
 * **One-click page import** — load every published page and post from your site
   with checkboxes, instead of pasting URLs
 * **Works before any setup** — content-only mode checks pages for missing alt text,
   thin content, and heading problems with zero credentials
 * **Performance flagging** — every page automatically labeled for decay, SEO opportunity,
   or conversion gap
 * **AI content recommendations** — specific, page-level refresh guidance powered
   by OpenAI, Groq, or Google Gemini (free tier)
 * **AI alt text fixes** — lists the exact images missing alt text and writes and
   applies alt text for you, using image recognition
 * **Competitor gap analysis** — optional Serper integration compares your content
   against top-ranking pages
 * **GA4 conversion tracking** — uses your GA4 key events by default, with support
   for custom conversion events like demo or trial signups
 * **Keyword insights** — shows the primary keyword each page ranks for, pulled 
   from Search Console
 * **Smart interlinking** — safe, AI-suggested internal links inserted only on exact
   anchor matches
 * **PageSpeed Insights without a key** — Core Web Vitals and performance scores
   through the free hosted service, or your own API key if you prefer
 * **Background processing** — analyzes hundreds of URLs in batches without timeouts,
   with live progress
 * **CSV export** — download the full insights table for reporting or further analysis

Nothing here requires a Google Cloud project. The Google connection and PageSpeed
both run through a free hosted service, so setup is a single sign-in. If you would
rather run everything yourself, every hosted convenience has a self-hosted alternative:
add your own PageSpeed or AI API key in Settings, and enable the `cpanalyzer_show_byo_oauth_fields`
filter to use your own Google OAuth client.

### Documentation

For full developer-facing documentation of architecture, data flow, cron jobs, AJAX
endpoints, storage, and a file-by-file reference, see:

 * `docs/PLUGIN-DOCUMENTATION.md`

### External Services

This plugin connects to external services to collect analytics data and generate
AI-powered recommendations. Below is a complete disclosure of all external APIs 
used:

**Plugin Privacy Policy:** https://cpanalyzer.com/privacy — covers the plugin and
its hosted Google connection service (auth.cpanalyzer.com), including what Google
data is accessed, with whom it is shared (no one, outside the narrow cases listed
there), how it is protected, and how to delete it.

#### 1. Content Performance Analyzer Hosted Service (auth.cpanalyzer.com)

**What it does:** This is the plugin author’s own service. It does two jobs: it 
holds the Google OAuth client credentials so you do not have to create a Google 
Cloud project, and it runs PageSpeed Insights lookups so you do not have to supply
a PageSpeed API key.

**Data sent:**

 * **Registration** — your site’s home URL, sent once to obtain an installation 
   token that identifies your site to the service.
 * **Google sign-in** — the WordPress admin URL to return you to after sign-in, 
   and the one-time handoff code Google issues.
 * **Token refresh** — your Google refresh token, forwarded to Google so a new access
   token can be issued.
 * **PageSpeed** — the URL being analyzed, the strategy (mobile or desktop), and
   your installation token.

**What is stored:** The service is stateless by design. Your Google access and refresh
tokens are stored in your own WordPress database, not on the service. The only thing
the service stores is a one-time sign-in handoff entry that expires after five minutes.
No page content, analytics data, or search data ever passes through it.

**When:** When you click “Connect with Google,” when a stored Google token needs
refreshing, and when PageSpeed analysis runs without your own PSI API key.

**How to avoid it entirely:** Enable the `cpanalyzer_show_byo_oauth_fields` filter
and supply your own Google OAuth client, and add your own PageSpeed API key in Settings.
The plugin then talks to Google directly and never contacts this service.

**Service URL:**
 * https://auth.cpanalyzer.com (endpoints: /auth/start, /api/v1/
register, /token/exchange, /token/refresh, /api/v1/pagespeed)

**Terms of Service:** https://cpanalyzer.com/terms

**Privacy Policy:** https://cpanalyzer.com/privacy

#### 2. Google Analytics 4 (GA4)

**What it does:** Retrieves traffic and engagement metrics for your website’s content
pages, and lists the GA4 properties on your account so you can pick one from a dropdown.

**Data sent:** Your GA4 Property ID, date ranges, requested URL paths/metrics, and
any custom conversion event names you configure. Authentication uses OAuth 2.0 —
an access token is sent with each request. By default that token is obtained through
the hosted service in section 1; if you supply your own Google OAuth client, it 
is obtained directly from Google instead.

**When:** When you manually trigger data collection, when scheduled daily automatic
refresh runs, or when you upload URLs for analysis.

**Service URLs:**
 * https://analyticsdata.googleapis.com/ (GA4 Data API) * https://
analyticsadmin.googleapis.com/ (GA4 Admin API — lists your properties for the settings
dropdown) * https://accounts.google.com/o/oauth2/v2/auth and https://oauth2.googleapis.
com/ (OAuth 2.0 sign-in, token exchange, refresh, and revocation) * https://www.
googleapis.com/oauth2/v3/tokeninfo (token validation)

**Terms of Service:** https://marketingplatform.google.com/about/analytics/terms/

**Privacy Policy:** https://policies.google.com/privacy

#### 3. Google Search Console

**What it does:** Retrieves search performance data (clicks, impressions, CTR, average
position) and search queries for your verified website, and lists the sites on your
account so you can pick one from a dropdown.

**Data sent:** Your verified site URL, date ranges, and performance data queries,
authenticated with the same OAuth 2.0 access token as GA4.

**When:** When you manually trigger data collection, when scheduled daily automatic
refresh runs, or when you upload URLs for analysis.

**Service URLs:**
 * https://searchconsole.googleapis.com/ (Search Console API) *
https://www.googleapis.com/webmasters/v3/sites (lists your verified sites for the
settings dropdown)

**Terms of Service:** https://support.google.com/webmasters/answer/4559176

**Privacy Policy:** https://policies.google.com/privacy

#### 4. Google PageSpeed Insights (Optional)

**What it does:** Fetches performance scores, Core Web Vitals, and diagnostic information
for specific URLs.

**Data sent:** The URL being analyzed and the analysis strategy (mobile or desktop).
The URL is sent to Google’s servers for performance testing. No API key is required—
by default the request is relayed through the hosted service in section 1, which
supplies the key. If you add your own PageSpeed API key in Settings, the plugin 
calls Google directly and your key is sent with the request.

**When:** Only when you enable PageSpeed Insights in settings and trigger analysis.
This service is off by default and completely optional.

**Service URL:**
 * https://www.googleapis.com/pagespeedonline/v5/runPagespeed (
direct, when you supply your own key) * https://auth.cpanalyzer.com/api/v1/pagespeed(
hosted relay, the default — see section 1)

**Terms of Service:** https://developers.google.com/terms

**Privacy Policy:** https://policies.google.com/privacy

#### 5. AI Provider — OpenAI, Groq, or Google Gemini (Optional)

**What it does:** Generates content improvement recommendations, answer blocks, 
alt text, and smart interlinking suggestions based on your page performance data
and page content. You choose one provider in Settings and supply that provider’s
API key. Without a key, no AI requests are made and the plugin runs in content-check-
only mode.

**Data sent:** Page URLs, performance metrics (traffic, engagement, search queries
and rankings), content structure (title, meta description, headings, word count,
links), excerpts of your page text, and — for the Smart Interlinking feature — up
to a few thousand characters of the post text being analyzed. For AI alt text, the
image itself is sent to the provider for recognition (OpenAI and Gemini only). Your
API key is sent with each request. No site visitor data is ever sent.

**When:** When AI analysis runs for flagged pages (manually triggered, as part of
batch processing you start, or via the background queue that fills in pages a previous
run could not finish), and when you use Smart Interlinking, answer blocks, or alt
text generation.

**Service URLs:**
 * OpenAI: https://api.openai.com/v1/chat/completions * Groq: 
https://api.groq.com/openai/v1/chat/completions * Google Gemini: https://generativelanguage.
googleapis.com/v1beta/openai/chat/completions

**OpenAI Terms:** https://openai.com/policies/terms-of-use

**OpenAI Privacy:** https://openai.com/policies/privacy-policy

**Groq Terms:** https://groq.com/terms/

**Groq Privacy:** https://groq.com/privacy-policy/

**Google Gemini API Terms:** https://ai.google.dev/gemini-api/terms

**Google Privacy:** https://policies.google.com/privacy

#### 6. Serper.dev (Optional)

**What it does:** Retrieves the top Google search results for your page’s primary
keyword so the plugin can compare your content against ranking competitors.

**Data sent:** The search keyword derived for your page, together with your Serper
API key. When results are returned, the plugin also fetches the publicly available
HTML of the top-ranking competitor pages directly from their websites to extract
headings and structure.

**When:** Only when you provide a Serper API key in settings and AI content analysis
runs. This service is completely optional — without a key, no Serper requests or
competitor fetches are made.

**Service URL:**
 * https://google.serper.dev/search

**Terms of Service:** https://serper.dev/terms

**Privacy Policy:** https://serper.dev/privacy

#### Important Notes

 * All API communications use secure HTTPS connections
 * No Google Cloud project or PageSpeed API key is required — both run through the
   hosted service described in section 1. You can replace either with your own credentials
   at any time
 * AI recommendations do require an API key from the provider you choose (OpenAI,
   Groq, or Google Gemini). Serper is optional and needs its own key
 * No data is sent without your explicit configuration and action
 * You can disable any optional service (PageSpeed Insights, Serper, AI analysis)
   and the plugin still performs content checks
 * No site visitor data or personal information about your users is transmitted 
   to any of these services
 * Performance metrics, content structure, and page text excerpts are shared only
   with the AI provider you configure — never with the hosted service, which sees
   only your site URL and the URLs you ask PageSpeed to test

## Instalación

 1. Install and activate the plugin through the ‘Plugins’ screen in WordPress
 2. Go to Content Insights  URL Management and click “Load Pages From Your Site” to
    import your pages, then start a scan — the content check works with no setup at
    all
 3. To add traffic data, go to Content Insights  Settings and click “Connect with Google,”
    then pick your GA4 property and Search Console site from the dropdowns
 4. Optional: add an OpenAI, Groq, or Google Gemini API key for AI recommendations,
    and toggle on PageSpeed analysis (no key needed)

## FAQ

### Do I need a Google Cloud project or API keys to start?

No. Click “Connect with Google,” sign in, and pick your GA4 property and Search 
Console site from dropdowns. There is no Cloud Console setup, no OAuth client to
create, and no PageSpeed key to obtain. You can also run the content check with 
no credentials at all.

### Is it really free?

Yes. Every feature is free, with no URL limits, no locked features, and no premium
tier. The one cost that can apply is not paid to this plugin: AI recommendations
call the AI provider you choose, so that provider’s own pricing applies. Groq and
Google Gemini both have free tiers that work well for this.

### Do I need to pay for AI?

Not necessarily. Groq and Google Gemini offer free tiers that handle typical sites,
and Groq is the recommended free provider based on output-quality testing. OpenAI
generally produces the strongest recommendations if you already have credit. Without
any AI key, the plugin still imports your traffic data, flags decaying pages, diagnoses
why they dropped, and runs every content check — you just do not get the written
fix plans.

### What is content decay?

Content decay is when a page that used to perform well gradually loses traffic and
rankings, usually without anything visibly breaking. It is the most common reason
older posts quietly stop earning traffic, and refreshing a decayed page is typically
far cheaper than writing a new one. This plugin finds those pages and classifies
why each one dropped — ranking slide, zero-click capture, falling demand, a self-
inflicted edit, or a drop that was never about search at all.

### Does this work alongside Google Site Kit?

Yes, and they do different jobs. Site Kit reports your GA4 and Search Console numbers.
This plugin joins those numbers to the actual content of each page, works out which
pages are losing ground and why, and writes a specific fix for each. Running both
is fine — they do not conflict, and each maintains its own Google connection.

### What data leaves my site?

Page URLs, performance metrics, content structure, and excerpts of your page text
go to the AI provider you configure. Your site URL and any URLs you test go to the
hosted service for PageSpeed. No site visitor data or personal information about
your users is ever transmitted. The External Services section above documents every
endpoint and exactly what is sent to each.

### How long does analysis take for large sites?

Most sites see AI suggestions within roughly 6 to 40 minutes for 200 URLs, depending
on your AI provider’s rate limits. Progress is shown live and refreshes automatically.
If a run hits provider rate limits, the remaining pages fill in on their own in 
the background, roughly one page every couple of minutes.

### Does this plugin slow down my site?

No. All heavy processing runs asynchronously in the background through WordPress
cron, so visitors are unaffected.

### Will the analysis time out on shared hosting?

It is built for it. Work is processed in small batches with dynamic timeout prediction
and a safety buffer, and processing continues even if you close the browser. Very
restrictive hosts can still interrupt a batch — if that happens, the next scheduled
run picks up where it stopped.

### Can I use this on multisite?

Yes, the plugin is multisite compatible.

### How do I access the plugin settings after activation?

After activation you will see “View Insights” and “Settings” links directly on the
WordPress plugins page, or navigate to Content Insights in your admin menu.

## Reseñas

No hay reseñas para este plugin.

## Colaboradores & Desarrolladores

“Content Performance Analyzer – GA4 & Search Console Content Audit” es software 
de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

 *   [ Wajahat Mubashir ](https://profiles.wordpress.org/wajahatmubashir/)

[Traduce “Content Performance Analyzer – GA4 & Search Console Content Audit” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/content-performance-analyzer)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/content-performance-analyzer/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/content-performance-analyzer/),
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/content-performance-analyzer/)
por [RSS](https://plugins.trac.wordpress.org/log/content-performance-analyzer/?limit=100&mode=stop_on_copy&format=rss).

## Historial de cambios

#### 1.4.4

 * Analysis is no longer “done” with gaps: flagged pages the AI run could not finish
   now fill in automatically in the background, one page every couple of minutes
 * The queue paces itself under free-tier limits, backs off when rate-limited, skips
   pages that cannot fit even after compression, and stops with a clear message 
   on configuration errors
 * The insights page shows calm automatic progress with the next attempt time while
   leaving the existing manual retry available

#### 1.4.3

 * Oversized AI requests now recover automatically: when a content-heavy page produces
   a request bigger than the provider’s token budget or context window (for example
   Groq’s free-tier 8,000 tokens per minute), the plugin retries once with a compressed
   payload — trimmed body text, no competitor excerpts — instead of failing the 
   page. All metrics and the decay diagnosis stay in the request, so recommendations
   remain grounded
 * The insights page no longer shows an endless “Processing…” spinner when nothing
   is running: the spinner now appears only while work is genuinely in flight, and
   flagged pages left without AI suggestions after a failed or rate-limited run 
   get an honest notice explaining what happened and pointing to the Retry button
 * Sites without an AI key configured now see clear guidance on flagged pages instead
   of a permanent processing state

#### 1.4.2

 * Clearer non-search diagnosis: when a page had real GA4 traffic but almost no 
   Google search clicks and dropped, the plugin now says the drop came from another
   channel (direct, email, social, referral, or internal links) and points to the
   GA4 channel breakdown — instead of the vague “not enough Search Console history,
   re-check next run”
 * Pages with a search footprint but negligible clicks are classified as a non-search
   drop with a channel-breakdown fix; pages with no search footprint at all get 
   a cautious hypothesis that also suggests confirming the page is indexed
 * Reflects a real distinction: GA4 views count every channel, while Search Console
   clicks count only Google organic search — a page can have high views and near-
   zero search clicks
 * Includes the homepage and per-page metric collection fixes: host-aware Search
   Console paths so subdomains no longer overwrite the homepage row, GA4 ordering
   so top pages are never truncated out, and targeted recovery for any analyzed 
   URL the bulk pull missed
 * CSV export now includes the full AI recommendation set (SEO, AEO, GEO, engagement,
   measurement plan), model used, decay type and evidence, AEO readiness score, 
   AI referral sessions, and inbound internal link counts
 * Added a link to the plugin privacy policy on the settings screen

#### 1.4.1

 * Seasonality control: every demand-decay call is checked against the same 30-day
   window one year ago in Search Console. A drop that matches last year’s numbers
   is diagnosed “Seasonal pattern (expected)” — shown in green, never flagged, and
   the AI is told no action is needed
 * Technical/indexing detection: impressions collapsing to near zero is diagnosed
   as an indexing problem, not demand decay. The live-page scrape confirms it — 
   a noindex meta tag or a canonical pointing at a different URL upgrades the diagnosis
   to confirmed with the exact cause named
 * Tracking-break detection: GA4 views collapsing to near zero while Search Console
   still records clicks is diagnosed as a broken GA4 tag, not a traffic loss — check
   the tag before touching the content
 * AI Overview confirmation: the live SERP check now detects Google AI Overviews
   in addition to answer boxes when confirming zero-click capture
 * noindex tags and canonical mismatches now appear in every page’s content issues
   list, whether or not traffic dropped
 * AI recommendations updated for all three new diagnosis types: technical issues
   lead with the indexing fix, tracking breaks lead with the tag check, and seasonal
   dips get no busywork
 * Cleaner settings: the legacy OAuth Client ID/Secret fields are hidden now that
   Connect with Google is one click (they still appear for sites already using their
   own credentials), and PageSpeed options only show while the feature is enabled

#### 1.4.0

 * Decay-type diagnosis: every traffic drop is classified from real period deltas—
   ranking decay (position slid), zero-click capture (still ranking, SERP answers
   before the click), demand decay (topic losing searches), or a non-search drop(
   organic healthy, look at other channels) — with the evidence and the matching
   fix shown on each page
 * Self-inflicted decay detection: if a page was edited inside the drop window, 
   the diagnosis warns to compare the previous revision before assuming natural 
   decay — only possible from inside WordPress
 * 6-month click trends: each page’s clicks are tracked across six 28-day periods
   to expose sustained declines and distance from peak, not just one week-over-week
   dip
 * Keyword cannibalization detection: queries where two or more of your own pages
   split clicks over the last 90 days, listed per page with positions, so you can
   consolidate instead of rewriting
 * Live SERP confirmation (optional, with a Serper key): confirms zero-click capture
   when an answer box sits above your result, and flags intent drift when the top
   10 shifts to video, forum, or commerce formats
 * Orphan-page detection: pages no other content links to are flagged, with an editorial
   inbound-link count per page (menus and widgets excluded)
 * New-issue alerts: after any scan — including the daily automatic one — a dashboard
   notice lists pages that were healthy last run and are flagged now
 * AI recommendations now match the fix to the diagnosed decay type: no more content-
   refresh advice for pages whose topic lost demand, and non-search drops are never
   framed as SEO problems
 * Previous-period clicks, position, and engagement rate are now collected and shown
   alongside impressions, completing the period-over-period picture
 * Fixed: decay flag compared a page against the wrong page’s history in one code
   path; AI referral session counts could drop out of the insights table after a
   re-sync

#### 1.3.0

 * AEO readiness score: every page rated 0-100 on answer-engine quotability with
   a named pass/fail checklist (question headings, direct answers, structured data,
   lists, freshness)
 * Question gaps: Search Console queries you rank for (positions 2-20) that no page
   heading answers — each a featured-snippet and AI-answer opportunity
 * One-click answer blocks: AI writes a concise answer grounded in the page’s own
   content, appends it as a Q&A block, and adds FAQPage schema (skipped if the page
   already has one)
 * AI referral tracking: sessions arriving from ChatGPT, Perplexity, Copilot, Gemini,
   and Claude shown per page
 * Optional llms.txt: a machine-readable site guide for AI crawlers, with automatic
   conflict detection if one already exists
 * Choose your exact AI model per provider from a dropdown with cost hints, or leave
   it automatic; every AI action now shows which model produced it
 * OpenAI automatic mode upgraded to the flagship model with graceful fallbacks;
   gpt-4o-mini retired
 * Requests adapt automatically to newer OpenAI model requirements (max_completion_tokens,
   fixed temperature) and to restricted-project model allowlists
 * Rate-limit resilience: no more retry cascades that burn free-tier quotas, partial
   results are saved with honest progress messages, and Gemini runs are paced automatically
 * AI errors now name every model that failed and why, instead of only the last 
   one
 * Sharper recommendations: prompts require citing the page’s actual data and concrete
   deliverables, and SEO/AEO/GEO fields are precisely defined (GEO now means generative-
   engine visibility, not local SEO)
 * Live search on both page pickers; select-all applies to search results; the URL
   import picker loads automatically
 * URL Status table refreshes automatically when background scans finish
 * Groq is now the recommended free provider based on output-quality testing; status
   labels reflect the active provider

#### 1.2.0

 * One-click “Connect with Google” — sign in and pick your account, no Google Cloud
   project or OAuth credentials needed (your own credentials still work as an advanced
   option)
 * GA4 property and Search Console site selection via dropdowns loaded from your
   connected account, replacing hand-typed IDs
 * One-click page import: load every published page and post with checkboxes and
   select-all, instead of pasting URLs
 * Content-only mode: fresh installs can scan for content issues before connecting
   anything, with a guided getting-started flow
 * AI alt text fixes: see exactly which images lack alt text, then generate and 
   apply alt text in one click — vision-based on OpenAI and Gemini, with library
   and page content both updated and existing alt text never overwritten
 * Google Gemini added as an AI provider with a generous free tier, alongside OpenAI
   and Groq
 * PageSpeed Insights now works without an API key through a free hosted service—
   the API key field is gone entirely
 * Pick exactly which pages get PageSpeed analysis with a checkbox list (up to 15),
   or leave it automatic
 * AI responses now use enforced JSON output for more reliable recommendations across
   all providers
 * API key fields warn when the key format doesn’t match the selected provider
 * Image counts no longer double-count on sites using lazy-loading plugins

#### 1.1.2

 * Expired or revoked Google connections now show a clear reconnect notice on plugin
   pages instead of silently reporting zero GA4 and Search Console data
 * OAuth failure logs now include Google’s error code (for example invalid_grant)
   for faster diagnosis
 * Fixed the analysis waiting banner staying visible indefinitely when pages in 
   good standing were present

#### 1.1.1

 * Removed the Freemius integration and its activation opt-in screen for a simpler,
   self-contained setup
 * Added a standalone uninstall routine that fully cleans up options, scheduled 
   tasks, and plugin data on deletion

#### 1.1.0

 * All features are now fully free — removed license requirement and premium gating
 * Data collection, batch processing, AI suggestions, internal links, and smart 
   interlinking work without activation
 * Conversions now use GA4 key events by default, with form_submit fallback and 
   an optional custom event list
 * PageSpeed analysis is now selective (flagged and high-traffic pages) instead 
   of every URL on every scan
 * Daily automatic rescan is now opt-in for new installs to protect your API quotas
 * Safer smart interlinking: links are only inserted on exact anchor matches, never
   inside HTML tags or existing links
 * Fixed applied interlinks being dropped on save in some Gutenberg blocks
 * Data collection now reports API failures instead of showing success with missing
   data
 * Off-peak scheduling defaults to the site timezone
 * Security and cleanup: removed debug endpoints and dead code, hardened CSV export,
   moved inline scripts and styles to enqueued assets

#### 1.0.0

 * Progressive content analysis – analyzes all pages without artificial limits
 * Smart waiting banner with realistic time estimates and auto-refresh
 * Priority-based processing – flagged pages analyzed first for faster AI suggestions
 * Intelligent AI timing – AI waits for complete content data for optimal recommendations
 * Plugin page integration – direct Settings and View Insights links
 * 3x performance improvement – reduced from 15.5s to ~3s average per page
 * Dynamic batch sizing (6-12 pages) based on priorities and system performance
 * Dynamic timeout prediction with 75-second safety buffer prevents all timeouts
 * Real-time progress tracking with detailed status updates
 * Enhanced user experience with transparent progress communication

#### Previous Version

 * Complete rewrite with modular architecture
 * Added automatic keyword analysis and optimization suggestions
 * Implemented AI suggestion expiry system
 * Enhanced dashboard with better UX
 * Batch URL upload and retry/rescan features
 * WordPress coding standards compliance

## Meta

 *  Versión **1.4.4**
 *  Última actualización **hace 16 horas**
 *  Instalaciones activas **Menos de 10**
 *  Versión de WordPress ** 6.2 o superior **
 *  Probado hasta **7.0.2**
 *  Versión de PHP ** 7.4 o superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/content-performance-analyzer/)
 * Etiquetas
 * [content audit](https://cl.wordpress.org/plugins/tags/content-audit/)[content decay](https://cl.wordpress.org/plugins/tags/content-decay/)
   [google analytics](https://cl.wordpress.org/plugins/tags/google-analytics/)[Search Console](https://cl.wordpress.org/plugins/tags/search-console/)
   [seo audit](https://cl.wordpress.org/plugins/tags/seo-audit/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/content-performance-analyzer/advanced/)

## Calificaciones

Aún no se han enviado valoraciones.

[Your review](https://wordpress.org/support/plugin/content-performance-analyzer/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/content-performance-analyzer/reviews/)

## Colaboradores

 *   [ Wajahat Mubashir ](https://profiles.wordpress.org/wajahatmubashir/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/content-performance-analyzer/)