-
Hi
I use your SEO plugin and my Meta descriptions are not showing on pages in Google Search – apart from the Index.
I am aware of the situation with Elementor, that they use their own Meta tags so I run the following code on my functions.php, using the codesnippet plugin to run this everywhere:
function remove_hello_elementor_description_meta_tag() {
remove_action( ‘wp_head’, ‘hello_elementor_add_description_meta_tag’ );
}
add_action( ‘after_setup_theme’, ‘remove_hello_elementor_description_meta_tag’ );Please can you check a couple of my pages to see what is happening:
https://acrow-uk.com/about-warehouse-solutions
For example, this is correct:
<meta property=”og:title” content=”Discover Our Warehouse Solutions: Racking since 2005″>
<meta property=”og:description” content=”Nationwide warehouse solutions and fit outs: SEMA inspections, racking and shelving systems, from pallet racks to cantilevers, and British mezzanine floors.”>Yet on Google search, the title is correct but not the meta description:
Discover Our Warehouse Solutions: Racking since 2005
“Nestled in Warwickshire, Acrow UK is a family-centric business with an unwavering dedication to crafting cutting-edge storage equipment”If it helps I am also using the Astra theme.
Thanks
Patrick
The ticket ‘Rankmath Meta Descriptions not showing on other pages (homepage aside)’ is closed to new replies.