• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Yoast / wordpress-seo / aaea12fe12c7195d02e0f7ea5fe67d379d3e3227

12 Sep 2025 10:36AM UTC coverage: 41.602%. First build
aaea12fe12c7195d02e0f7ea5fe67d379d3e3227

Pull #22551

github

web-flow
Merge 67ccafc8d into 166ff8a05
Pull Request #22551: Add delayed premium upsell

2370 of 9166 branches covered (25.86%)

Branch coverage included in aggregate %.

15 of 89 new or added lines in 10 files covered. (16.85%)

22173 of 49829 relevant lines covered (44.5%)

4.7 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/packages/js/src/introductions/components/features/features-data.js
1
import { __ } from "@wordpress/i18n";
2
import { ReactComponent as  SparklesIcon } from "../../../../images/icon-sparkles.svg";
3
import { ReactComponent as  RedirectManagerIcon } from "../../../../images/icon-redirect-manager.svg";
4
import { ReactComponent as  SeoAnalysisIcon } from "../../../../images/icon-seo-analysis.svg";
5
import { ReactComponent as  DuplicateIcon } from "../../../../images/icon-duplicate.svg";
6
import { ReactComponent as  OpenGraphIcon } from "../../../../images/icon-open-graph.svg";
7

NEW
8
export const featuresData = [
×
9
        {
10
                icon: SparklesIcon,
11
                title: __( "Generate titles & meta descriptions", "wordpress-seo" ),
12
                description: __( "Take the hassle out of publishing content with ready-made, optimized titles and meta descriptions", "wordpress-seo" ),
13
        },
14
        {
15
                icon: SparklesIcon,
16
                title: __( "Improve content with AI suggestions", "wordpress-seo" ),
17
                description: __( "Remove the frustration out of manual SEO tweaks with AI-suggested improvements", "wordpress-seo" ),
18
        },
19
        {
20
                icon: RedirectManagerIcon,
21
                title: __( "Manage redirects without hassle", "wordpress-seo" ),
22
                description: __( "Keep your website running properly and prevent losing visitors to broken links", "wordpress-seo" ),
23
        },
24
        {
25
                icon: SeoAnalysisIcon,
26
                title: __( "Get the SEO Premium Analysis", "wordpress-seo" ),
27
                description: __( "Optimize content to reach more people, improve search visibility across more queries", "wordpress-seo" ),
28
        },
29
        {
30
                icon: DuplicateIcon,
31
                title: __( "Easily add internal links", "wordpress-seo" ),
32
                description: __( "Build relevant internal links faster while strengthening your site’s structure", "wordpress-seo" ),
33
        },
34
        {
35
                icon: OpenGraphIcon,
36
                title: __( "Ensure content looks good on social", "wordpress-seo" ),
37
                description: __( "Make every post share-ready as you publish, boosting visibility and clicks from Facebook & X", "wordpress-seo" ),
38
        },
39
];
40

NEW
41
export const perksData = [
×
42
        __( "24/7 Premium support via chat & email", "wordpress-seo" ),
43
        __( "Access to all courses in Yoast SEO Academy", "wordpress-seo" ),
44
        __( "Free seat for the Google Docs add‑on", "wordpress-seo" ),
45
        __( "Access to all Yoast plugins", "wordpress-seo" ),
46
];
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc