Conversation
supportHi Team, Great plugin but I think it is not providing any opportunity to add rel=”sponsored” to affiliate link. As per below guide, it is much needed. WOuld be great if you add this feature. Reference – https://developers.google.com/search/blog/2021/07/link-tagging-and-link-spam-update https://searchengineland.com/google-search-link-spam-update-rolling-out-now-350770
Hi, The plugin includes a code filter called external_add_product_link_html which can be used to insert additional HTML into the output external/affiliate button markup. https://wordpress.org/plugins/wc-external-product-new-tab/#developers To use code filters in WordPress plugins you would write PHP code using the ‘add_filter()’ method. https://developer.wordpress.org/reference/functions/add_filter/
Hi, The plugin includes a code filter called external_add_product_link_html which can be used to insert additional HTML into the output external/affiliate button markup. https://wordpress.org/plugins/wc-external-product-new-tab/#developers To use code filters in WordPress plugins you would write PHP code using the ‘add_filter()’ method. https://developer.wordpress.org/reference/functions/add_filter/