Title: SEO Error
Last modified: June 29, 2024

---

# SEO Error

 *  Resolved [Djordje – George – Giorgio](https://wordpress.org/support/users/djondesigns/)
 * (@djondesigns)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/seo-error-3/)
 * Hi,
 * I have error in Google SEO rating on Google speed insights see screen: on your
   button you don’t have title attribute needed:
 * ![](https://wordpress.org/0266e400-2c60-4a93-a7d0-17384ad7b99b)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fseo-error-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [Djordje – George – Giorgio](https://wordpress.org/support/users/djondesigns/)
 * (@djondesigns)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/seo-error-3/#post-17857608)
 * Do not sell my personal information – BUTTON
 * <a style=”color:#333333″ class=”wt-cli-ccpa-opt-out”>
 *  Plugin Support [CookieYes Team](https://wordpress.org/support/users/cookieyesteam/)
 * (@cookieyesteam)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/seo-error-3/#post-17864845)
 * Hi [@djondesigns](https://wordpress.org/support/users/djondesigns/),
 * Greetings from CookieYes!
 * Please share a screenshot of the error.
 *  Thread Starter [Djordje – George – Giorgio](https://wordpress.org/support/users/djondesigns/)
 * (@djondesigns)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/seo-error-3/#post-17865173)
 * ![](https://i0.wp.com/djondesigns.net/error.jpg?ssl=1)
 * Link does not have title attribute – prodeuces error on google insights for SEO
 *  Plugin Support [CookieYes Team](https://wordpress.org/support/users/cookieyesteam/)
 * (@cookieyesteam)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/seo-error-3/#post-17865693)
 * Hi [@djondesigns](https://wordpress.org/support/users/djondesigns/),
 * Please try the below code snippet to fix this issue.
 *     ```wp-block-code
       add_action('wp_head', 'wt_cli_add_href_to_links', 1);function wt_cli_add_href_to_links() {	if (!class_exists('Cookie_Law_Info')) return;	?>	<script>		window.addEventListener( 'DOMContentLoaded', addHrefToLinks );		function addHrefToLinks() {			var wt_cli_links = document.querySelectorAll( '#cookie-law-info-bar a, #cliSettingsPopup a' );			wt_cli_links.forEach( el => {				if(!el.hasAttribute('href'))					el.href = "#";			});		}	</script><?php}
       ```
   
 *  Thread Starter [Djordje – George – Giorgio](https://wordpress.org/support/users/djondesigns/)
 * (@djondesigns)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/seo-error-3/#post-17869623)
 * Correct code snippet – inside functions.php file is:
 *     ```wp-block-code
       add_action('wp_head', 'wt_cli_add_href_to_links', 1);function wt_cli_add_href_to_links() {	if (!class_exists('Cookie_Law_Info')) return;		$script = '<script>		window.addEventListener( "DOMContentLoaded", addHrefToLinks );		function addHrefToLinks() {			var wt_cli_links = document.querySelectorAll( "#cookie-law-info-bar a, #cliSettingsPopup a" );			wt_cli_links.forEach( el => {				if(!el.hasAttribute("href"))					el.href = "#";			});		}';    $script .= '</script>';    echo $script;}
       ```
   
    -  This reply was modified 1 year, 11 months ago by [Djordje - George - Giorgio](https://wordpress.org/support/users/djondesigns/).
 *  Thread Starter [Djordje – George – Giorgio](https://wordpress.org/support/users/djondesigns/)
 * (@djondesigns)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/seo-error-3/#post-17869633)
 * ![](https://i0.wp.com/djondesigns.net/insights.jpg?ssl=1)
 * Issue solved and marked resolved.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘SEO Error’ is closed to new replies.

 * ![](https://ps.w.org/cookie-law-info/assets/icon.svg?rev=3007243)
 * [CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)](https://wordpress.org/plugins/cookie-law-info/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cookie-law-info/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cookie-law-info/)
 * [Active Topics](https://wordpress.org/support/plugin/cookie-law-info/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cookie-law-info/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cookie-law-info/reviews/)

## Tags

 * [seo](https://wordpress.org/support/topic-tag/seo/)

 * 6 replies
 * 2 participants
 * Last reply from: [Djordje – George – Giorgio](https://wordpress.org/support/users/djondesigns/)
 * Last activity: [1 year, 11 months ago](https://wordpress.org/support/topic/seo-error-3/#post-17869633)
 * Status: resolved