Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
How to fix broken links?
-
Hi,
I use WordPress CMS with Yoast SEO plugin. I have just found out that my 403 errors increased dramatically. It seems that all my tags below of each post are being broken for some reason. When i click on the tags i get the following massage: **403 Forbidden Request forbidden by administrative rules. **
I assume it has something to do with the configuration within Yoast SEO plugin.
Dose anyone know how should i fix that?
Thanks,
Raviv
-
Awesome! Definitely happy you let us know
-
Hi Dan,
Just wanted to let you know that the problem is fixed at last:)
WP support suggested to check this out with the hosting and bingo! Apparently is happened because of a massive on many WP sites ( Brute Force Attack ) which blocked some of my files and that was the reason for the 403's.
I thought that you might want to know.
Again, thanks so much for your help!!!
Raviv
-
For sure!
-
Hi Raviv - great, that will be your quickest source to the answer I think at this stage. Do update us if you can!
-Dan
-
Hey Dan,
Thanks so much for your help! really!
I still didn't fix it but as you said the tags themselves are broken. when i viewed them in the tags archive i get the same thing guess what? 403!
anyways, I will contact the help forum as you suggested hopefully they'll be able to tell me how to get it done.
Thanks again!
Raviv
-
Ah good! We've ruled out Yoast. Either one of two things are going on;
1. Tags are simply broken.
2. Maybe the link to the tags are just broken.
Can you adjust the URL at all to get to tags? Maybe the links are adding something extra in the URL making it incorrect? Or you can't get to tags at all. From within the Admin section, try going to Posts->Tag and hovering over a tag click "view" to try and view that tag archive. If it's still broken then it's tags themselves.
Either way this is leaning more towards a development issue, and maybe you want to contact the help department for your theme, or try the WordPress help forum.
-Dan
-
Hey Dan,
So I've tested it and it seems that I still get those broken links even when the Yoast plug in was disabled. In both tests i got the same results- 403.
Any suggestions of how to fix it?
Cheers,
Raviv
-
Hi Raviv
Yes, go to plugins and hit "disable" - you shouldn't lose your information, but I would take screenshots or write down of your settings just in case. Definitely don't delete the plugin - just disable it temporarily.
Let me know!
-Dan
-
Hi Dan!
Thanks for helping here!
2nd test result - even when I'm not being logged in to WP then I still get the 403 error
with regard to the 1st test ( shunting off the plugin) : 1 ) shall i do it by the 'deactivate' function in the plugins section? or is it something in I need to do withing the setting of Yoast plug in itself.
- either way is shutting off the plug in means that I will have to reconfigure the plugin from the beginning after switching it back on?
Sorry ... I'm still very new to this
Thanks Again
Raviv
-
Raviv
Just to make sure we're not assuming incorrectly, temporarily shut off the Yoast SEO plugin. This should be fine to do for just a few minutes. Do you still get the 403 errors? If so, then it is not the Yoast plugin but some other issue.
Also, do you get this error while logged out of WordPress? Trying doing it on your site in incognito mode in Chrome without logging in.
Let us know what happens with both of those tests!
-Dan
-
Hi Ed,
Thanks for that! But I need now to find out how to fix those broken links
Cheers,
Raviv
-
Hi Raviv,
I used this Worpress plugin to fix my broken links, hope it helps http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/
Regards
Ed
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Should we nofollow footer social links?
Like most sites today we have a whole raft of social links in our footer, these are on every page of the site and link out to Facebook, Twitter, YouTube, etc Should these links be nofollow to avoid juice leaving our site or would you recommend allowing them to be followed to increase the power of these social sites? Is there a definitive Yay or Na on these social links?
Technical SEO | | Twist3600 -
Updating inbound links vs. 301 redirecting the page they link to
Hi everyone, I'm preparing myself for a website redesign and finding conflicting information about inbound links and 301 redirects. If I have a URL (we'll say website.com/website) that is linked to by outside sources, should I get those outside sources to update their links when I change the URL to website.com/webpage? Or is it just as effective from a link juice perspective to simply 301 redirect the old page to the new page? Are there any other implications to this choice that I may want to consider? Thanks!
Technical SEO | | Liggins0 -
How to fix keyword cannibalization?
Hello All, I am a webmaster of http://www.bannerbuzz.com and I have some problem in keyword cannibalization in my store, i have lots of categories related to banners, and in Banner section my my keyword is vinyl banners and my all categories urls structure connected with vinyl banners, I am definitely sure that keyword cannibalization issue in my website and i want to resolve it as soon as possible, so can anyone please help me how can i resolve this issue with effective way or without affected my keyword ranking? My Keywords Vinyl Banners : http://www.bannerbuzz.com/full-color-vinyl-banners.html
Technical SEO | | CommercePundit
Custom Banners : http://www.bannerbuzz.com/custom-vinyl-banners.html
Outdoor Banners : http://www.bannerbuzz.com/outdoor-vinyl-banners.html My 1 keyword vinyl banners is affected, so can anyone please look at these pages and let me know how can i resolve keyword cannibalization from my website.? Thanks
BannerBuzz.com0 -
Correct linking to the /index of a site and subfolders: what's the best practice? link to: domain.com/ or domain.com/index.html ?
Dear all, starting with my .htaccess file: RewriteEngine On
Technical SEO | | inlinear
RewriteCond %{HTTP_HOST} ^www.inlinear.com$ [NC]
RewriteRule ^(.*)$ http://inlinear.com/$1 [R=301,L] RewriteCond %{THE_REQUEST} ^./index.html
RewriteRule ^(.)index.html$ http://inlinear.com/ [R=301,L] 1. I redirect all URL-requests with www. to the non www-version...
2. all requests with "index.html" will be redirected to "domain.com/" My questions are: A) When linking from a page to my frontpage (home) the best practice is?: "http://domain.com/" the best and NOT: "http://domain.com/index.php" B) When linking to the index of a subfolder "http://domain.com/products/index.php" I should link also to: "http://domain.com/products/" and not put also the index.php..., right? C) When I define the canonical ULR, should I also define it just: "http://domain.com/products/" or in this case I should link to the definite file: "http://domain.com/products**/index.php**" Is A) B) the best practice? and C) ? Thanks for all replies! 🙂
Holger0 -
404 error - but I can't find any broken links on the referrer pages
Hi, My crawl has diagnosed a client's site with eight 404 errors. In my CSV download of the crawl, I have checked the source code of the 'referrer' pages, but can't find where the link to the 404 error page is. Could there be another reason for getting 404 errors? Thanks for your help. Katharine.
Technical SEO | | PooleyK0 -
How to find and fix 404 and broken links?
Hi, My campaign is showing me many 404 problems and other tools are also showing me broken links, but the links they show me dose work and I cant seem to find the broken links or the cause of the 404. Can you help?
Technical SEO | | Joseph-Green-SEO0 -
Do web pages have to be linked to a menu?
I have a situation where people search for terms like, say 1978 one dollar bill. Even though there never was a 1978 one dollar bill. I want to make a page to capture these searches but since there wasn't such a thing as a one dollar bill I don't want it connected to the rest of my content which is reality based. Does that make sense? Anyway, my question is, can I publish pages that aren't linked to my menu structure but that will be searchable or, am I going to have to figure out a way to make these oddball pages accessible through my menu?
Technical SEO | | Banknotes0 -
Is link cloaking bad?
I have a couple of affiliate gaming sites and have been cloaking the links, the reason I do this is to stop have so many external links on my sites. In the robot.txt I tell the bots not to index my cloaked links. Is this bad, or doesnt it really matter? Thanks for your help.
Technical SEO | | jwdesign0