kamiwealth Posted April 28, 2020 Share Posted April 28, 2020 (edited) Hi. Hoping someone can shed some light on this as I can't seem to find an obvious answer. I'm wondering how, if at all, am I able to add "nofollow" links to images and buttons?? No problem with text, using the markdown box. Edited April 29, 2020 by kamiwealth tina2 1 Link to comment
tuanphan Posted April 30, 2020 Share Posted April 30, 2020 Which plan do you use? If you use Business Plan, you can use some custom code to add rel="nofollow" to all image/button links. Can you share link to your site? kamiwealth 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
kamiwealth Posted May 3, 2020 Author Share Posted May 3, 2020 (edited) Hi tuanphan, thank you for replying. Sorry for my late reply. Yes, I have a business plan. Any guides you can recommend to do this? I'm a content writer and have very basic knowledge of code! My site: https://www.kamiwealth.com/ Edited May 3, 2020 by kamiwealth spelling Link to comment
kamiwealth Posted May 9, 2020 Author Share Posted May 9, 2020 @tuanphan Hi tuanphan, any update on this? (I know you're busy, apologies) Link to comment
tuanphan Posted May 9, 2020 Share Posted May 9, 2020 6 hours ago, kamiwealth said: @tuanphan Hi tuanphan, any update on this? (I know you're busy, apologies) Add to Home > Settings > Advanced > Code Injection > Footer <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $("a").attr('rel','nofollow'); }); </script> GlynMusica 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
kamiwealth Posted May 9, 2020 Author Share Posted May 9, 2020 @tuanphan Thank you, much appreciated. I'm assuming this code will affect everything site-wide? Link to comment
tuanphan Posted May 10, 2020 Share Posted May 10, 2020 18 hours ago, kamiwealth said: @tuanphan Thank you, much appreciated. I'm assuming this code will affect everything site-wide? you can add to Page Header, if you want to run One Page Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
kamiwealth Posted May 12, 2020 Author Share Posted May 12, 2020 Do you mind explaining briefly what this script actually does please @tuanphan For example; I know it's for nofollow, but does it make everything on the page nofollow? Is it just for buttons and images? I do apologize for all the questions! Link to comment
tuanphan Posted May 13, 2020 Share Posted May 13, 2020 above code for all links Which page you want to change? also can you take screenshot images/button on that page? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
IgorAvidon Posted May 13, 2020 Share Posted May 13, 2020 Having the option within the WYSIWYG editor to set the appropriate rel= info is actually very important. The rel=nofollow and rel=sponsored attributes play a critical role for Google. We love the Squarespace platform, but this simple option missing is a significant problem. wordswithjennifer, TheDetourEffect, Shiva74 and 4 others 7 Premier Los Angeles SEO Agency Link to comment
Zineta Posted July 11, 2020 Share Posted July 11, 2020 @tuanphan Is there a way to configure the script so that it only makes links to a certain root domain (for example amazon) no follow while the rest is dofollow? Link to comment
Guest Posted July 11, 2020 Share Posted July 11, 2020 On 5/13/2020 at 1:58 PM, IgorAvidon said: Having the option within the WYSIWYG editor to set the appropriate rel= info is actually very important. The rel=nofollow and rel=sponsored attributes play a critical role for Google. We love the Squarespace platform, but this simple option missing is a significant problem. Maybe they fix it in some time. 🤔 Link to comment
tuanphan Posted July 11, 2020 Share Posted July 11, 2020 7 hours ago, Zineta said: @tuanphan Is there a way to configure the script so that it only makes links to a certain root domain (for example amazon) no follow while the rest is dofollow? <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('[href*="beaverhero.com"]').attr('rel','nofollow'); }); </script> Notes: This code will target all links that contain the word "beaverhero.com" in the link. Zineta, Surfjunk and wordswithjennifer 2 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Zineta Posted July 12, 2020 Share Posted July 12, 2020 9 hours ago, tuanphan said: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('[href*="beaverhero.com"]').attr('rel','nofollow'); }); </script> Notes: This code will target all links that contain the word "beaverhero.com" in the link. That works perfectly, thank you! Link to comment
wordswithjennifer Posted September 24, 2020 Share Posted September 24, 2020 On 7/11/2020 at 3:36 PM, tuanphan said: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('[href*="beaverhero.com"]').attr('rel','nofollow'); }); </script> Notes: This code will target all links that contain the word "beaverhero.com" in the link. Thank you so much! I'm so happy to finally find the code that works. tuanphan 1 Link to comment
kathryn Posted November 18, 2020 Share Posted November 18, 2020 On 5/9/2020 at 9:11 AM, tuanphan said: Add to Home > Settings > Advanced > Code Injection > Footer <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $("a").attr('rel','nofollow'); }); </script> Link to comment
kathryn Posted November 18, 2020 Share Posted November 18, 2020 I've got a lot of links out of the site so I thought it would be a good idea to make them all no follow to avoid the site getting penalised, so this looks like exactly what I need. I've put it into the footer, however I'm not sure that it's working - when I hover over the links I'm not seeing nofollow. Is that how its supposed to be or have I set it up wrong. You can see the site here: shopportunity.ie You can see an example of a link out on this page on the button that says VISIT THE GUTTER BOOKSHOP https://shopportunity.ie/irish-online-store-directory/thegutterbookshop Any advice would be hugely appreciated! Link to comment
tuanphan Posted November 18, 2020 Share Posted November 18, 2020 I see nofollow here. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
kathryn Posted November 18, 2020 Share Posted November 18, 2020 Oh wonderful! I thought that as it wasn't showing up when I hovered over the button that it might not be working. Thank you so much for taking the time to help - it's much appreciated! Link to comment
BrendaThorpe Posted February 26, 2021 Share Posted February 26, 2021 (edited) Hi, I am trying to understand: I was under the impression that you want most of your external links to be no follow but all of your internal links to your own site to be followed. So would you need the opposite scenario from above? Everything no follow except for links to your own site? How would you make an exception for an external link you are providing back links for, for example if you had a guest blog post or links to a copywriter you want your clients to work with? Could this be done for all no follow images and text links? Also, I've only found one reference to no follow vs. sponsored. Is sponsored for affliate links? Wouldn't you also want them to be nofollow? How would you address images that are sponsored links? I have the following codes for markdown: <a rel="nofollow" href="(LINK)" target="_blank">(YOUR TEXT)</a> <a rel="sponsored" href="(LINK)" target="_blank">(YOUR TEXT)</a> https://www.thorpeandcompany.com/ I have a business plan. Thank you for any insight! Edited February 26, 2021 by ThorpeandCo further clarification and a typo Link to comment
tuanphan Posted March 4, 2021 Share Posted March 4, 2021 On 2/26/2021 at 7:58 AM, ThorpeandCo said: Hi, I am trying to understand: I was under the impression that you want most of your external links to be no follow but all of your internal links to your own site to be followed. So would you need the opposite scenario from above? Everything no follow except for links to your own site? How would you make an exception for an external link you are providing back links for, for example if you had a guest blog post or links to a copywriter you want your clients to work with? Could this be done for all no follow images and text links? Also, I've only found one reference to no follow vs. sponsored. Is sponsored for affliate links? Wouldn't you also want them to be nofollow? How would you address images that are sponsored links? I have the following codes for markdown: <a rel="nofollow" href="(LINK)" target="_blank">(YOUR TEXT)</a> <a rel="sponsored" href="(LINK)" target="_blank">(YOUR TEXT)</a> https://www.thorpeandcompany.com/ I have a business plan. Thank you for any insight! We can use code to target links, but the link does not contain your domain, all will be set to nofollow. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
cavitee Posted April 5, 2021 Share Posted April 5, 2021 Hi, I wonder if anyone can help me with a code which can nofollow multiple root sites. For example there are various pages i mention 2 different sites (ebay and amazon) which i want to set as nofollow. Can i just follow the same script but place "amazon.co.uk" (and a comma or something) before putting "ebay.com" like below? <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('[href*="amazon.com"],'[href*="ebay.com"]).attr('rel','nofollow'); }); </script> Link to comment
cavitee Posted April 5, 2021 Share Posted April 5, 2021 $('[href*="amazon.com"],[href*="ebay.com"]').attr('rel','nofollow'); }); Sorry i misplaced the inverted comma (after ebay.com"]* 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