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.
Trailing Slash Problems
-
Link juice being split between trailing slash and non versions. ie. ldnwicklesscandles.com/scentsy-uk and ldnwicklesscandles.com/scentsy-uk/
Initially asked in here and was told to do a rewrite in the htaccess file.
I don't have access to this with squarespace, nor can I add canonical tags on a page by page basis.
301 redirect from scentsy-uk to scentsy-uk/ didn't work either...said that the redirect wasn't completing in an error message on the browser.
Squarespace hasn't been very helpful at all.
My question is....is there another way to fix this? or should I just call it a day with squarespace and move to wordpress?
-
I know this is an old thread but just wondering if anyone ever found a solution in Squarespace, or did everyone just move over to Wordpress?
-
You'll be hard pressed to find a hosted platform that is technically optimized for search engines. Adobe Catalyst, Squarespace, Wix, etc. will all have little (or major) issues. I don't know of too many really popular sites hosted on these platforms, but that's not to say those hosted sites won't rank well for chosen keywords. Anyway, here's what Google has to say about it: http://www.youtube.com/watch?v=CTrdP7lJ2HU
-
Hi Christine:
Did you ever find a solution for this? I have a client who's Squarespace site shows rel-con issues with my recent crawl. And to your point, you can't implement that on a per page basis. Squarespace hasn't responded (yet) to a service request. Any suggestions would be helpful. Thank you!
-
Is there a way to get around this without moving to Wordpress? I only will do that if there's absolutely no other way to help my site.
-
Looks like a move to Wordpress is a safe bet then as your system seems very SEO-Unfriendly.
When you do move to Wordpress be sure to check out Yoast SEO Plugin http://yoast.com/wordpress/seo/
-
Aran I can't add canonical tags on a page by page basis. x
-
have you tried using the canonical tag?
-
Essentially, its only a issue when you have links to both the slash and non-slash versions. I would standardize on either having slashes or not, and make sure all links on the site follow the standard. However, after hearing that they lack basic SEO, I would convert to WP.
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
-
Problem with Yoast not seeing any of this website's text/content
Hi, My client has a new WordPress site http://www.londonavsolutions.co.uk/ and they have installed the Yoast Premium SEO plug-in. They are having issues with getting the lights to go green and the main problem is that on most pages Yoast does not see any words/content – although there are plenty of words on the pages. Other tools can see the words, however Yoast is struggling to find any and gives the following message:- Bad SEO score. The text contains 0 words. This is far below the recommended minimum of 300 words. Add more content that is relevant for the topic. Readability - You have far too little content. Please add some content to enable a good analysis. They have contacted the website developer who says that there is nothing wrong, but they are frustrated that they cannot use the Yoast tools themselves because of this issue, plus Yoast are offering no support with the issue. I hope that one of you guys has seen this problem before, or can spot a problem with the way the site has been built and can perhaps shed some light on the problem. I didn't build the site myself so won't be offended if you spot problems with it. Thanks in advance, Ben
Technical SEO | Sep 12, 2016, 12:41 PM | bendyman0 -
301 redirect adding trailing slash to url
I am looking into a .htacess file for a site I look after and have noticed that the urls are all 301 redirecting from a none slash directory to a trailing slashed directory/folders. e.g. www.domain.com/folder gets 301 redirected to www.domain.com/folder/ Will this do much harm and reduce the effect on the page and any links pointing to the site be lessened? Secondly I am not sure what part of my htaccess is causing the redirect. RewriteCond %{HTTP_HOST} !^www.domain.co.uk [NC] RewriteCond %{HTTP_HOST} !^$
Technical SEO | Sep 14, 2015, 5:40 AM | TimHolmes
RewriteRule ^(.*) http://www.domain.co.uk/$1 [L,R,NE] RewriteCond %{THE_REQUEST} ^./index.php
RewriteRule ^(.)index.php$ /$1 [R=301,L] or could a wordpress ifmodule be causing the problem? Any info would be apreciated.0 -
Will removing the trailing slash impact my SEO?
Hi there, We have a company website based on Wordpress. I just noticed that under Settings > Permalinks I can configure the look of the URLs and even remove the trailing slash. We have about 2-300 pages online. If I remove the trailing slash now, will that negatively impact our SEO in anyway for existing pages? Thanks!
Technical SEO | Apr 7, 2015, 10:28 AM | Amr-Haffar0 -
How big is the problem: 404-errors as result of out of stock products?
We had a discussion about the importance of 404-errors as result of products which are out of stock. Of course this is not good, but what is the leverance in terms of importance: low-medium-high?
Technical SEO | Dec 8, 2014, 2:26 PM | Digital-DMG0 -
Are thousands of 404s a problem?
An ecommerce site I work on has around 16,000 URLs that are 404s in Webmaster Tools. The vast majority are for products that are no longer stocked by the site, which is a natural occurrence in ecommerce. But my question is, could these possibly be harming rankings?
Technical SEO | Feb 21, 2014, 9:14 PM | creativemay1 -
Double Slash // in URL
My client is using double forward slahes in URL like this "//" is this affecting SEO?
Technical SEO | Feb 26, 2013, 2:22 PM | yanaiguana1110 -
Removing robots.txt on WordPress site problem
Hi..am a little confused since I ticked the box in WordPress to allow search engines to now crawl my site (previously asked for them not to) but Google webmaster tools is telling me I still have robots.txt blocking them so am unable to submit the sitemap. Checked source code and the robots instruction has gone so a little lost. Any ideas please?
Technical SEO | Mar 21, 2013, 12:50 PM | Wallander0 -
Web config redirects not working where a trailing slash is involved
I'm having real trouble with getting working redirects in place to use on a site we're re-launching with a modified url structure. Old URL: http://www.example.com/example_folder/ New URL: http://www.example.com/example-of-new-folder/ Now, where the old URL's have a trailing slash the web.config simply will not accept it. It says the URL can start with a slash, but not end with a slash. However, many of my URL's do end with a slash so I need a workaround. These are the rules I'm putting in place: <location path="example_folder/"></location> Thanks
Technical SEO | Mar 26, 2012, 10:55 AM | AndrewAkesson0