-
Not being able to Add Code Snippet on theme editor:
add_filter( ‘rank_math/frontend/robots’, function( $robots ) {
unset( $robots[‘noindex’] );
unset( $robots[‘nofollow’] );
return $robots;
});I am getting the following message:
Something went wrong. Your change may not have been saved. Please try again. There is also a chance that you may need to manually fix and upload the file over FTP.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The ticket ‘Something went wrong. Your change may not have been saved. Please try again.’ is closed to new replies.