Changeset 2484992
- Timestamp:
- 03/03/2021 07:26:24 AM (5 years ago)
- Location:
- redirect-editor/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
redirect-editor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
redirect-editor/trunk/readme.txt
r2427078 r2484992 5 5 Tags: redirect, improve security, hacking, wordpress security, wp security, SEO, security plugin, redirection, htaccess, 6 6 Requires at least: 3.0 7 Tested up to: 5. 5.47 Tested up to: 5.7 8 8 Stable tag: trunk 9 9 License: GPLv2 or later … … 52 52 53 53 1. Redirect editor is easy to use, you just type in the page you want redirected as shown in the example and then put the link to where we are redirecting to. It is the simplest redirect tool for seo and gives an accurate 301 response for WP. The other features help secure your site and currently happen in the background without any interaction, besides activating the plugin. 54 == 2.4.0 == 55 Updated the name to SEO redirect editor when you go to choose it. 56 54 57 55 58 -
redirect-editor/trunk/redirect-editor.php
r2427078 r2484992 3 3 /* 4 4 Plugin Name: Search Engine Optimization Redirect Editor 5 Version: 2. 3.95 Version: 2.4 6 6 Plugin URI: https://planetzuda.com 7 7 Description: If you need to redirect whether for search engine optimization purposes or otherwise you can use our app to redirect to any page. We provide a direct link to your xml sitemap which you can submit to search engines manually. We protect you against popular SEO plugins that damage your rankings by making your sitemap invisible to Google's bots by telling them to not index it, which is a free and automatically applied feature. More search features are coming. Our redirect editor is extremely useful and highly secure, which has been tested in bug bounties by white hat hackers, including our security and seo company. … … 176 176 public function add_admin_menu() 177 177 { 178 add_options_page(' Redirect Editor', 'Redirect Editor', 'manage_options', 'redirect-editor', array(178 add_options_page('SEO Redirect Editor', 'SEO Redirect Editor', 'manage_options', 'redirect-editor', array( 179 179 $this, 180 180 'admin_page'
Note: See TracChangeset
for help on using the changeset viewer.