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.
Sudden jump in the number of 302 redirects on my Squarespace Site
-
My Squarespace site www.thephysiocompany.com has seen a sudden jump in 302 redirects in the past 30 days. Gone from 0-302 (ironically). They are not detectable using generic link redirect testing sites and Squarespace have not explanation.
Any help would be appreciated.
-
It does make sense Stephen, but this bit bothers me:
The URL mappings must be used to redirect any link to a deleted page to an existent page.
If I am reading that correctly then are they saying that 404's can't exist, just 302's? You don't always want to direct someone to a page, especially if it isn't applicable. In many cases, a 404 would be the right thing to do if a page is just being removed.
Of course, if there is somewhere to redirect someone to, then you would do so with a 301 (permanent redirect) rather than a 302 (temporary redirect).
I don't really understand their system, so might be missing something in translation.
-Andy
-
Hey Andy,
Thanks for looking into this. I'm seeing them on the Crawl Diagnostics (Screenshot here: https://www.dropbox.com/s/cne9w4etmqmr8kb/screenshot-analytics.moz.com 2015-07-27 15-07-24.png?dl=0 )
Squarespace support have said the following:
Juan U.: Thank you for waiting Stephen! The 302 redirects seems to be referring to the multiple redirects to the same page. The URL mappings must be used to redirect any link to a deleted page to an existent page. We've checked all the possible redirects to /services/dry-needling, and we found all possible combination of a page URL (tags, + symbols, refererences). All these redirects to the same page can be read as temporary redirects (302). They're not from a deleted page, but from a possible page.
Stephen: Ok, so should we clean up our url mappings to prevent this from continuing to happen?
Juan U.: Yes, that would be a great way to prevent any issue when the site's being evaluated by Moz. You can check any dead link on the site, with Google Search Console, this tool will help you find them and fix them. If any external link is pointing to a deleted page, you can request Google to remove it from the search results.
Make sense to you?
-
Hi Stephen,
What are you using to see 302 of them? I didn't get anything like that number when I looked. There is the off-site 302, but we're talking just a few.
-Andy
-
Hi Andy,
That seems to be how Squarespace deals with docs in general. The number of 302's rose from 50(roughly the number of PDF docs) to 302 from July 9ths crawl. For example there are PDFs on the following page:
http://www.thephysiocompany.com/injuries-and-conditions-treated
But it is still showing up as a 302.
Thanks,
Stephen
-
Hi,
the 302's mostly appear to be PDF documents. Does this sound right to you? Has this only just come to your attention, or have you recently uploaded lots of documents?
For example:
http://www.thephysiocompany.com/s/Clinic-Info-Patricks-Quay-Spec.pdf --> http://static1.squarespace.com/static/537b0649e4b0f6c6b6877a35/t/542be1d5e4b005bb34fa0cfb/1412162005901/Clinic+Info+-+Patricks+Quay-+Spec.pdf
-Andy
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
-
302 redirects in Magento, trying to fix
Hi all, I'm assigned a site in Magento. After the first craw, we found almost 15k 302 redirects. A sample URL ends with this /stores/store/switch/?SID=qdq9mf1u6afgodo1vtvk0ucdpb&___from_store=default&___store=german&uenc=aHR0cHM6Ly9qdWljeWZsdXRlcy5jb20vP19fX3N0b3JlPWdlcm1hbg%2C%2C And they are currently 302 redirecting to the homepage as well as other main pages and also product pages it seems. Some of these point to account pages where customers log in. Probably best for me to de-index those so no issues there. But I'm worried about the 302 redirects to public pages. The extension we have installed is SEO Suite Ultimate by MageWorx. Does anyone here have experience here specifically and how did you fix it? Thanks, JC
Technical SEO | | LASClients0 -
Does anyone know the linking of hashtags on Wix sites does it negatively or postively impact SEO. It is coming up as an error in site crawls 'Pages with 404 errors' Anyone got any experience please?
Does anyone know the linking of hashtags on Wix sites does it negatively or positively impact SEO. It is coming up as an error in site crawls 'Pages with 404 errors' Anyone got any experience please? For example at the bottom of this blog post https://www.poppyandperle.com/post/face-painting-a-global-language the hashtags are linked, but they don't go to a page, they go to search results of all other blogs using that hashtag. Seems a bit of a strange approach to me.
Technical SEO | | Mediaholix0 -
My homepage redirects to itself?
Hi there - I'm not a SEO so help would be appreciated! Moz is telling me we have a redirect loop but the URLs are the same. https://www.example.com/ to https://www.example.com/ Why is my homepage creating a redirect loop to itself? We use Wordpress and I do not have any redirects listed for our homepage. Could this have something to do with switching to https in April? Thanks, Katherine
Technical SEO | | kmmartin0 -
301 Redirects, Sitemaps and Indexing - How to hide redirected urls from search engines?
We have several pages in our site like this one, http://www.spectralink.com/solutions, which redirect to deeper page, http://www.spectralink.com/solutions/work-smarter-not-harder. Both urls are listed in the sitemap and both pages are being indexed. Should we remove those redirecting pages from the site map? Should we prevent the redirecting url from being indexed? If so, what's the best way to do that?
Technical SEO | | HeroDesignStudio0 -
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 -
Max Number of 301 Redirections?
Hi, We currently made a re-design of a website and we changed all our urls to make them shorter. I made more than 300 permanent redirections but plenty more are needed since WMT is showing some more 404s from old urls that I hadn't seen because they were dynamic. The question is, please, is there a limit? I think we have more than 600 already. We don't want to create a php commando to redirect all the old ones to our home, we are redirecting them to their correspondent url. By the way, Im doing them with the 301 method in .htaccess. Thanks in advance.
Technical SEO | | Tintanus0 -
Is buying a domain with a high PR and redirecting it to your site considered black hat?
I want to buy a domain that has clean backlinks and then redirect it to my new domain to bump up my PR. Is this considered a black hat technique? Thanks Carla
Technical SEO | | Carla_Dawson1 -
Will bad things happen if I cancel 301 site redirect?
Hi, please someone help! We have two identical websites, say A & B. Because of the not so good SEO establishment, site B was built and site A was 301 redirected to site B weeks ago. For some reasons, we have to reuse site A, which means we have to cancel the 301 redirection. (Sound a little crazy) So the question are: 1. Can we conduct the action? 2. If we cant, what's the reason? 3. If we can, what would be the best practice? Thanks for help in advance! Plus: we also CARE what would happen to site B if the 301 is cancelled? Will it grow healthy like a new site?
Technical SEO | | Squall3150