Tammyb2000 Posted March 3, 2022 Share Posted March 3, 2022 Site URL: https://www.icecreamandjelly.co.uk Hello I have a blog which I would like to add some affiliate links in. I have read some of the other posts about this, but I still have some questions: A. I understand I can add the text/code below to create a ‘no follow’ link: <a href="http://affiliatelinkhere.com/" rel="nofollow" target="_blank">your link in text</a> Where exactly do I insert this text please? I assume I have to insert this text for every affiliate link I add? Do I need to do anything differently if I use Amazon affiliate links? What’s the difference between adding a ‘no follow’ tag or a ‘sponsored’ tag and which would be best for me to use? Can I add this text/code to my blog on the personal subscription plan or do I need to upgrade to the business one? B. I understand I also need to add a disclosure statement to each blog post that I have affiliate links on. I guess I can add this text manually to each page, but if I want to add it automatically to each page, I believe I can add the text/code below? <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script> $(document).ready(function () { $("<p class='disclaimer'> add your own text here.</p>").insertBefore(".blog-item-content"); }); </script> Where exactly do I add this please? Can I add this on the personal subscription plan? Thanks in advance for the help Tammy Link to comment
tuanphan Posted March 8, 2022 Share Posted March 8, 2022 Hi, #1. To add rel="nofollow", if you use a Business Plan or higher, let me know, we will give the code & where to add the code #2. To add disclosure text, we can use Custom CSS. All Plans support CSS. Which position you want to add text? We can give code easier. 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
Tammyb2000 Posted March 8, 2022 Author Share Posted March 8, 2022 Thanks for your response. 1. So to be clear -I can only use ‘no follow’ affiliate links if I upgrade to the business plan? Or are you saying if I want to do this using code I have to upgrade to the business plan, which would mean there is a manual way I can do this on the personal plan…? 2. For the disclosure text, I’d like it added to the top of each of my blog posts please. Link to comment
tuanphan Posted March 13, 2022 Share Posted March 13, 2022 On 3/8/2022 at 5:01 PM, Tammyb2000 said: Thanks for your response. 1. So to be clear -I can only use ‘no follow’ affiliate links if I upgrade to the business plan? Or are you saying if I want to do this using code I have to upgrade to the business plan, which would mean there is a manual way I can do this on the personal plan…? 2. For the disclosure text, I’d like it added to the top of each of my blog posts please. #1. With automatic way, you need to use a jQuery code (require a Business Plan or higher). With Personal Plan, you need to use manually, eg you can add a Markdown Block & use this syntax Here is text with <a href="https://amazon.com/p/product-01" rel="nofollow">Affiliate link to Amazon</a>. End. #2. I don't see blog on your site. Can you share link to a post? https://www.icecreamandjelly.co.uk/ sure11 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
sure11 Posted April 14 Share Posted April 14 (edited) On 3/12/2022 at 10:53 PM, tuanphan said: #1. With automatic way, you need to use a jQuery code (require a Business Plan or higher). Hi, would this code be correct to automatically correct certain affiliate links (with certain domain URL), and convert them all automatically to add the sponsored tag to each one? <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script> $(document).ready(function() { $('a[href*="https://www.affiliate.com"]').attr('rel', 'sponsored'); }); </script> I have a business plan. Would I inject this code into blog code injection header area? It will convert all links with a new attribute? Edited April 14 by sure11 Link to comment
tuanphan Posted April 16 Share Posted April 16 On 4/15/2023 at 5:51 AM, sure11 said: Hi, would this code be correct to automatically correct certain affiliate links (with certain domain URL), and convert them all automatically to add the sponsored tag to each one? <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script> $(document).ready(function() { $('a[href*="https://www.affiliate.com"]').attr('rel', 'sponsored'); }); </script> I have a business plan. Would I inject this code into blog code injection header area? It will convert all links with a new attribute? This code will add rel="sponsored" attribute to https://www.affiliate.com link If you add to Blog Page Code Injection, it will affect blog page If you add to Site wide Code Injection, it will affect all pages sure11 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment