Infy – AI Image SEO Optimizer
Rank higher on Google Images without touching your media library by hand. AI Image SEO Optimizer writes WCAG-compliant alt text, SEO-friendly filenames and titles for thousands of WordPress images at once — using your choice of Gemini, Claude or GPT. Rename safely: every filename change is auto-301-redirected. Looking for more features? Check out AI Image SEO Optimizer Pro. Why AI Image SEO Optimizer? Images are crucial for SEO, but manually optimizing hundreds of images is time-consuming. Our plugin solves this by: Saving Hours of Manual Work – AI optimizes images in seconds Improving SEO Rankings – Search engines love properly optimized images Enhancing Accessibility – AI-generated alt text helps screen readers Smart Filename Management – SEO-friendly filenames with automatic URL updates across page builders Key Features AI-Powered Metadata Generation Generate SEO-friendly filenames automatically Create descriptive alt text (accessibility + SEO) Generate optimized image titles Extract relevant keywords Multiple AI Providers Google Gemini – Gemini 3.1 Flash-Lite OpenAI – GPT-4.1 mini Anthropic Claude – Claude 4.5 Haiku Switch between providers anytime Use your own API keys (full control over costs) Page Builder Integration Gutenberg – Full WordPress Block Editor support Elementor – Complete integration with automatic URL updates WPBakery – Seamless integration Visual Composer – Full compatibility Uncode – Full compatibility Divi – Full support across page content, Divi Library, and Theme Builder Automatic URL updates when renaming files No broken images after filename changes SEO Features Real-time SEO score calculation (0-100 scale) 6-component scoring algorithm (100 points total) Detailed score breakdown by field Visual indicators for optimization status Track optimization progress across your media library Smart Dashboard Visual media library overview See optimization status at a glance Filter by optimized/unoptimized images Search and sort capabilities Image usage tracking (where images are used) Usage Tracking & Analytics Monitor API usage by provider Track costs and requests Daily/monthly usage statistics Export usage data Visual charts and graphs Cost estimation tools 301 Redirect Protection Automatic 301 redirects when images are renamed Preserves SEO value — no broken links from search engines, social shares, or external sites Covers all image sizes (thumbnails, crops, originals) Smart redirect chain resolution (A→B→C becomes A→C) Hit tracking to monitor redirect usage Configurable expiry (6, 12, 24 months, or never) Zero impact on normal page loads — only activates for old image URLs Advanced Features 60+ Languages – Generate metadata in any supported language Changelog Tracking – Complete audit trail of all changes Inline Editing – Edit AI suggestions before saving Encrypted API Keys – Secure storage using WordPress salts Rate Limiting – Prevent excessive API usage Developer-Friendly 38 action hooks for workflow integration 80 filter hooks for customization Clean, documented codebase WordPress Coding Standards compliant Extensible architecture Well-documented API How It Works Install & Activate – Quick installation from WordPress.org Add API Key – Add at least one AI provider API key Configure Settings – Choose your preferred AI model and language Optimize Images – Single-click optimization or bulk operations Monitor Results – Track SEO scores and usage statistics Perfect For Bloggers – Optimize featured images and content automatically Photographers – Proper image descriptions at scale Agencies – Manage multiple client sites efficiently Content Creators – Focus on content, not manual image optimization Anyone with Images – Every WordPress site needs image SEO What Makes Us Different Unlike basic image SEO plugins, AI Image SEO Optimizer: Actually “Sees” Images – AI vision models understand image content Natural Descriptions – Not keyword-stuffed robotic text Context-Aware – Understands your content and brand Multilingual Native – True multilingual support, not translations Smart URL Updates – Prevents broken images across page builders 301 Redirect Protection – Automatic redirects preserve SEO when renaming files Full Transparency – You own your API keys, control your costs Privacy & External Services This plugin connects to third-party AI services that you configure with your own API keys. Images are sent to these services for analysis and metadata generation: Google Gemini API * Service: Google AI image analysis * Privacy Policy: https://policies.google.com/privacy * Terms of Service: https://policies.google.com/terms * When used: When you select Gemini as your AI provider and optimize images OpenAI API * Service: OpenAI image analysis * Privacy Policy: https://openai.com/privacy * Terms of Service: https://openai.com/terms * When used: When you select OpenAI as your AI provider and optimize images Anthropic Claude API * Service: Anthropic Claude image analysis * Privacy Policy: https://www.anthropic.com/privacy * Terms of Service: https://www.anthropic.com/terms * When used: When you select Claude as your AI provider and optimize images Important Notes: * Images are ONLY sent to the service you configure * You use your own API keys (you control the relationship with the provider) * No automatic data collection by plugin authors * No tracking or analytics without your explicit consent * You can review each provider’s privacy policy before using their service Optional Newsletter & Telemetry (Opt-in Only) During the setup wizard, you can optionally subscribe to our newsletter. If you choose to opt in, we collect the following non-personal site information to help improve our plugin: Environment Data: * WordPress version, PHP version, MySQL version * Server software, memory limit * Site URL, locale, timezone * Multisite status, WP_DEBUG status Plugin & Theme Data: * AI Image SEO Optimizer plugin version * Active theme name and version * List of active plugins (names only) * Detection of common plugins (WooCommerce, Yoast, Rank Math, Elementor) Content Statistics: * Total media library count * Image count (images only) * Post, page, and product counts User Data (from your WordPress account): * Email address (for newsletter delivery) * Display name * WordPress user role This data is: * Only collected if you explicitly check the opt-in checkbox * Sent to: https://infypress.com/wp-json/ai-products/v1/newsletter/subscribe * Used to improve our plugin and send relevant updates * Never sold to third parties * You can unsubscribe at any time For more details, see our Privacy Policy. Google Search Console Integration This plugin includes an optional Google Search Console integration that connects to several Google services: Google OAuth 2.0 — Used to authorize access to your Google Search Console account. Endpoints: accounts.google.com, oauth2.googleapis.com Data sent: OAuth authorization codes and refresh tokens for token exchange When used: When you connect or reconnect to Google Search Console, and periodically to refresh access tokens Privacy Policy: https://policies.google.com/privacy Terms of Service: https://policies.google.com/terms Google Search Console API — Used to retrieve your site’s search performance data, URL inspection results, and sitemap information. Endpoints: googleapis.com/webmasters/v3, searchconsole.googleapis.com/v1 Data sent: OAuth access token, your site URL, date ranges, and URLs for inspection When used: When you view Search Console data within the plugin dashboard Privacy Policy: https://policies.google.com/privacy Terms of Service: https://policies.google.com/terms InfyPress OAuth Proxy — When using the “Quick Connect” method to connect Google Search Console, the authorization flow is routed through our proxy server. This proxy securely holds the Google OAuth client secret so it is never shipped in the plugin code. Endpoint: infypress.com/wp-json/ai-products/v1/gsc Data sent: Proxy authorization code, refresh token, and your site URL When used: Only when you use the “Quick Connect” method for Google Search Console (not when using custom credentials) Privacy Policy: https://infypress.com/privacy/ Developer Information AI Image SEO Optimizer provides 118 hooks (38 actions + 80 filters) for developers to extend its functionality. Below are the most commonly used hooks. For the complete reference, see our documentation: Actions Reference Filters Reference Key Hooks Filters: infyp_allowed_post_types – Filter which public post types are shown in the image list. Default: all public post types registered in WordPress. infyp_image_context – Add custom context to AI prompts (e.g. product data). Parameters: $prompt_addon, $image_id, $context_type. infyp_supported_mime_types – Filter supported image MIME types. Default: ['image/jpeg', 'image/png', 'image/webp', 'image/gif']. infyp_register_pagebuilder_adapters – Register additional page builder adapters. Parameters: $adapters. infyp_image_usage_post_ids – Find additional post IDs where an image is used. Parameters: $post_ids, $image_id, $image_url. infyp_table_columns_after_title – Add custom columns to the image list table. Parameters: $columns. Actions: infyp_after_image_upload – Fires after a new image is uploaded and processed. Parameters: $attachment_id, $metadata. infyp_filename_updated – Fires after filename URL references are updated across content. Parameters: $post_id, $url_map, $results. infyp_before_settings_cards / infyp_after_settings_cards – Add custom cards to the Settings page. Code Example // Customize which post types appear in the image filter add_filter( 'infyp_allowed_post_types', function( $types ) { // Remove a type you don't want unset( $types['custom_type'] ); return $types; } ); // Add custom context to AI prompts add_filter( 'infyp_image_context', function( $context, $image_id, $type ) { $parent_id = wp_get_post_parent_id( $image_id ); if ( $parent_id && get_post_type( $parent_id ) === 'portfolio' ) { $context .= "\nThis image is from a portfolio project."; } return $context; }, 10, 3 ); Requirements WordPress 5.6 or higher PHP 7.4 or higher MySQL 5.7 or higher At least one AI provider API key (OpenAI, Google Gemini, or Anthropic Claude) 128MB PHP memory limit recommended cURL or similar for API requests Support & Links Documentation WordPress Support Forum Feature Requests Report Bugs
Top keywords
- image35×2.33%
- google22×1.47%
- images21×1.40%
- ai20×1.33%
- com17×1.13%
- api16×1.07%
- seo16×1.07%
- privacy15×1.00%
- data12×0.80%
- https12×0.80%
- post12×0.80%
- search12×0.80%
SEOPress – AI SEO Plugin & On-site SEO
SEOPress – The fast, privacy-first WordPress SEO plugin, ready for AI search Rank higher in Google AND in AI answer engines (ChatGPT, Claude, Perplexity, Gemini). SEOPress is the all-in-one WordPress SEO plugin trusted by 350,000+ websites since 2017: fully white label, privacy by design, and now AI-ready. ✔ One SEO plugin, every page builder: Universal SEO metabox for Gutenberg, Elementor, Divi, Bricks, Oxygen, Breakdance, WPBakery, Avada, Kadence and more. See all integrations. ✔ AI-powered metadata: Generate SEO titles, meta descriptions, Open Graph, X (Twitter) Cards and image alt text in bulk with OpenAI, Google Gemini, Anthropic Claude, MistralAI or DeepSeek. Learn more. ✔ Built for AI search (AEO / GEO): Native llms.txt support and one-click Agent Readiness toggle so ChatGPT, Claude, Perplexity & Gemini understand your content. ✔ Privacy-first & fully white label: No tracking, no data footprint, no upsells in admin. Your data stays yours. Why white label matters. ✔ Content analysis with unlimited target keywords: No artificial limit per post. ✔ Migrate in one click: From Yoast SEO, Rank Math, AIOSEO, The SEO Framework, Slim SEO, SmartCrawl, Squirrly, SEO Ultimate, WP Meta SEO, Premium SEO Pack, SiteSEO. Start migration. ✔ Translated into 27+ languages with professional translations. Help translate. SEOPress PRO from $49/year: 1 site • Unlimited sites for $149/year Features | Migrate | PRO | Integrations | Support | White Label | AI What’s new in SEOPress 10 Our biggest AI release yet: a brand new in-editor AI Assistant, your own AI credits, a smarter XML sitemap and a faster Redirections experience. 🤖 Brand new AI Assistant (PRO): A full assistant right inside the Block Editor — chat, quick actions, generate complete articles with /write, copy results in one click, and keep persistent conversations. 🔑 Your own AI, your way (PRO): Buy ready-to-use tokens from seopress.org, or connect your own OpenAI, Google Gemini or Anthropic Claude key — with WordPress Connectors (Abilities API) support on WordPress 7+ and credits you can top up directly. 🖼️ Finer AI image metadata (PRO): Per-field toggles to choose exactly which AI-generated alt, caption and description are written on upload. 🩺 XML Sitemap health check: A built-in tool that probes your sitemap index and sub-sitemaps, flags problems, reports coverage of optional content types, and offers one-click fixes. 📰 Google Preferred Sources: A new block & shortcode to add Google’s “Preferred Sources” follow button anywhere in your content. ⚡ Redirections & 404s, faster (PRO): Moved to a snappy DataViews screen, with a dedicated Rank Math CSV importer and an “Add another” button after each redirect. 🎬 Smarter Video sitemap (PRO): Now scans page builder content (Bricks and more) for YouTube embeds, with a keyless oEmbed fallback when the YouTube API quota is reached. 🚦 robots.txt editor refined (PRO): Contextual guidance on quick-insert buttons, clearer “Recommended” labels, and native WordPress tooltips. 🌍 Automatic language packs: Translations for your locale install on demand, no manual upload (Free and PRO). Read the full 10.0 release notes → Why SEOPress is the best WordPress SEO plugin? All-in-one: Schemas, redirections, XML sitemaps, GSC, image SEO, breadcrumbs, broken links and more in one plugin. Fewer plugins, fewer conflicts, lower maintenance. Modular: Don’t need a feature? Disable it in one click without losing your settings. Affordable: PRO from $49/year for 1 site. Unlimited sites for $149/year. No “agency” tax. White label by default: Replace plugin name, logo, links and screens. Perfect for agencies and freelancers. GDPR-friendly: Privacy by design. Built-in compatibility with consent platforms. Beginner to expert: Installation wizard for newcomers, hundreds of hooks, REST API and WP-CLI for developers. Free guides and SEO ebooks. Battle-tested: 350,000+ active installs, weekly releases, dedicated team since 2017. SEOPress Free Features Installation wizard: Get configured in minutes. Universal SEO metabox: Edit titles, descriptions, Open Graph, X Cards, schema, robots and canonical from any editor (Gutenberg, Elementor, Divi, Bricks, Oxygen, Breakdance, WPBakery, Avada, Kadence…). Command palette (Cmd/Ctrl+K): Jump to any setting instantly. Content analysis with **unlimited target keywords** to write content that ranks. Mobile & Desktop Google preview: See your SERP snippet before you publish. Facebook & X (Twitter) social preview for higher CTR on social. Titles & meta descriptions with dynamic variables (custom fields, terms, taxonomies). Open Graph & X (Twitter) Cards for Facebook, LinkedIn, Instagram, Pinterest, WhatsApp, Threads… Google Knowledge Graph: Organization data with address & legal fields (new in 9.8). llms.txt & Agent Readiness: Help AI search engines understand your site (new in 9.8). Google Analytics 4 & Matomo: Downloads tracking, custom dimensions, IP anonymization, remarketing, demographics, cross-domain tracking, GDPR-friendly. Microsoft Clarity integration: Free heatmaps and session recordings. Custom canonical URLs and meta robots (noindex, nofollow, noimageindex, nosnippet). XML sitemaps (posts, pages, CPTs, taxonomies, images, authors): faster than ever in 9.8. HTML sitemap for accessibility & navigation. Image XML sitemap for Google Images. Redirections at the post / page / CPT level. URL clean-up: Remove /category/, /product-category/, ?replytocom; redirect attachment pages to parent or file URL. Image SEO: Auto-set image title, alt, caption and description. Google Indexing API & IndexNow (Bing/Yandex) for instant indexing. Import/export settings from site to site. One-click migration from Yoast, Rank Math, AIOSEO, SEO Framework, SureRank, Slim SEO, SmartCrawl, Squirrly, SEO Ultimate, WP Meta SEO, Premium SEO Pack, SiteSEO. Check out all SEOPress Free features here SEOPress PRO: Take SEO further AI SEO: Auto-generate titles, descriptions, OG / X tags and image alt text in bulk with OpenAI, Google Gemini (incl. **Gemini 3 Flash & 3.1 Pro**), Anthropic Claude, MistralAI, DeepSeek. Site Audit: Full React + DataViews experience with **GSC-backed recommendations**, scan history, live progress, one-click AI alt text fixes, CSV export. SEO alerts: Be warned before SEO regressions hit production. Google Search Console: Clicks, impressions, CTR, average position right inside post lists. Google Suggestions in content analysis for long-tail keyword discovery. Redirect manager: Unlimited 301/302/307/410/451 redirects, regex, URL tester modal, categories, CSV/htaccess import & export. 404 monitoring & auto-redirect with email notifications. Broken link checker: Reliable CRON-based batch scan, even on the largest sites. Schema.org / JSON-LD editor with **live preview**: Article, LocalBusiness, Service, How-to, FAQ, Course, Recipe, SoftwareApplication, Video, Event, Product, JobPosting, Review, ProfilePage, Custom schema. Automatic schemas with advanced conditions (AND/OR, post types, taxonomies). Accessible breadcrumbs: Schema.org, A11Y-ready, live preview, custom per CPT/term. Local SEO: Local Business schema with opening hours, multiple stores. WooCommerce SEO: Product schema with global identifiers (GTIN, MPN, brand), Enhanced Ecommerce, OG price/currency, noindex on cart/checkout/account. Easy Digital Downloads integration. Internal linking suggestions. Video XML Sitemap with automatic YouTube discovery + **Google News sitemap**. Google Analytics dashboard: Metrics inside WordPress, no context switching. PageSpeed Insights & Core Web Vitals reports. robots.txt & .htaccess editor: Multisite / multidomain ready. Custom RSS feed options. Multilingual llms.txt with TranslatePress. Get SEOPress PRO → SEOPress Insights: Track rankings & backlinks inside WordPress Keyword rank tracker: 52 Google Search locations. Track 50 keywords/site daily. Competitor tracking: See who outranks you. Backlinks monitored weekly. Google Trends: Find new content angles. Lifetime data access: Export to CSV / PDF / Excel. Email & Slack alerts. Get SEOPress Insights → WooCommerce & EDD SEO (SEOPress PRO) Product schema with global identifiers (GTIN, MPN, brand). OG price & currency for richer social shares. XML sitemaps for products, including image galleries. Centralized noindex for cart/checkout/account/thank-you pages. Removes WooCommerce/EDD generator meta tag. Manual or automatic JSON-LD product schemas. Breadcrumbs with WooCommerce support. Global dynamic tags for titles & meta descriptions. Google Enhanced Ecommerce: purchases, product views, cart events. Boost your store’s SEO → Universal SEO metabox: works with every editor Edit your SEO directly inside Gutenberg, Elementor, Divi, Bricks, Oxygen, Breakdance, WPBakery, Avada, Kadence, WP Fusion. No more back-and-forth between page builder and WordPress admin. Built for developers Hundreds of hooks: Browse the hooks reference. REST API: Power headless and static sites. Get started. WP-CLI commands: Automate everything. CLI reference. 13+ new dev hooks in 9.8. From the same team Try MailerPress, the best email marketing plugin for WordPress