Plugin Directory

Changeset 2504386


Ignore:
Timestamp:
03/27/2021 08:05:00 AM (5 years ago)
Author:
zuda
Message:

updating

Location:
redirect-editor/trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • redirect-editor/trunk/form.php

    r2379993 r2504386  
     1<?php require("redirect-editor.php"); ?>
    12<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   
    204<div class='wrap'>
    215
  • redirect-editor/trunk/readme.txt

    r2504385 r2504386  
    5050It adds in some protection from certain SEO software that has flaws which we patched.
    5151== Screenshots ==
    52 == 2.4.3 ==
     52== 2.4.13 ==
    5353Made the plugin actually look good with css thanks to luciolle24
    5454Added a new icon by luciolle24.
     
    5656
    57571. 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 ==
    5959Modernizing the plugin
    6060== 2.4.11 ==
  • redirect-editor/trunk/redirect-editor.php

    r2504385 r2504386  
    33/*
    44Plugin Name: Search Engine Optimization Redirect Editor
    5 Version: 2.4.3
     5Version: 2.4.13
    66Plugin URI: https://planetzuda.com
    77Description: 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.