Skip to main content
Contributor III
June 10, 2024
Solved

Unsubscribe tag not working

  • June 10, 2024
  • 7 replies
  • 455 views

I made my email template on Canva, copy and pasted the unsubscribe tag from klaviyo to the footer of my template on canva. 
 

Downloaded template as PNG then converted it to HTML. thereafter, went back to klaviyo to import the HTML file and got the error saying I haven’t included the unsubscribe tag.

please help thanks

    This topic has been closed for replies.
    Best answer by retention

    Hi @AurumLux, can you show us parts of your code to help better troubleshoot?  The code should look like this:

    <a href="{% unsubscribe_link %}">Unsubscribe here.</a>

    Also, you may have improperly closed HTML tags that might be causing Klaviyo to not recognize it properly.  Make sure all your HTML that you created is clean and coded properly.  You can search on Google for an HTML validation tool if you don’t have an HTML editor/IDE handy to help you check your HTML syntax.  

     

    7 replies

    Kylie W
    Partner - Silver
    Champion & Partner
    June 11, 2024

    Hi @AurumLux 

    Thank you for your post in the Community :)

    In the HTML from Canva do you have the following: <a href ="{% unsubscribe_link %}" </a>

    Here is a really helpful article on the Unsubscribe tag

    https://help.klaviyo.com/hc/en-us/articles/115006054267

    Hope this helps

    Kylie

    Berridge Strategy Group, Your eCommerce Partner - eCommerce results, without the Complexity | Klaviyo Partner & 2024 Klaviyo Community Champion | www.berridgestrategy.com
    AurumLuxAuthor
    Contributor III
    June 11, 2024

    Yes ive mentioned that I added the tag in my post. Still not working :/

    AurumLuxAuthor
    Contributor III
    June 11, 2024

    I made my email template on Canva, copy and pasted the unsubscribe tag from klaviyo to the footer of my template on canva. 
     

    Downloaded template as PNG then converted it to HTML. thereafter, went back to klaviyo to import the HTML file and got the error saying I haven’t included the unsubscribe tag.

    please help thanks

     

    AurumLuxAuthor
    Contributor III
    June 11, 2024

     

    AurumLuxAuthor
    Contributor III
    June 11, 2024

     

    retention
    Partner - Platinum
    retentionAnswer
    2025 Champion
    June 11, 2024

    Hi @AurumLux, can you show us parts of your code to help better troubleshoot?  The code should look like this:

    <a href="{% unsubscribe_link %}">Unsubscribe here.</a>

    Also, you may have improperly closed HTML tags that might be causing Klaviyo to not recognize it properly.  Make sure all your HTML that you created is clean and coded properly.  You can search on Google for an HTML validation tool if you don’t have an HTML editor/IDE handy to help you check your HTML syntax.  

     

    Joseph Hsieh // retentioncommerce.com // X: @retention
    AurumLuxAuthor
    Contributor III
    June 11, 2024

    I dont think canva gives me the option to properly add html code which might be the issue