Questions
-
Help needed on what to do with deleti
You could always redirect the whole sub-directory of the community pages to what ever page you want using 301's. So after you've deleted the community section and someone were to go to any page with /community/ in it would redirect to your home page or any other page you wish. Means you wont get any 404 errors. Example if you wanted to redirect the /community/ pages to the root you would use the following code in your .htaccess file: RewriteRule ^community/(.*)$ /$1 [R=301,NC,L] Your'll need access to your .htaccess file and more instructions on how to do the 301's are here - http://coolestguidesontheplanet.com/redirecting-a-web-folder-directory-to-another-in-htaccess/
Moz Tools | | O2C0 -
Pages with High Priority Issues 404 Errors
Hi there I would do the following - check your internal links, check your sitemap, and create a custom 404 page. You're going to want to make sure that you're not linking to these pages through your links and sitemap, and you're going to want to make sure that users have a way to navigate out of 404 pages or find what they are looking for. I agree Mark that if there is a relevant page for those pages to be redirected to (category page or content relevant to it), then see what opportunities you have there. Keep in mind that if you can find patterns in the URL structure, you have the opportunity to block these pages with your robots.txt. I would be careful, however, because this could easily backfire if you don't know what you are doing. Remember - Google in Search Console puts these errors in priority order, so run through those, see what kind of pages they are, where they live, and look at the resources above to see what kind of opportunities that you have to remedy the issue. Hope this helps! Good luck!
Branding / Brand Awareness | | PatrickDelehanty0 -
Hello, I need some help: Organic Traffic going down
Good suggestions. Let me do that research and i will get back to you. Thank you!
On-Page / Site Optimization | | blinky510