SMT Toolkit for WooCommerce
SMT Toolkit for WooCommerce is a modular automation and management toolkit designed for WooCommerce-based stores. The plugin provides a collection of independent modules that can be enabled or disabled as needed, allowing store owners to build flexible workflows without unnecessary features or performance overhead. SMT Toolkit focuses on automation, data consistency, and repeatable processes – especially for stores that rely on bulk imports, scheduled updates, and advanced pricing logic. Available Modules Google Drive Importer Import products, images, and updates directly from Google Drive using CSV files. Features: – Import products and images from Google Drive folders – Batch processing with progress tracking – Detailed logs and safety checks – Update rules for existing products – Optional cron-based automation Setup note: To use this module, you must create a Google Cloud project, enable the Drive API and obtain an API key. Source folders and files must be accessible through the Drive API without an OAuth user session. Official documentation: https://developers.google.com/drive/api/guides/enable-drive-api Automation: For scheduled or unattended imports, a WordPress cron task is required. CSV File Structure The importer uses CSV files to create or update products. Required fields: – id or sku (at least one is required) Optional fields: – type – barcode – short_description – description – sale_start – sale_end – in_stock – price – sale_price – categories – tags – custom meta fields (any column name will be treated as a meta key) – images (image and photo remain supported aliases) – image_alt (use | to separate values for multiple images) – image_caption (use | to separate values for multiple images) – image_description (use | to separate values for multiple images) – alt_text (legacy alias for image alt text; comma-separated) Custom meta fields are stored as product meta keys without overwriting protected WooCommerce core fields. The CSV structure is flexible. Only the required identifier field must be present. All other fields are optional and processed only if provided. Discount Engine Create flexible discount profiles with conditions, priorities, schedules, and visual indicators. Features: – Rule-based discount profiles – Support for scheduled discounts – Priority handling and conflict resolution – Customizable discount badges – Cron-based recalculation support Automation: A cron task is required to automatically apply, update, or expire scheduled discounts. Theme compatibility note: To replace the default sale badge, the theme must include a span.onsale element (the wrapper does not matter, but the onsale class must be present). Transliteration Automatically transliterate non-Latin product URLs and filenames. Features: – URL and filename transliteration – Custom rule editor – Testing and preview tools – Bulk conversion and rollback support Language support: Predefined rules are included for: – Ukrainian – Russian – Bulgarian For other languages, custom transliteration rules can be added manually. This module does not require cron configuration. Store Settings The Store Settings module centralizes WooCommerce configuration in one place – no need to edit theme files or functions.php. It allows you to safely manage store behavior, performance tweaks, product badges, and Classic checkout fields through a clean admin interface. Key Features – Disable unused frontend scripts and styles – Add context-based inline CSS and JavaScript – Clean up unnecessary WordPress and WooCommerce head output – Configure product badges (Sale, New, Sold Out, Featured, Best Seller) – Customize Classic WooCommerce checkout fields – Define custom product fields with tab display support Checkout customization works with Classic WooCommerce checkout (shortcode). Blocks checkout is automatically detected. Ajax Archive Engine AJAX-powered WooCommerce archive system with: – AJAX pagination – AJAX sorting – Lazy-loaded filters sidebar – Clean URL handling – History (back/forward) state support – Mobile-first optimized behavior Centralized SVG Registry Secure SVG management module: – Centralized SVG storage – Sanitized SVG processing – Automatic CSS generation – Base64 background rendering – Hash-based file versioning – Automatic cleanup of old files – Security-hardened SVG sanitizer Role-Based Pricing Assign custom prices or percentage discounts based on the customer’s WordPress user role. Features: – Per-role price overrides (fixed price or percentage discount) – Works with simple and variable products – Role-specific prices visible only to the matching role – Per-product manual price override via product edit screen – Fully integrated with WooCommerce cart and checkout totals – Compatible with WooCommerce price display hooks Setup note: Role configurations are managed globally from the plugin settings. Per-product price overrides are set directly on each product’s edit screen. AI Search Smart product search powered by OpenAI intent parsing and optional embeddings. Customers find products by intent and natural-language queries, not just exact keywords. Features: – OpenAI-backed intent parsing for natural-language queries – Optional OpenAI-backed embeddings index (built incrementally in the background) – Live drop-down with brand, attribute and price chips – Quick-view + add-to-cart directly from results – Configurable result count, image size and ranking – Rate limiting (burst, per-minute, per-hour, global hourly cap) – Index status dashboard with manual rebuild and per-product diagnostics – Works with simple and variable products Setup note: An OpenAI API key is required for AI parsing and embeddings. Index build is throttled and can be paused. Wishlist Personal wishlists with shareable links and multi-list support. Features: – One default list plus user-created named lists – Guest wishlists merge into the user account after login – Shareable public link per list (read-only by default) – AJAX add/remove without page reload – Wishlist counter in header (theme-friendly via hooks and helper functions) – Quick-view and add-to-cart from the wishlist modal – Optional auto-cleanup of old guest sessions Rewards / Loyalty Points Points-based rewards programme. Customers earn points on completed orders and use them as partial payment on future purchases. Features: – Per-role or per-user-level earn rate (integrates with Discount user levels) – Configurable bonus-payment cap as a percentage of the cart total – Auto-actions: registration bonus, review bonus, birthday gift, level-up bonus – Popup + email notifications (rate-limited, branded via Newsletter settings) – Refund-aware: points reverse on cancel/refund and re-credit on subsequent re-completion – Points history with paginated load-more – Opt-in/opt-out toggle on the customer’s account page – Optional self-hosted “do not load module CSS” switch for themed stores Abandon Cart Recover sales from carts that customers leave behind. Features: – Tracks logged-in and guest carts (via email capture on checkout) – Configurable reminder schedule (multiple stages) – Branded reminder emails (template shared with Newsletter / Rewards) – Rate-limited send queue with admin dashboard and per-cart audit – One-click cart restore link (token-protected) – Auto-prune of recovered or aged-out carts Newsletter Lightweight newsletter system: subscriber list, campaign composer and email branding. Features: – Subscriber list with import / export and bulk actions – Visual template with logo, From-name/address and footer (shared by all modules) – Composer with token replacement ({first_name}, {site_name}, etc.) – Per-hour send cap and queue worker (cron-based) – Unsubscribe handling with one-click token link – Bounce/error logging – Integration hook so other modules (Rewards, Abandon Cart) re-use the same branding Social Social touchpoints in a single module: share buttons, login providers and a floating contact CTA. Features: – Share buttons (Facebook, X/Twitter, Telegram, Viber, copy-link) – Social login (Google and Facebook) with token validation – Floating CTA dock with Phone / Telegram / Viber / WhatsApp / Instagram / Messenger channels – Per-channel labels (translatable) – Hover-to-reveal label on desktop, full label on mobile – Theme-friendly: every block is exposed via shortcode or hook Modular Architecture Each module operates independently and can be enabled or disabled at any time. This allows you to use only the functionality you need while keeping the system lightweight and predictable. External Services This plugin connects to external services to provide its functionality. Google Drive API The Google Drive Importer module connects to the Google Drive API to allow users to import files and images from their own Google Drive accounts into WooCommerce. What data is sent: – Google Drive file IDs – Google Drive folder IDs – API key supplied by the site owner When data is sent: – When an administrator starts an import manually – When an administrator-configured scheduled import runs Why data is sent: – To retrieve selected files and images from the user’s Google Drive account Service provider: – Google LLC Terms of Service: https://policies.google.com/terms Privacy Policy: https://policies.google.com/privacy OpenAI API The AI Search module connects to the OpenAI API to parse natural-language search queries and, when enabled, build a semantic embeddings index from your product catalog. What data is sent: – Customer search queries typed into the AI Search widget, used for intent parsing – Product titles, short descriptions, brand and taxonomy terms, used for embeddings indexing (no customer account data) – API key supplied by the site owner When data is sent: – When a visitor submits an uncached search query that is long enough to use AI parsing – During an index build or rebuild, manually triggered by an administrator or by an admin-configured cron task – Short/local-only searches and cached searches may be handled without an OpenAI request Why data is sent: – To convert natural-language search text into structured WooCommerce filters – To compute vector embeddings used for semantic matching Service provider: – OpenAI, L.L.C. Terms of Service: https://openai.com/policies/terms-of-use Privacy Policy: https://openai.com/policies/privacy-policy Nova Poshta API (optional) The Store Settings module can connect to the Nova Poshta API to provide city autocomplete and a warehouse/parcel-locker picker during Classic checkout. What data is sent: – Nova Poshta API key supplied by the site owner – City search text entered by the visitor – Selected settlement reference when loading warehouses When data is sent: – Only when the Nova Poshta picker is enabled and a visitor searches for a city or loads warehouses Why data is sent: – To find Nova Poshta settlements, branches and parcel lockers Service provider: – Nova Poshta LLC API License Agreement: https://static.novaposhta.ua/sitecard/misc/doc/API_license_agreement.pdf Privacy Policy: https://static.novaposhta.ua/sitecard/misc/doc/Privacy_policy.pdf Social Login Providers (optional) The Social module can optionally connect to Google and Facebook for one-click login. These connections only run when an administrator has configured the corresponding OAuth credentials and a user clicks the login button. What data is sent: – OAuth token round-trips initiated by the visitor’s click When data is sent: – Only on explicit user action (clicking a social-login button) Why data is sent: – To authenticate the user via the chosen provider Service providers: – Google LLC: https://policies.google.com/terms / https://policies.google.com/privacy – Meta Platforms, Inc. (Facebook): https://www.facebook.com/legal/terms / https://www.facebook.com/privacy/policy/ Social Publishing, Instagram Feed and Sharing Links (optional) The Social module can publish newly created posts or products to configured social accounts, retrieve an Instagram Business feed, and create visitor-initiated sharing/contact links. Nothing is sent unless the relevant feature and provider are configured; sharing and contact links send data only after the visitor clicks them. What data is sent: – Site owner credentials or access tokens for enabled publishing/feed providers – Published post or product title, permalink and generated sharing message – Instagram Business account ID when retrieving feed items – The current page URL, sharing text or configured contact identifier when a visitor clicks a sharing/contact link When data is sent: – After a post or product is first published and automatic publishing is enabled – When an enabled Instagram feed is loaded or its cache is refreshed – When a visitor explicitly clicks a social sharing or contact link Why data is sent: – To publish content, retrieve configured Instagram media, or open the selected third-party sharing/contact service Service providers: – Meta Platforms, Inc. (Facebook, Instagram, Threads and Messenger): https://www.facebook.com/legal/terms / https://www.facebook.com/privacy/policy/ – X Corp.: https://x.com/en/tos / https://x.com/en/privacy – LinkedIn Corporation: https://www.linkedin.com/legal/user-agreement / https://www.linkedin.com/legal/privacy-policy – Tumblr, Inc.: https://www.tumblr.com/policy/en/terms-of-service / https://www.tumblr.com/privacy – Mastodon: the service provider, terms and privacy policy depend on the instance URL configured by the site owner – Telegram Messenger Inc.: https://telegram.org/tos / https://telegram.org/privacy – Viber Media S.a r.l.: https://www.viber.com/en/terms/ / https://www.viber.com/en/terms/viber-privacy-policy/ – WhatsApp LLC: https://www.whatsapp.com/legal/terms-of-service / https://www.whatsapp.com/legal/privacy-policy Google and Meta Analytics Scripts (optional) The Store Settings module can load Google Analytics/Google Ads and Meta Pixel scripts after interaction when a site owner enables delayed analytics and supplies the corresponding IDs. What data is sent: – Configured measurement, advertising or pixel ID – Page, browser, device, cookie and interaction data collected by the enabled provider’s script according to that provider’s configuration and policies When data is sent: – Only when the site owner enables the corresponding analytics integration and the delayed script is loaded in a visitor’s browser Why data is sent: – To provide analytics, advertising measurement and configured conversion tracking Service providers: – Google LLC: https://policies.google.com/terms / https://policies.google.com/privacy – Meta Platforms, Inc.: https://www.facebook.com/legal/terms / https://www.facebook.com/privacy/policy/
Top keywords
- https29×1.40%
- google26×1.25%
- com25×1.20%
- data22×1.06%
- sent19×0.91%
- data is sent18×0.87%
- api16×0.77%
- https www14×0.67%
- privacy14×0.67%
- www14×0.67%
- drive13×0.63%
- module13×0.63%
Yoast SEO – Advanced SEO with real-time guidance and built-in AI
Real-time SEO guidance, schema, and AI built in. Help search engines and AI systems understand your content. All AI tools included, no hidden fees. Yoast SEO: the #1 WordPress SEO plugin Since 2008, Yoast SEO has helped site owners get their content found. More than 10 million websites now run it, from small local businesses to some of the most visited sites on the web. Our mission is SEO for everyone. You should not need a specialist, a big budget, or a technical background to give your content a fair chance of being discovered. Yoast SEO gives you everything you need to manage your on-site SEO. The Yoast SEO Premium plugin and its extensions unlock more advanced and AI-powered tools. Ready for search, and ready for AI People no longer only type queries into Google. They ask AI assistants, and those answers are built from content the AI has crawled, understood, and trusted. Yoast SEO helps you prepare for both. Schema.org structured data, so search engines and AI systems can understand what your content is actually about. Premium outputs significantly more schema types, including the E-E-A-T signals (experience, expertise, authoritativeness, and trustworthiness) that help AI systems understand who you are. Schema aggregation for NLWeb (Premium), which combines your site’s structured data into a single, deduplicated graph, so AI agents get a complete picture of your content in one request. Turn it on with a single toggle. LLMs.txt management, to guide how large language models interact with your content, including manual control over which pages are included. Bot blocker (Premium), to control which AI crawlers can use your content for training, including GPTBot, CCBot, and Google-Extended. Abilities API, so AI tools, dashboards, and automated workflows can read your SEO, readability, and inclusive language scores directly. Algorithm changes have been arriving for over 15 years, and Yoast has tracked every one of them. Keeping the plugin updated means you benefit from ongoing technical improvements, schema updates, and AI advancements automatically, all guided by our signature traffic light approach. Real-time guidance while you write SEO is one of the most consistent and cost-effective sources of website traffic, though it can be complex. Whether you are just starting out or you have done this for years, Yoast SEO tells you what to fix before you publish, not after. Red, orange, green. That is the whole idea. You get in-depth content and readability analysis that helps you create content designed to perform well in search, without needing to learn a new discipline first. Quick and easy setup Setting up Yoast SEO is quick and straightforward. No technical background required. Our step-by-step configuration wizard walks you through the essentials, so Yoast SEO can generate accurate structured data that helps search engines understand your site. Switching from another SEO plugin? Migration is seamless. You can import your existing SEO data and settings safely with our built-in import and export tools. AI tools built into your workflow Yoast’s AI tools come with Yoast SEO Premium, and they sit inside the editor you already use. There is no separate AI subscription, no extra login, and no credit top-up to buy. Every suggestion waits for your approval before anything saves. Yoast AI Generate: creates five SEO-friendly titles and meta descriptions instantly, with one-click regeneration for more options. Yoast AI Optimize: suggests improvements to keyphrase placement, including introduction, distribution, and density, with the option to apply or dismiss each edit. Yoast AI Summarize: generates a quick summary of your post to place anywhere in the block editor, so readers grasp the value fast. Yoast AI Content Planner (Premium): suggests five site-specific post ideas and builds a structured starter draft the moment you open a new post. Ideas are grounded in your own site, not generic topics, so your team never begins from a blank page. Bulk editor with AI drafts: review and fix titles, meta descriptions, and focus keyphrases across your whole site from one workspace, with search and status filters and a dedicated view per content type. The bulk editor is free. With Premium, select what needs work and AI drafts the metadata, including social sharing titles and descriptions, for you to approve. All AI tools included: no extra accounts, no separate credit purchase, no hidden costs. Content analysis and optimization SEO analysis to guide your keyword targeting, with up to 5 keyphrases in Premium and support for 20+ languages. Readability analysis for clear, engaging, user-friendly writing. Inclusive language analysis, so your content is more considerate and accessible. SERP previews for both desktop and mobile results. HowTo and FAQ blocks with built-in schema support. Breadcrumbs block for improved navigation. Semrush integration for keyword research directly inside Yoast SEO. Wincher integration to track keyword performance from your dashboard. Elementor integration for optimization inside your favorite builder. Technical SEO, handled for you Yoast SEO takes care of much of your site’s technical SEO automatically, which frees you to focus on your content. Automated meta tag optimization right out of the box. Canonical URLs to prevent duplicate content issues. Advanced XML sitemaps for clear site indexing. Deep Schema.org integration to improve how search engines and AI systems understand your site. Complete breadcrumb control for visitors and crawlers. Performance improvements that help reduce load times. Crawl settings to manage how bots access your site and reduce unnecessary server load. Every update delivers ongoing technical SEO enhancements automatically. Keep your website in perfect shape Whether you are a creator, a business owner, or a developer, Yoast SEO helps you maintain your site’s SEO health: Cornerstone content tools to organize and prioritize your key pages. Front-end SEO inspector to view and edit titles, descriptions, and schema live. SEO roles to delegate plugin access securely across your team. Regular 2-week update cycle, so you stay compatible with the latest SEO standards and search engine changes. Powerful integrations Yoast SEO works seamlessly with popular WordPress tools: Google Site Kit: access insights from Search Console, Analytics, and PageSpeed inside WordPress. Advanced Custom Fields (ACF): combine with ACF Content Analysis for Yoast SEO for advanced field optimization. Elementor: use full Yoast SEO functionality inside Elementor’s editor. Algolia: improve internal search accuracy and performance. Semrush: discover and optimize for high-value keywords. Wincher: track keyword positions and trends in Google Search. Jetpack: manage SEO and social previews in one place. Easy Digital Downloads (EDD): improve digital product visibility with integrated schema. Mastodon: verify your website on Mastodon with Yoast SEO Premium. WooCommerce: optimize ecommerce SEO with the dedicated WooCommerce extension. Yoast SEO Premium: AI-powered SEO for WordPress Yoast SEO Premium builds on everything above with advanced automation, AI tools, and professional support. It helps you optimize efficiently for both traditional search and AI-driven discovery. What it helps you tackle: Keeping pace with algorithm changes and AI search. Reaching the right audience. Automating redirects, crawl controls, and internal linking. Finding orphaned content and improving your site structure. Getting expert help when you need it. Premium highlights: AI-generated titles and meta descriptions, page by page or in bulk. AI Content Planner, so you never open a blank page. Smart internal linking suggestions to strengthen your site structure. Social previews for Facebook and X. Redirect manager with bulk tools, CSV import and export, and automatic prompts when you move or delete content. Bot blocker for AI crawlers, including GPTBot, CCBot, and Google-Extended. Schema aggregation for NLWeb, plus significantly more schema types than free. IndexNow integration, so search engines hear about your updates the moment you publish. Front-end SEO inspector for real-time editing. SEO workouts for orphaned and cornerstone content. Task list, unlocked in full, showing what to work on next with priority levels and time estimates. Google Docs add-on, so writers can run the full Yoast analysis before content ever reaches WordPress. One seat included. 24/7 premium support from SEO specialists. Included at no extra cost: Yoast Local SEO: help nearby customers find you, with local schema, a store locator, and opening hours management. Yoast Video SEO: help Google understand your videos, with video sitemaps and schema. Yoast News SEO: help your news content get discovered in Google News and Top Stories. Yoast WooCommerce SEO: advanced SEO for online stores Yoast WooCommerce SEO builds on Yoast SEO Premium with ecommerce-specific tools for your store’s visibility. Key ecommerce features: WooCommerce-specific XML sitemap that excludes non-shopping content. Product structured data for rich results, including price, reviews, and availability. Canonical URL management to prevent duplicates. Ecommerce-focused content analysis for GTINs, SKUs, and short descriptions. AI Generate for ecommerce: optimized titles and meta descriptions for product and category pages, at page level or drafted in bulk for products and categories. What that gets you: Better product visibility through automated structured data. More efficient crawling for large catalogs. Time saved through metadata templates and automation. Metadata across your whole catalog without editing rows one at a time. Built for WooCommerce, trusted by thousands of online stores worldwide. For developers Yoast SEO is built with developers in mind. With modern APIs, hooks, and a unified indexables system, you can extend or integrate SEO functionality across custom themes, plugins, or headless setups. REST API Retrieve SEO metadata for any post or URL, including meta tags, Open Graph, Twitter Cards, and Schema.org data. Learn more about the REST API. Surfaces API Access SEO data directly in code via YoastSEO()->meta->for_current_page(). Supports titles, descriptions, canonicals, and schema. Read the Surfaces API documentation. Metadata API Use the Metadata API to filter, override, or extend meta tags with WordPress hooks such as wpseo_title, wpseo_metadesc, and wpseo_canonical. Schema API The Schema API lets you modify or extend Schema.org graph pieces, including Article, Organization, Person, Breadcrumb, and WebPage entities. Abilities API integration Let AI tools, dashboards, and automated workflows read Yoast SEO data programmatically, including SEO, readability, and inclusive language scores for recent posts. Block editor compatibility Yoast SEO integrates directly with the WordPress block editor. It outputs schema for HowTo and FAQ blocks by default, and you can extend schema for custom blocks. Indexables At the core of Yoast SEO lies the indexables system, unifying all SEO data for faster queries and consistent metadata across outputs. Ongoing support and education Yoast is powered by expert developers, testers, and SEO specialists who keep improving the plugin. We are committed to helping you grow your SEO skills: Yoast SEO Academy: free and premium SEO courses, included in all paid plans. Yoast SEO blog, newsletter, and webinars. Yoast SEO Update podcast for the latest SEO insights. Bug reports on GitHub, for issue tracking rather than support. Yoast SEO: built to make search optimization accessible, reliable, and ready for the future of AI search.