Replies: 0
On this page: https://www.eprovided.com/pricing/
When looking at source: view-source:https://www.eprovided.com/pricing/
On line 15 it shows –> eProvided data recovery service prices for recovering lost data.
And this IS the CORRECT title.
But I dont want to use Yoast’s Title tags or others by Yoast
So I added the below code to /home/eprovide/public_html/xthm/wp-content/themes/x/functions.php
// Bruce added 12-16-2021 to remove Yoast Canonical, Description, etc. duplicates
add_filter( ‘wpseo_canonical’, ‘__return_false’ );
add_filter( ‘wpseo_metadesc’, ‘__return_false’ );
But when I add the line
add_filter( ‘wpseo_title’, ‘__return_false’ );
it shows on the code, line 15 —> Pricing | Data Recovery Service
This above is wrong.. I want there to be NO title tag at all by Yoast as I have another tool adding the TITLE tag on line 21, and it’s correct.
How to fix this?