Changeset 2504386
- Timestamp:
- 03/27/2021 08:05:00 AM (5 years ago)
- Location:
- redirect-editor/trunk
- Files:
-
- 1 deleted
- 3 edited
-
assets (deleted)
-
form.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
redirect-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
redirect-editor/trunk/form.php
r2379993 r2504386 1 <?php require("redirect-editor.php"); ?> 1 2 <div id="banner"> 2 <style> 3 .body 4 { 5 color:aliceblue; 6 } 7 .hidden-p{ 8 display: none; 9 } 10 td.details-control { 11 text-align:center; 12 color:forestgreen; 13 cursor: pointer; 14 } 15 tr.shown td.details-control { 16 text-align:center; 17 color:red; 18 } 19 </style> 3 20 4 <div class='wrap'> 21 5 -
redirect-editor/trunk/readme.txt
r2504385 r2504386 50 50 It adds in some protection from certain SEO software that has flaws which we patched. 51 51 == Screenshots == 52 == 2.4. 3 ==52 == 2.4.13 == 53 53 Made the plugin actually look good with css thanks to luciolle24 54 54 Added a new icon by luciolle24. … … 56 56 57 57 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. 58 == 2.4. 2 ==58 == 2.4.12 == 59 59 Modernizing the plugin 60 60 == 2.4.11 == -
redirect-editor/trunk/redirect-editor.php
r2504385 r2504386 3 3 /* 4 4 Plugin Name: Search Engine Optimization Redirect Editor 5 Version: 2.4. 35 Version: 2.4.13 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.
Note: See TracChangeset
for help on using the changeset viewer.