How To Create Redirects With WordPress

Last Updated on March 15, 2023 by 98 Comments

How To Create Redirects With WordPress
Blog / Tips & Tricks / How To Create Redirects With WordPress
Play Button

There are several reasons you may need to create a redirect on your WordPress website. You may want to change your permalink structure, remove an old post or page, or create a new blog post to replace an old one. Whatever your reason, the best practice in these instances is to create a redirect so that your visitors won’t get a 404 page error when trying to view your content at the old link. If this is the first time you’re hearing of this best practice then it might be a good idea to use Google’s Search Console to see if your site already has 404 errors in need of fixing. The good news is that whether you’ve got 404 errors to fix already or you just want to avoid them in the future, this post will teach you how to create WordPress redirects in three different ways so you can choose the best solution for your needs.

What is a WordPress Redirect?

Technically, it’s not just a WordPress redirect, but a web redirect that tells browsers that X URL isn’t available anymore and that it should go to Y URL instead. Whether your site is on Wix, on Drupal, or just a plain-old HTML site, URL redirection can be done pretty much the same way. No matter what platform you use.

There are many different kinds of redirects, each with a different numerical code, so let’s break those down first. The two most common are theΒ 301 andΒ 302, which is what we will focus on today.

  • 301 – A permanent redirect. You use these when you change URLs or site structures for good. All of the old link’s SEO power and ranking are transferred to the new one. For all intents and purposes, the old URL just turns into the new one.
  • 302 – A temporary redirect. You use these when you need a short-term change. Maybe a site redesign or quick-fix for a bug or glitch. No link-juice or ranking is transferred.

There are also 300, 303, 304, 307, andΒ 308 redirects. But those are reserved for incredibly special cases that involve specific uses of POST and GET, which 95% of us don’t need. If you’re interested in the topic, the Mozilla Developer Network has some fantastic documentation on the different kinds of redirects. But in terms of your WordPress redirect, you’ll use mostlyΒ 301 with the occasionalΒ 302.

How To Create Redirects With WordPress

Subscribe To Our Youtube Channel

Creating a WordPress Redirect Using .htaccess

One of the most important files to a website is theΒ .htaccess file. Standing forΒ hyptertext access, it stands to reason that you can approve, deny, or redirect access to your site through it. While it may seem intimidating because of how utterly important it is that you don’t do anything wrong, the actual editing of the file to redirect is as simple as can be.

Use your favorite FTP program (likely FileZilla) to get into the root directory of your WordPress installation. Just under the core folders, you should seeΒ .htaccess.

Creating a WordPress Redirect with htaccess and plugins

Open this in your text or code editor (I personally use Sublime Text).

Creating a WordPress Redirect with htaccess and plugins

All you have to do for a WordPress redirect is add in a simple line of code just above the line that readsΒ # BEGIN WordPress.

Redirect 301 / https://www.elegantthemes.com/

or

Redirect 302 / https://www.elegantthemes.com/

Note that either of these lines of code will redirect your entire site to the URL specified. If you want to redirect a specific page, post, or URL within your site, you will need to provide it as well as the destination URL. Both can be the relative path (if you’re staying on the same domain) and separated by a single space.

Redirect 301 /blog_post https://www.elegantthemes.com/category/blog_post

or

Redirect 302 /blog_post2.html /category/blog_post2.html

Creating a WordPress Redirect with htaccess and plugins

Additionally, you can use conditional logic with regex, too, if you need something more complex. Here is a really awesome list of special redirects you can use that way.

Regardless of which route you choose to enter the redirects, you need to save yourΒ .htaccess file as plaintext before you re-upload it to the server.

Creating a WordPress Redirect with a Plugin

If you’re not comfortable editing theΒ .htaccess file for a WordPress redirect, don’t worry. You don’t have to. Because you’re using WordPress, there’s a lot of plugins for that. Because WordPress. One of the top is called Quick Page/Post Redirect, and it works like a charm right out of the box.

Creating a WordPress Redirect with htaccess and plugins

Setting up your redirects is as easy as can be. Once activated, Quick Redirects adds a new item to your admin dashboard calledΒ Quick Redirects. The default type of WordPress redirect is a 301 (they are the most common, after all), and you set them up simply byΒ typing the origin and destination URLs into a couple of fields. Hit the save button, and you’re golden.

Creating a WordPress Redirect with htaccess and plugins

Additionally, you will see a list of your existing redirects (note in the image above how the ones I’ve used are all relative paths, not to a new domain, but that’s possible, too). If you don’t need the redirect anymore, you can trash it with a click, or you can edit the redirect for any number of reasons. For me, it’s when I sausage-finger an indecipherable typo.

And finally, if you look into theΒ Redirect Options, you will see an absurd number of choices that you can make, either creating rules that apply for all of your redirects or enabling settings that work with custom post types and meta boxes and so forth. It’s a lot to fiddle with.

Creating a WordPress Redirect with htaccess and plugins

Another Option

I have also used theΒ RedirectionΒ plugin in the past before switching over toΒ Quick Redirects because Redirection also allows for 404 page monitoring. You can see which pages are missing and set up a WordPress redirect rule so that anyone who visits there gets sent to an actually useful page.

Creating a WordPress Redirect with htaccess and plugins

I swapped to the other plugin because I started monitoring 404 errors through the Google Search Console and decided to go with a simpler solution. If you want both in your dashboard, Redirection isn’t a bad way to go.

Conclusion

Whether your site has moved to a new location, you’re changing your permalink structure, or somehow a WP update broke everything about your installation and you’re starting fresh…having a working knowledge of how to set up a WordPress redirect is pretty handy.

It doesn’t matter if you like digging into Core files or prefer to use plugins. Both are effective and achieve the same results in the end. So don’t be scared. Start playing around and see what works best for you. You might even find a way to improve rankings and SEO with just a few clicks.

What is your preferred method of setting up redirects for your websites?

Article featured image by Vectorpocket / shutterstock.com

Divi

Want To Build Better WordPress Websites? Start Here! πŸ‘‡

Take the first step towards a better website.

Get Started
Divi
Premade Layouts

Check Out These Related Posts

Splice Video Editor: An Overview and Review

Splice Video Editor: An Overview and Review

Updated on March 10, 2023 in Tips & Tricks

Video is a valuable form of content for social media. Unfortunately, creating quality videos is usually a long process that involves moving mobile footage to a desktop app for editing. However, mobile editing is on the rise. Apps such as Splice Video Editor make it possible to efficiently create...

View Full Post
How to Use Font Awesome On Your WordPress Website

How to Use Font Awesome On Your WordPress Website

Updated on September 16, 2022 in Tips & Tricks

When given the choice between using a vector icon or a static image, it’s a good idea to go with the vector. They’re small and fast to load, and they can scale to any size without a loss of resolution. Font Awesome is a superb library of vector icons that you can use on your websites,...

View Full Post

98 Comments

  1. Thanks for sharing such great info…it works

  2. these methods really helps me in redirecting WordPress website , thanks a lot

  3. very usefull….

  4. very usefull blog…Thank you so much..

  5. The plugin mentioned in this article called: “Quick Page/Post Redirect” has recently been flagged by the WordFence Security plugin as not having been updated by the programmer. It was last updated 3 years ago.

    I have started using the Redirection plugin, by John Godley, that is also mentioned in the post. It’s has been working fine as a replacement.

  6. great article ! i know how important is the need for keywords in permalink. I wanted to add keywords to my old articles permalink. But I was not doing this due to the lack of information about redirect. I have got the full information about redirect 301 in this article. Thank for sharing

  7. I’ve had this issue before with Elegant Themes posts… I read a super interesting article and go to check out a recommended plug in only to find the plugin is super old and no longer updated.

    Is it that the author is recycling a post they wrote years ago or is a plugin that hasnt been hasn’t been tested with at least the latest 3 major releases of WordPress really the best plugin possible?

  8. I think rather than make changes on .htaccess file, ts a good idea for those who are not good on programming. They can use redirection plugin on wordpress and replace old URL with new one.

  9. I love to see how something that may seem a little confusing is explained in such a clear way. Congratulations on the article.

  10. Very complete and well explained, congratulations on the article.

  11. Useful article! Simple solutions to a very important task.

  12. Hi Kevin – I have some old posts that I want to update a bit and recycle. I then want to publish them as new posts (so that my email subscribers see them as new) but I also want the old post to stay within the frame of the blog when it was originally published. Does the plug in work for this situation? I really don’t want to lose any permalink information.

  13. Hey,
    amazing article.
    But i still have something to ask, since wordpress plugin causes site to load slow, i was wondering is there any way to make REDIRECT instead using wordpress plugin ?

    • Have another read of the article, that was mentioned at the very start.

  14. If for example I wanted google to crawl a page but when an end user clicks that link is then redirected to another page. Is this possible?

    Further info
    I have multiple pages with keywords to certain geographic areas but want all web users to end up on a generic page.

  15. Thank you very much, but what code I have to add into htaccess to redirect old posts to new posts (of the new website)? Thanks again.

  16. Great article!
    Thnks for this complete guideline of redirect link in WordPress based website. You sharing a informative and helpful post with us.
    You briefly explained plugins.

  17. Hi, I just read on the link to the Quick Page/Post Redirect Plugin you provide, that his plugin also deals with 404 errors and can redirect them. This was not very clear in your overall great article just my 2 cents πŸ™‚

  18. Hi Kevin,

    I have a question re: the need to use a plugin for this in WordPress. I understand the use of a plugin to help automate a large number of redirects if I moved my blog to a new URL, but what about the case of needing only one or two redirects? Can I use cPanel for instance?

    For instance, I want to create a promo card and have a shortlink that takes people to a blog post with a long title. So i created a redirect using the cPanel tool in GoDaddy. It doesn’t seem to work though. The redirect from “mysite.com/promo” doesn’t open the page “mysite.com/blog/promotionalpage”.

    Any ideas if redirects with cPanel will work in WordPress?

    Thanks,
    Mike

  19. I have a blog on WordPress.Com, i want to redirect it to a difrent URL but i dont think there’s a possibility to add a plugin.

    Any advice?

  20. Hi,

    Thank you for an excellent article, and some great Comments. I have a problem/question that is related.

    Can 301 redirects placed in the htaccess file of a new WordPress site pick up people looking for pages from an html site that has been closed down.

    Say, existing html site page is
    mysite.com/widgets.html
    I set up a new WP site, and a corresponding page
    mysite.com/widgets
    and I need to close down the old host
    Will a 301 redirect
    Redirect 301 /widgets.html http://mysite.com/widgets
    pick up people looking for the old page, which isn’t on the new WP host?

    If I’m asking the wrong question, and there’s a better answer, shoot!

    Many thanks,

    John

  21. Hello,
    I have used redirection plugin for my website cause I changed into pretty permalinks. After that the website was very down. I swiched again to the the default ugly permalinks but was also down. I changed again to pretty permalinks and used seo redirection plugin and checked if the redirects are working but now the website is more down than ever…goes to o visits . I am a little desperate. What mistake I did? Very happy for an answer.
    Thank you,
    Maria

  22. Hello,
    I have a question. I have a wordpress.com site and want to move my articles to my new website. I paid for the redirect site WordPress offers (and later cancelled) but it only redirects articles to my homepage and not to the destination to where the article was moved too. If I just delete the article on the wordpress site and leave a link to where the article is in the new location, will I get penalized by Google’s rankings for this? Thank you in advance.

  23. Hey Kevin, Just googling for the plugin and got your link with individual descriptions. Another awesome thing is, elegant themes blog comes up in most wordpress related search results on the first page. Thats a huge achievement.

  24. Hey Kevin, Just googling for the plugin and got your link with individual descriptions. Another awesome thing is, elegant themes blog comes up in most wordpress related search results on the first page. Thats a huge achievement.

  25. thanks, very interesting reading. Any advices/suggestions if I would like to redirect users from e.g. the US to one site mydomain.com/us and users from the UK to mydomain.com/uk ?

  26. Thanks! I have a theme that creates “call to action” / “featured” sections that have me select an existing page, and in the header they use the page title directly from that page, without any option to set it manually. I had no idea plugins existed that would make redirecting so easy – now I can create a “dummy” page with the title that I want in the header of the call to action section, and then have it redirect to the page that I actually want people to land on (with a different title). Thanks so much!

  27. Thank you for giving info about redirects. I never knew, it would be so easy with the plugin you mention.

  28. Hi Kevin,

    very useful article. Is there a way to redirect using a user id?

    I have a menu page that i want to use to direct logged in members to their own page that displays their own unique fitness results.

    Currently I’ve got it set to redirect to the page on log in, but could do with this redirect in the navigation menu too

    cheers

  29. Hi.

    Thanks for your post.

    I want to redirect to other plugin page so how can i do it?

  30. Hey Kevin,

    Very informative and detailed post. I use the ‘Redirection’ plugin for 301 redirects. It is really simple and easy to use. Great for people who don’t know how to edit the .htaccess file as well !

    Wish you happy holidays.

  31. Hey Kevin!
    I’ve slightly changed slugs of my various post URLs and was looking for some suitable plugin which could accommodate this change in bulk. Thanks for such nice informative post and this great help.

  32. Hi Kevin,

    Hope you can help. I’m sure this is not new and mentioned many times, but I can’t seem to find an answer.

    My setup is having a WP Multisite Network install in the root directory. Then I installed a few more fresh WP Networks in different subdirectories just so I can keep things separate and not be using the same database.

    Question is, can I map domains to any of these subsites that are part of these subdirectory networks?

    I can’t find a plugin that can handle it and am looking to see if htacess redirects would work.

    Thanks,
    Scott

  33. Hello Kevin,
    This is a very informative article post and I am sure that it is very helpful for those who are not as technically challenged as I am.

    My problem:
    I recently changed my domain http://yourrelationshipwhisperer.com to
    http://www.yourrelationshipwhisperer.com and now when I submit my site to Google I receive redirect errors.
    What can I do to correct this?
    Your help is appreciated and thanks!
    Yvonne Finn

  34. Hi Kevin. Thanks for the tips. Any ways to redirect URLs within a free wordpress.com blog? thanks in advance. Anthony

  35. Hey Kevin,

    Great article, thanks for taking time to create it.

    What are your thoughts on Pretty Link?

    With appreciation,
    Ian Robinson

  36. Thanks, Kevin! It had always seemed so intimidating!!!

  37. Hi!

    Thank you so much for the article. I understand everything except (and this is a silly question) should I change all URLs first, i.e. the site I’m working on was never changed from Default permalink types and I need them on Postname- the site has been up a while, and I don’t want to affect the SEO they have….. So should I change the permalink type first and then write the redirections in the htacces. Or should I leave the permalinks on default, with the written redirections in the htaccess file acting as the new URLs?

    Sorry that may seem confusing but Im confused about where the new URLs are taken from…

  38. Hello, I have a blog on wordpress.com and created another blog for a category in the previous blog. Now I want to redirect specific posts from the old blog address to the new one. All help I received previously talked about plugins, unfortunately i don’t code either. The problem is that I can’t see a plugin menu in my admin sidebar…can you help me? Can I do a redirect without codes and without plugins? Or can I get the plugin menu unto the admin bar?

    Thanks.

  39. Thanks for the article it is very helpful and I think it is a piece of the puzzle I am trying to figure out for our library.

    I have created searchform.php in my theme in order to add a radio box below the search box. This radio box will allow a library patron to either search the site (using WP built in search), or search our library catalog (a hosted service on another site).

    I tried to use the javascript function window.location.assign(), but it appears that WordPress does not permit this. If I use the redirect plugin, could I then use the javascript window.location.assign() to make WP think that I am redirecting within the site and allow the plugin to take the user to the catalog site?

    Thanks

  40. I run Shining Star Photo Booth, an event entertainment company that provides photo booth rentals. I have based my site on Chameleon (http://www.shiningstarphotobooth.com) and if I type in an invalid URL, it goes to a theme page saying those results do not exist. Is this the same as a valid 404 and 301 redirect?

  41. Hello Kevin,

    Thanks for this great article, it’s really helpful.

    We are trying to integrate our blog to our website and so switch our blog from domainname.wordpress.com to domainname.com/blog. The first link has no hosting so we can’t install this pluging. Do you know how we can redirect the links from the first to the second link?

    Thanks a lot!

    Amelie

  42. Great article. You briefly mention performing an entire site redirect using the htaccess methodology. Is this the preferred practice? For example, I have a WP site mysite.com/folder and I would like to move the entire site to mysite.com, can I just 301 redirect the folder to the main site? Or is there a better way? BTW, if it’s a little more complicated, this would make a very valuable post for you to explain precisely how to perform this change, since its pretty confusing…

    Thanks for reading.

    • Yes you can just redirect the full folder to your main website. That is what I would do.

    • There is no benefit to using www over non-www. Simply choose one and stick to it.

      I personally use www as that is what all major websites use πŸ™‚

      • Thanks for the reply!

        One quick question.. I’ve been using different versions of my address all over the internet in signatures, etc. without knowing that’s a bad idea.

        Some URL’s are http://www.firstquarterfinance.com, firstquarterfinance.com, http://firstquarterfinance.com, http://www.firstquarterfinance.com

        I’m using the ‘Redirections’ plugin mentioned up top and I don’t know how to get all my URL types to go to just http://www.firstquarterfinance.com. I don’t want to hurt my pagerank. I know it’s not your plugin but am I even thinking correctly here by having this goal?

        Last question, I promise!

        • Hi Will,

          Email me through my blog’s contact form and I’ll send you a free invite for Rise Forums. It will be easier for me to help you out there πŸ™‚

          Kevin

  43. Hostgator many times giving 500 Internal Error. I want to change the Hostgator Ad in that page. Any idea ?

    We are paying for them and when our blog gets traffic or sometimes they block the website and started showing their ads.

    • I’d leave any hosting company that starting messing around with your website without your permission. Best to look for an alternative.

      • Sage advice Kevin! When companies start messing with your websites, it’s time to leave. And thanks for the very informative article and thoughtful replies.

        Was just looking for some good quality reasonably priced Word Press themes and was surprised to find so much excellent how-to content on the site. Way to go!

  44. Great tutorial, thanks!

    Any plugipart from 301 redirection to other web-site, to have full controll over 404 page?
    How to have full control over 404? How to easily customize it? Any plugin here?

    By the way, I think it is time to add 404-customization option for Divi 2.0, don`t you think?

    • Your theme should have a 404 template. You should be able to modify it through the template area or through the options area.

  45. What do you have to do i’ve you deleted 3000 tags and getting 3.000 -404- error pages into google webmaster tools? I’m running in such problem.

    Good post!

    • First thing to do is to look at why you are generating that many 404 error pages. Have you changed your permalink structure? Have you deleted old posts or pages?

      • A few weeks ago i deleted 3.000 tags into my wordpress website because there was an overflow of unuesed tags. Now i’m getting those errors.. Any solutions…

  46. Thanks Kevin, this article couldn’t come at a better time. Trying to set up redirects at the moment.

  47. Hi!
    Thanks for the info Kevin.

    • You’re welcome πŸ™‚

  48. Thanks for all your posts Kevin, they are all very informative and helpful. I just wondered what you would suggest as being the best approach with regards to redirection for the following scenario. I’m looking to rebuild an older html website with a new version using wordpress. The site is hosted on a windows server with a cpanel that allows manual entry of redirects. The hosting company are not specifically wordpress orientated so I will need to set up the database and then do a manual install of wordpress, then set up the site. My question is, if I keep the same set up and rebuild the site with wordpress and manually set the redirects from the old html urls to the new wordpress urls, would this work best or alternatively I was considering moving the hosting and site to a more wordpress friendly hosting company and then doing the redirects once set up with the new hosting company. Obviously, if I move the site to a new host this involves the DNS as well. The site doesn’t have massive traffic but does ok. I feel however that traffic could be greatly improved by changing to wordpress and then working on the seo. Just not sure of the best approach to take as I dont want to trash the current traffic levels and ranking it currently has.

  49. I am just wondering what the best way is, if you have many domains and redirect those to the main domain. The reason doing such is to measure different print campaigns (using those different domains) and Google Analytics doesn’t show 301 redirects (e.g. as referral). Any idea to how see redirects in Google Analytics?

  50. I also use a bulk redirect plugin, complement of Quick 301 Redirect plugin.
    This plugin helps us to do a redirect of a specific page that we do not need to specific pages we want

  51. Just Awesome Kevin : a complete guideline of redirect link in WordPress based website. Thanks for share

    • No problem πŸ™‚

  52. Handy and timely info for me, as I’m beginning to slowly migrate my asp.net sites over to WordPress, one paragraph at a time. So far I’ve just edited the .htaccess file, but will check out the plugins now also.

  53. Thanks for the tutorial. I was completely unaware about the Redirect plugin. Surely I’ll try it.

  54. Hi, I don’t know if this comment will go through, I’ve been trying to comment but can not because your commenting box bounced my contribution twice. Is this selective regiment? What’s happening?

    • I am not sure. Did you include a link in your comment?

      Comments with links are usually held in moderation.

  55. Hi Kevin

    Another great post. Thanks a lot.

    Every post from you is a lesson and I jumped immediately on this one for a try.

    I just installed “Redirection”. It is doing what is expected and easily. I’m used to track who is on line and what url they are requiring. Few minutes after installation, I have redirected 10 old .html URL to new ones. Just great and more secure than tweeking .htaccess file.

    Even more funny, one of our picture is used by a site without our agreement. I have designed a special picture for it, with a message to avoid copycat. Redirection allows to send the new picture instead of the ‘stolen’ one.

    Waiting eagerly for your next post !

    Cheers

    • haha nice. I used to do that frequently with blog scrapers. They would frequently link to images hosted on my website, so I would take their domain and add a piece of hotlinking code to my htaccess file so that all of the images instead showed a picture of dog poo. Crude, but effective πŸ™‚

  56. I can’t even tell you what perfect timing this was for me! I just sent out this massive newsletter with 2-3 bad links! I should have checked, but am in the midst of a family emergency and just wanted to get the newsletter out! I WAS SO relieved to see this. Thank you! Problem solved. πŸ™‚

    • That’s good you resolved the issue. Happy to help πŸ™‚

  57. Hi Kevin,

    I use Redirection plugin or .htaccess directives for SEO reasons, when I have a new site moved from another platform to WordPress.

    To find all links, first i catch them with Xenu’s Link Sleuth, copy them in an excel file, then redirects the old ones to new ones, where they are appropriate.

    Good to see some other plugins, I’ll try them all. Thank you for all valuable posts.

    • No problem Gina. Glad you liked the article πŸ™‚

  58. Thank you very much Kevin, I’m presently having a small issue with permalinks right now. I used custom permalinks to construct a community site I’m building but I changed to postname structure to suite a plugin and that generated 404 error page for one of my vip category page. I reverted to the custom permalinks and things return to normal but still render the hangout plugin registration pages useless, because I can’t get to the page front page when I linked to it. Maybe I will give some of the plugin you suggested a shot.

  59. Thanks, Kevin! It had always seemed so intimidating.

    • No problem Will.

  60. I recently moved a blog to digital ocean. To my surprise they performance was super awesome compare to my old shared hosting. Now I need to set redirects and this article came just in time πŸ™‚

    • Hope you find it useful πŸ™‚

  61. Nice article! Thanks!

    What about the performance? Isn’t it better to use the htaccess file instead of one more plugin!?

    • It depends on the plugin. Some plugins use htaccess redirection, therefore it should be the same πŸ™‚

      • Great article. Do you know which plugins are making use of the.htaccess?

        • Not of the top of my head. Some of them give you the option of which type of redirection to use. If a plugin does not offer that option, my guess would be that it uses htaccess; though I would not know for sure without checking.

  62. Hey Kevin! Great article! I just had a quick question. I recently moved my wife’s food blog from normalcooking.wordpress.com to normalcooking.com. Obviously, the old blog was on WordPress servers, but the new one is a custom url on my personal hosting package with Host Gator. We are trying to monetize on her blog and she gets really great traffic (about 40,000/mo). Adsense rejects us time and time again (about 4 times) and we can’t figure out why. Do you think it might be because some of her blogs are redirected from her original blog (normalcooking.wordpress.com)? Would Adsense dislike the redirects like that? Thanks!

    • If there is a 301 redirection sending all articles to their new location, it should be ok. It’s not like you are redirecting unrelated traffic to the website.

      I am not sure whether traffic levels are the reason for being rejected as you have enough. Your website design looks great too, therefore I do not seeing that being an issue.

      I was accepted into Adsense when it was first launched, so I do not know much about why websites get rejected. What did their rejection email say?

      • The email states that it’s because the site doesn’t abide by Google policies. However, looking over the Google policies, I can’t see where that’s the case. The email provided tips for us which were:

        1) “It’s important for sites displaying Google ads to offer significant value to the user. As a publisher, you must provide unique and relevant content that gives users a reason to visit your site first.” Lindsay’s site has original content on every post. Not only are the pictures original, but she types up original posts with each recipe. And obviously every post is relevant to the content that people are looking for when they come to her site.

        2) “Don’t place ads on auto-generated pages or pages with little to no original content.” We don’t have any auto-generated pages or pages with little or no original content. I created each page by hand, so nothing was automatic.

        3) “Your site should also provide a good user experience through clear navigation and organization. Users should be able to easily click through your pages and find the information they’re seeking.” The site obviously provides a good user experience. It’s very organized, easy to read, clear text and good use of colors. The index page and search option allow for users to navigate her site very easily, along with the tags and categories she puts on each post.

        At first when we were rejected we were thinking that it was because she was copying recipes and reposting them, however after looking at these policies, I find this to not be the case. The policy states:

        “AdSense publishers may not display Google ads on webpages with content protected by copyright law unless they have the necessary legal rights to display that content. This includes sites that display copyrighted material, sites hosting copyrighted files, or sites that provide links driving traffic to sites that contain copyrighted material. Please see our DMCA policy for more information.”

        The way she takes the recipes is completely legal and because she links back she isn’t doing anything wrong.

        The last change I made was to create a Privacy Policy that I’ve placed in under the About sub-menu. That didn’t help either. So I figured that it might be the redirects.

        I wish I could actually talk to someone within the Adsense program. That would help a lot! Sorry to get a little off topic though, I was mainly curious about the redirects and wondering if they might be the problem.

        • I do not know for sure, but I suspect that using the exact same recipes is raising a duplicate content issue with Google.

          I checked a few of your articles through http://copyscape.com/ and they all highlight many other articles with the same content.

          I am not sure how Google handles this kind of thing. You would think that it allows text to be copied etc for the purpose of reviews. Perhaps it is the fact that all of your articles are raising duplication concerns.

          If one article had the same text, it may not be an issue, though if every article has the same text, it might suggest your website is simply scraping content.

          Again, I am only speculating at this point.

          Kevin

          • Send me an email and I’ll set you up an account for Rise Forums. I don’t know the answer to this myself, though other members might have a better idea πŸ™‚

  63. I never knew plugins existed for redirects until now. This is good to know. Thanks Kevin.

    • thanks πŸ˜€

    • No problem Adam. Yeah they are handy as they allow you to add redirects directly through the admin area. πŸ™‚

      • Thank you Kevin !

        SEO Redirect is awesome. I have merge my HowToGhost blog to http://stupidcodez.com/
        First I have export and imported the posts and then Redirected all posts links. So, none of my search traffic dropped πŸ™‚

Leave A Reply

Comments are reviewed and must adhere to our comments policy.

Get Started With Divi