-
When I use pagespeed to check the site, in the SEO section it says: Links are not crawlable:.
Can rank math solve this problem? chatgpt gave me a piece of code to add at the end of the function file, however it does not have a solution to this problem, his code is as follows:
add_filter( 'wp_nav_menu_items', 'remove_empty_links', 10, 2 ). function remove_empty_links ( $menu_items, $args ) { return preg_replace( '/<as.*?href=""[^>]*></a>/i', '', $menu_items ). }
Screenshots of pagespeed detection results can be found at Sensitive Data.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The ticket ‘woocommerce Links are not crawlable’ is closed to new replies.