Linux 软件免费装
Banner图

410 Response Manager

开发者 rathly
更新时间 2026年6月12日 20:34
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

redirect seo gone url-management http-status

下载

1.0.0 1.0.1 1.0.2

详情介绍:

410 Response Manager provides a robust solution for managing HTTP 410 (Gone) responses in WordPress. Perfect for SEO and proper handling of permanently removed content. Key Features Use Cases Pro Tips
  1. Use regex patterns for managing multiple similar URLs
  2. Regularly export your patterns for backup
  3. Monitor 404s to identify candidates for 410s
  4. Use bulk import for large-scale URL management

安装:

  1. Upload the plugin files to the /wp-content/plugins/410-response-manager directory
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Use the '410 Manager' menu item to configure the plugin
  4. Optional: Configure the 404 to 410 conversion setting
  5. Add URL patterns manually or via CSV import

升级注意事项:

1.0.2 Addresses code review feedback: stronger nonce sanitization and a corrected license file. Upgrade recommended. 1.0.1 Confirms compatibility with WordPress 7.0 and includes a security and guideline review. Upgrade recommended. 1.0.0 Initial release of 410 Response Manager

常见问题:

What is a 410 Gone response?

A 410 Gone response indicates that the requested resource has been intentionally and permanently removed. Unlike a 404 Not Found, it explicitly tells search engines that the content will never return, helping with faster index cleanup.

Can I use regular expressions?

Yes! Enable the "Use as Regular Expression" option when adding URL patterns. This allows for flexible pattern matching like:

  • ^/old-products/.* - Match all URLs starting with /old-products/
  • /discontinued-\d+ - Match URLs containing 'discontinued-' followed by numbers

How do I bulk import URLs?

  1. Prepare a CSV file with two columns: URL pattern and is_regex (0 or 1)
  2. Use the CSV Upload tab in the admin interface
  3. Select your file and click Upload
  4. The plugin will validate and import valid patterns

Is it cache-friendly?

Yes, the plugin implements WordPress caching for optimal performance. URL patterns are cached and only refreshed when necessary.

更新日志:

1.0.2 1.0.1 1.0.0