Yoast SEO remove og description and twitter description

0 votes
Feb 28, 2022 in Digital Marketing by Kichu
• 19,050 points
316 views

1 answer to this question.

0 votes
add_filter("wpseo_opengraph_desc", "remove_yoast_og");
add_filter("wpseo_twitter_description", "remove_yoast_og");
function remove_yoast_og($description) {
    if (is_page(1093)) {
        return false;
    }

    return $description;
}
you can just use this code and it works if not just go through the google support on seo and you can get more info on this 
answered Mar 1, 2022 by narikkadan
• 63,420 points

Related Questions In Digital Marketing

0 votes
0 answers

Where are the Yoast SEO titles and descriptions stored?

I'm managing a small directory website and ...READ MORE

Mar 5, 2022 in Digital Marketing by Kichu
• 19,050 points
672 views
0 votes
0 answers

Does hiding site title and/or tagline or site description matter SEO?

In so many tutorials and videos I ...READ MORE

Mar 8, 2022 in Digital Marketing by Kichu
• 19,050 points
249 views
0 votes
0 answers

SEO and Django with title and description tags

I have a base.html for the base ...READ MORE

Mar 8, 2022 in Digital Marketing by Kichu
• 19,050 points
340 views
0 votes
1 answer

SEO asp.net description spelling order

https://neilpatel.com/blog/simple-guide-to-seo/ here you can see step by ...READ MORE

answered Mar 1, 2022 in Digital Marketing by narikkadan
• 63,420 points
237 views
0 votes
1 answer

Yoast SEO - remove og:description and twitter:description

add_filter("wpseo_opengraph_desc", "remove_yoast_og"); add_filter("wpseo_twitter_description", "remove_yoast_og"); function remove_yoast_og($description) { ...READ MORE

answered Feb 27, 2022 in Others by narikkadan
• 63,420 points
1,416 views
0 votes
1 answer

Yoast SEO remove og description and twitter description on certain page

try this out it wil help ...READ MORE

answered Feb 11, 2022 in Others by narikkadan
• 63,420 points
403 views
0 votes
1 answer

Simple question regarding PHP, Wordpress & Yoast SEO

the way the search engine displays your ...READ MORE

answered Feb 14, 2022 in Others by narikkadan
• 63,420 points
318 views
0 votes
0 answers

Yoast SEO/Facebook OG: Image not displaying after fb url change

i recently changed the name of my ...READ MORE

Feb 14, 2022 in Others by Kichu
• 19,050 points
596 views
0 votes
1 answer

How to remove home page title in Yoast SEO?

Here, you have two possibilities. You can ...READ MORE

answered Mar 4, 2022 in Digital Marketing by narikkadan
• 63,420 points
2,392 views
0 votes
1 answer

WordPress Yoast SEO Plugin and opengraph tags

Yoast makes various filters available for this. ...READ MORE

answered Mar 11, 2022 in Digital Marketing by narikkadan
• 63,420 points
541 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP