Customize Meta-Description
-
I am running the Focus Genesis theme and need to modify the title and meta-description based on URL parameters in PHP using $_GET[“varname”]. I have successfully modified the <title></title> tag but the description tag is apparently managed entirely by the Yoast SEO plugin and I can’t hack around it. I modified the genesis_seo_meta_description function in Genesis then added this to the functions.php:
add_action( ‘genesis_meta’, ‘genesis_seo_meta_description’ );Apparently this never gets invoked. These comments surround the entire meta section and I can’t change the meta-description because of it:
<!-- This site is optimized with the Yoast WordPress SEO plugin v1.4.15 - https://yoast.com/wordpress/seo/ --> <meta name="description" content="Portable Showers Details - Royal Restrooms-Portable Restroom and Shower Trailer Rentals Portable Toilets, Restrooms and Mobile Shower Trailer Rentals."/> <link rel="canonical" href="https://royalrestrooms.com/shower-trailers-city/" /> <link rel="author" href="https://plus.google.com/115831342701351672346/posts"/> <meta property="og:locale" content="en_US"/> <meta property="og:type" content="article"/> <meta property="og:title" content="Portable Showers Details - Royal Restrooms-Portable Restroom and Shower Trailer Rentals August 28, 2013 4:27 pm"/> <meta property="og:description" content="Portable Showers Details - Royal Restrooms-Portable Restroom and Shower Trailer Rentals Portable Toilets, Restrooms and Mobile Shower Trailer Rentals."/> <meta property="og:url" content="https://royalrestrooms.com/shower-trailers-city/"/> <meta property="og:site_name" content="Royal Restrooms-Portable Restroom and Shower Trailer Rentals"/> <meta property="og:image" content="https://royalrestrooms.com/wp-content/uploads/2011/09/RRInt2Shower12-300x210.jpg"/> <!-- / Yoast WordPress SEO plugin. -->
Is there a way to override the Yoast SEO handling of the meta-description section?
Thanks for the help in advance.
- The topic ‘Customize Meta-Description’ is closed to new replies.