Bulk SEO Updater

外掛說明

Bulk SEO Updater is a simple WordPress plugin that lets you upload a CSV file and bulk update Yoast SEO meta titles and descriptions for specific URLs.

This is ideal for large-scale SEO improvements without editing each post manually.

⚠️ Requires Yoast SEO to be installed and activated.

CSV Format:

Make sure the first row has these headers:

url,meta_title,meta_description

From the second row onward, add your data entries.

Features:

  • Upload CSV via admin dashboard
  • Preview entries before update
  • Clear success/error feedback
  • Supports large data sets
  • Works with posts, pages, WooCommerce products
  • Supports custom post types and multisite

License

This plugin is licensed under the GPLv2 or later.

螢幕擷圖

  • Bulk SEO Updater settings page in the admin panel.
  • Demo Google Sheet
  • CSV file preview before import.

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate it via the WordPress admin
  3. Make sure Yoast SEO is active
  4. Go to Tools > Bulk SEO Updater to use it

常見問題集

Will it work without Yoast SEO?

No, Yoast SEO must be installed and active.

Can I update WooCommerce product SEO metadata?

Yes, the plugin supports WooCommerce products.

Does it support custom post types?

Yes, it supports custom post types.

Does it support multisite?

Yes, it supports multisite.

Is it compatible with WordPress VIP?

Yes, it is compatible with WordPress VIP.

使用者評論

2025 年 7 月 9 日 1 則留言
Hey Imran,Great job with the plugin. Amazing tool, just a suggestion, maybe add more fields to be updated. Also you are updating page title only and I wanted to update the OG title as well so, I just added this line next to your code in my website. update_post_meta($post_id, ‘_yoast_wpseo_title’, $title);update_post_meta($post_id, ‘_yoast_wpseo_opengraph-title’, $title); Hope you don’t mind lol.Also, you can use dropdown to match csv handles, makes the job a lot easier.Thanks man, love your work 😉
2025 年 6 月 16 日 1 則留言
Bulk SEO Updater saved me hours of work! It was super easy to update all my SEO titles and meta descriptions in one place.
閱讀全部 4 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Bulk SEO Updater〉的開發相關工作。

參與者

將〈Bulk SEO Updater〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.1.0

  • Improved CSV file validation to prevent errors with empty or invalid files.
  • Added safer handling for CSV parsing to increase plugin stability.

1.0.0

  • Initial release with support for posts, pages, and WooCommerce products.