ChrisBurnage Posted April 22, 2020 Share Posted April 22, 2020 (edited) I have a number of squarespace sites that use blogs. Occasionally I want to cross-post content across these sites. I don't want to damage SEO by having multiple pages of the same content therefore looking at using canonical URLs but there is no code injection for separate blog posts. Can anyone confirm that if I add a code block with the below inserted pointing back to the original version of that post this will be sufficient for search engines to recognize the first version of the blog post and therefore not hinder SEO for multiple blog posts displaying the same content. <link rel="canonical" href="https://example.com/blog/test-blog/" /> Edited April 22, 2020 by ChrisBurnage Link to comment
xabialonz Posted July 13, 2020 Share Posted July 13, 2020 I am also interested in this question, as I can't find a way to do it either. Canonical tags have to go in the header of the page AFAIK, so I'm not sure a code block further down the page would work. Link to comment
pkoziol Posted January 13, 2021 Share Posted January 13, 2021 I know this doesn't help but perhaps will bring more attention to this topic. I reached out to the Squarespace team. They do not have code header injections for individual blog articles implemented which sucks. They "suggest adding a Code Block as a workaround but can't guarantee it will behave the same as the Code Header Injection." This is unfortunate. I'm not sure if it works. Link to comment
MartinMurray Posted September 21, 2021 Share Posted September 21, 2021 Hi if you use a Code Block I've done it for a Volvo job where they wanted to block our FAQhttps://partnerships.autotrader.co.uk/care-by-volvo<link rel=“canonical” href=“https://www.volvocars.com/uk/care-by-volvo/faq” /> This just tells spiders/robots where point of truth came fromto block you should use meta name in the Page Settings / Advanced - PAGE HEADER CODE INJECTION - but this will block all SEO from the page and you may as well switch this off in the Squarespace settings: <meta name=“robots” content=“noindex, nofollow”> Your Martin Link to comment
pkoziol Posted February 11, 2022 Share Posted February 11, 2022 On 9/21/2021 at 8:01 AM, MartinMurray said: Hi if you use a Code Block I've done it for a Volvo job where they wanted to block our FAQhttps://partnerships.autotrader.co.uk/care-by-volvo<link rel=“canonical” href=“https://www.volvocars.com/uk/care-by-volvo/faq” /> This just tells spiders/robots where point of truth came fromto block you should use meta name in the Page Settings / Advanced - PAGE HEADER CODE INJECTION - but this will block all SEO from the page and you may as well switch this off in the Squarespace settings: <meta name=“robots” content=“noindex, nofollow”> The problem is that these settings aren't available for blog posts M_Fancy_Sites 1 Link to comment
darkecloud Posted May 10 Share Posted May 10 Upvote on this, I need to be able to set this per blog post. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment