Linux 软件免费装

1ON1 URL REDIRECTS

开发者 marketing1on1com
更新时间 2023年5月27日 03:27
PHP版本: 4.0 及以上
WordPress版本: 6.2.2
版权: GPLv2 or later
版权网址: 版权信息

标签

posts plugin nofollow redirect tags 301 302 meta forward pages 404

下载

0.4 0.1 0.2 0.2.1 0.1.1 0.3 0.5 0.6

详情介绍:

301 Redirects with Tags to post redirection option, which means when you view the tag it redirects to the assigned post / page of the tag which helps with SEO and resolves duplicate content issue. This plugin has three redirect functionalities - "URL Redirects", "Individual Redirects" and "Global Tag Redirects": URL REDIRECTS URL Redirects are designed to be fast and simple to add. You do not need to have an existing page or post set up to add one. You just put the Request URL and the Destination URL and the plugin will redirect it. This type of redirect is great for fixing typos when a page was created, redirecting old URLs to a new URL so there is no 404, and to redirect links from an old site that has been converted to WordPress. INDIVIDUAL REDIRECTS (for existing pages/posts) For pages/posts that already exist, the plugin adds a meta box to the edit screen where you can specify the redirect location and type. This type of redirect is useful for many things, including menu items, duplicate posts, or just redirecting a page to a different URL or location on your existing site. GLOBAL TAG REDIRECTS This feature was created to eliminate one of the "duplicate issues" that wordpress creates by having the same content displayed via tags urls. By checkmarking "Tag Redirection Setting" to "Enable Tag Redirection" it will redirect all of the tags to the post or page that they are assigned to. For example, let's say Tag1 is assigned to mywebsite.com/blog/mypost. By enabling "Tag Redirects" it will automatically redirect mywebsite.com/tag/tag1 to mywebsite.com/blog/mypost For best results use some form of WordPress Permalink structure. If you have other Redirect plugins installed, it is recommended that you use only one redirect plugin or they may conflict with each other or one may take over before the other can do its job. What You CAN Do (aka, Features): What You CAN NOT DO: TROUBLESHOOTING:

安装:

If you downloaded this plugin:
  1. Upload 1ON1_URL_REDIRECTS folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Once Activated, you can add a redirect by entering the correct information in the 1ON1 URL REDIRECTS box in the edit section of a page or post
  4. You can create a redirect with the '1ON1 URL Redirects' option located in the Quick Redirects admin menu.
If you install this plugin through WordPress 2.8+ plugin search interface:
  1. Click Install 1ON1 URL REDIRECTS Plugin
  2. Activate the plugin through the 'Plugins' menu.
  3. Once Activated, you can add a redirect by entering the correct information in the Quick Page/Post Redirect box in the edit section of a page or post
  4. You can create a redirect with the 'URL Redirects' option located in the 1ON1 URL Redirects admin menu.

常见问题:

Why is my Page/Post not redirecting?

FIRST - make sure it is active if using Individual Redirects (set up on the edit page for a post or page). Then, check to make sure the global option to turn off all redirects is not checked (in the plugin options). SECOND - if you are using URL Redirects, try using links relative to the root (so 'http://mysite.com/contact/' would be '/contact/' if using the root path). If your site is in a sub-folder (set in Settings/General), do not use the sub-folder in the root path as it is already taken into consideration by WordPress. NEXT - clear your site's cache files if you are using a caching plugin/theme. You may also need to clear your browser cache and internet files if you use caching - the browser WILL hold cached versions of a page and not redirect if there was no redirect in the cached version. FINALLY - if you are not using a permalink structure of some sort, it is recommended that you set up at least a basic one. Redirects without a permalink structure can be inconsistant. If your page or post is still not redirecting, then it is most likely because something else like the theme functions file or another plugin is outputting the header BEFORE the plugin can perform the redirect. This can be tested by turning off all plugins except the 1ON1 URL Redirects Plugin and testing if the redirect works. many time a plugin or bad code is the culprit - or the redirect is just simply turned off.

Should I use a full URL with http:// or https:// ?

Yes, you can, but you do not always need to. If you are redirecting to an external URL, then yes. If you are just redirecting to another page or post on your site, then no, it is not needed. When in doubt, use the entire URL. For URL Redirects, it is recommended that you use relative URLs whenever possible.

Can I do a permanent 301 Redirect?

Yes. You can perform a 301 Permanent Redirect. Additionally, you can select a 302 Temporary or a 307 Temporary redirect or a Meta redirect. URL and Tag Redirects are always 301 unless you override them with a filter.

Is the plugin SEO friendly?

Yes it is. The plugin uses standard redirect status methods to redirect the URLs. SEO crawlers use the status code to determine if a page request is available, moved or if there is some other error. If you do not want a search engine to follow a Redirect URL, use the No Follow option to add 'rel="nofollow"' to the link.

Do I need to have a Page or Post Created to redirect?

No. There is a URL Redirects feature that allows you to create a redirect for any URL on your site. This is VERY helpful when you move an old site to WordPress and have old links that need to go some place new. For example, If you had a link on a site that went to http://yoursite.com/aboutme.html you can now redirect that to http://yoursite.com/about/ without needing to edit the htaccess file. You simply add the old URL (/aboutme.html) and tell it you want to go to the new one (/about/). Simple as that. The functionality is located in the 1ON1 URL REDIRECTS menu. The old URL goes in the Request field and the to new URL goes in the Destination field.

Does the Page/Post need to be Published to redirect?

YES... and NO... The redirect will always work on a Published Post/Page. For it to work correctly on a Post/Page in DRAFT status, you need to fist publish the page, then re-save it as a draft. If you don't follow that step, you will get a 404 error.