Here is the relevant portion of my page template code: $yoast_meta = get_post_meta($post->ID, '_yoast_wpseo_metadesc', true); function my_service_template_footer_data() { echo "<script type='application/ld+json'> { '@context': 'https://schema.org/', '@type':…
I’ve got a site with yoast seo running, as seen in the source:
As part of our website we have a wordpress blog in a subdirectory. I scanned our main site for broken links. The scan included the wordpress blog in the subdirectory. Some “broken links” showed up that have never been present before. The problem is that the “otherblog” has nothing whatsoever to do with our website–it is a separate property. We don’t know how the value for the “otherblog” is getting in.
I’m trying to do something similar to this question here: remove_action or remove_filter with external classes?
The code below is from WordPress SEO plugin by Yoast. I am trying to add the page number to the Meta description on paginated posts…
I use yoast for my seo, indexing, title, sitemap etc. But I have one issue, for my product pages I want to use costum taxonomy…
Because you can’t remove a meta box until it’s been added, it’s
important to make sure your call to remove_meta_box() happens in the
right sequence.
The WordPress SEO plugin by Yoast allows users to add SEO titles and meta descriptions to taxonomy term archive pages. These are then used in the head of the document.