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.
Why have my positions dropped after implementing recommended changes?
-
Hello! I have taken a Moz free trial and am really enjoying using this service. But, after implementing the recommended changes by Moz my rankings have really dropped. Is this normal? I was averaging around 17 but now averaging 40. Here is my website if anyone has any ideas of what I might be doing wrong, I would greatly appreciate any help.
Thank you
Nicole -
I recently implemented some recommended changes to improve the performance of my website, but I’ve noticed a drop in my positions instead of the expected improvement. I’m unsure if these changes have caused any unintended side effects or if there are other factors affecting the ranking. I’d love to hear from others who may have experienced something similar and any advice on what could be going wrong. Has anyone faced a similar situation after making adjustments, and what steps did you take to get back on track?
-
Yes same here, my online casino site position got a drop in ranking but I hope someday will rank again with my keyword that previously ranked on google.
-
Could be because of a Google algorithm update?
There have been massive Google algorithm updates lately -
@NicoleChambers said in Why have my positions dropped after implementing recommended changes?:
Hello! I have taken a Moz free trial and am really enjoying using this service. But, after implementing the recommended changes by Moz my rankings have really dropped. Is this normal? I was averaging around 17 but now averaging 40. Here is my website if anyone has any ideas of what I might be doing wrong, I would greatly appreciate any help.
Thank you
NicoleHi Nicole!
I completely understand your frustration; I’ve been in a similar situation before, and it can feel quite discouraging when your rankings drop after making changes based on recommendations.
When I started using Moz for my website’s SEO, I also made changes suggested by their tools, expecting to see improvements. However, much like you, I saw a drop in rankings initially. After doing some research and consulting with experts, I learned that this can sometimes be part of the process. Search engines may take some time to re-evaluate and adjust to the changes, especially if you're optimizing for factors like content structure, keywords, or internal linking.
In my experience, I found that the key is to give it some time. SEO improvements, especially with structural changes, can take weeks or even months to show up in rankings. Additionally, I made sure to carefully monitor my traffic through analytics and ensured my content was still user-focused and high-quality. Eventually, my rankings started improving, and I saw the benefits of the changes Moz recommended.
One thing to keep in mind is that SEO can be very competitive, and external factors can affect your rankings too. Other sites may have made similar changes or improved their own SEO during the same period, so it's important to stay patient and stay on top of your adjustments.
If you’d like to take a closer look at your site and what might be causing these fluctuations, I’d suggest checking your site’s speed, mobile optimization, and ensuring that your content is unique and adds value. And if you want to dive deeper, feel free to explore my website to see what changes worked for me in the long run!
Best of luck, and I hope things improve for you soon!
-
If your positions dropped after implementing changes, it could be due to:
Algorithm Fluctuations: Search engines may take time to re-index your site.
Change Impact: Adjustments might have affected content relevance, structure, or user experience.
Redirect Issues: Improper handling of URL changes can disrupt backlinks.
Increased Competition: Competitors might have optimized.
Algorithm Updates: Rankings can shift due to external updates.
Incomplete Implementation: Changes might not align with SEO best practices -
Hi Nicole, I can totally understand how frustrating it must feel to see a drop after putting in all that effort. Based on my experience, rankings can sometimes fluctuate right after implementing changes—it’s almost like the search engines are recalibrating. Have you checked if your changes impacted user experience, site speed, or navigation? These can play a big role too.
When I was helping a friend analyze their website, we noticed similar fluctuations after making SEO tweaks. But over time, things stabilized and rankings actually improved as the changes started aligning better with search intent. It’s important to keep an eye on your analytics and maybe give it a bit more time before tweaking further. I hope this helps—hang in there!
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
-
Why are my positions going down?
Good afternoon! I would like to know, what could be the reasons for a random decrease in positions of our online casino? A lot of pages appeared in Google Search at the end of June and after a few weeks most of them dropped to >100, some are still ranging but in TOP 70-85. As far as I'm concerned, there were no algorithm updates last two months, our website works fine, both internal and external optimazation is being performed.. The strangest thing is that the rating of the website is growing, but the positions are not 😞
Reporting & Analytics | | Violete
Here is a link to the project: https://flammcasino.club/
Can anyone suggest what I can do in this case?1 -
What is SEO best practice to implement a site logo as an SVG?
What is SEO best practice to implement a site logo as an SVG?
Technical SEO | | twisme
Since it is possible to implement a description for SVGs it seems that it would be possible to use that for the site name. <desc>sitename</desc>
{{ STUFF }} There is also a title tag for SVGs. I’ve read in a thread from 2015 that sometimes it gets confused with the title tag in the header (at least by Moz crawler) which might cause trouble. What is state of the art here? Any experiences and/or case studies with using either method? <title>sitename</title>
{{ STUFF }} However, to me it seems either way that best practice in terms of search engines being able to crawl is to load the SVG and implement a proper alt tag: What is your opinion about this? Thanks in advance.1 -
Best way to change URL for already ranking pages
Hello. I have a lot of pages that I'm optimising. The ones I'm focusing on right now is already ranking, but the URLs could be better (they don't include the keywords right now). However I'm worried that if I change the URLs they will drop in rankings or have to start over. I would of course set up 301 redirect, but is there more I need to do? What is the best way to change URL for already ranking pages?
Technical SEO | | GoMentor0 -
How to change 302 redirect from http to https
Hi gang. Our site currently has a 302 redirect from the HTTP version of the homepage to the HTTPS version of the homepage. I understand this really should be changed to a 301 redirect but I'm having a little trouble figuring out exactly how this should be done. Some places on the internet are telling me I can edit our htaccess file to specify the type of redirect, however our htaccess file seems to be missing some of the information in theirs. Can anyone tell me what needs to be changed in the htaccess file - or if there's a simpler way to change the 302 to a 301? Many thanks 🙂 htaccess: BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] END WordPress EXPIRES CACHING ExpiresActive On ExpiresByType image/jpg "access plus 6 months" ExpiresByType image/jpeg "access plus 6 months" ExpiresByType image/gif "access plus 6 months" ExpiresByType image/png "access plus 6 months" ExpiresByType text/css "access plus 10 days" ExpiresByType application/pdf "access plus 10 days" ExpiresByType application/x-shockwave-flash "access plus 10 days" ExpiresByType image/x-icon "access plus 6 months" ExpiresDefault "access plus 2 days" EXPIRES CACHING
Technical SEO | | davedon0 -
Changing title tags, do we need 301 redirects
I found many duplicate title tags and I'm in the process of changing it Do I need 301 redirects in place when I switch it? I am only changing the title tag. Also, we are switching over to a new site very soon, I am worried that we might be using too many 301 redirect "hops" because we are doing a lot of optimization as well. (video from matt cutts describing 301 redirects and hops: http://www.youtube.com/watch?v=r1lVPrYoBkA. Does anyone have any experience in doing too many redirect hops that it affected your rankings? Any good ideas to avoid this?
Technical SEO | | EcomLkwd0 -
Fixing a website redirect situation that resulted in drop in traffic
Hi, I'm trying to help someone fix the following situation: they had a website, www.domain.com, that was generating a steady amount of traffic for three years. They then redesigned the website a couple of months ago, and the website developer redirected the site to domain.com but did not set up analytics on domain.com. We noticed that there was a drop in traffic to www.domain.com but have no idea if domain.com is generating any traffic since analytics wasn't installed. To fix this situation, I was going to find out from the developer if there was a good reason to redirect the site. What would have prompted the developer to do this if www.domain.com had been used already for three years? Then, unless there was a good reason, I would change the redirect back to what it was before - domain.com redirecting to www.domain.com. Presumably this would allow us to regain the traffic to the site www.domain.com that was lost when the redirect was put in place. Does this sound like a reasonable course of action? Is there anything that I'm missing, or anything else that I should do in this situation? Thanks in advance! Carolina
Technical SEO | | csmm0 -
How much will changing IP addresses impact SEO?
So my company is upgrading its Internet bandwidth. However, apparently the vendor has said that part of the upgrade will involve changing our IP address. I've found two links that indicate some care needs to be taken to make sure our SEO isn't harmed: http://followmattcutts.com/2011/07/21/protect-your-seo-when-changing-ip-address-and-server/ http://www.v7n.com/forums/google-forum/275513-changing-ip-affect-seo.html Assuming we don't use an IP address that has been blacklisted by Google for spamming or other black hat tactics, how problematic is it? (Note: The site hasn't really been aggressively optimized yet - I started with the company less than two weeks ago, and just barely got FTP and CMS access yesterday - so honestly I'm not too worried about really messing up the site's optimization, since there isn't a lot to really break.)
Technical SEO | | ufmedia0 -
How to Resolve Rankings Drop from a DDOS Attack?
Our rankings just plummeted on Tuesday across the board. There was a DDOS attack on Tuesday and since then the rankings went down and have stayed down, even though the DDOS attack has been resolved. Also, this is the 3rd or 4th attack they've encountered this year. How long could this last? How can we deal with this? Thanks
Technical SEO | | poolguy0