python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Header php and Yoast meta issue
Good morning team. I am never to this so please be kind. I'm a rookie. I have adjusted my header PHP file manually. My issue now my Yoast will not allow my meta data descriptions go through Google. Ho...
Brian Sorensen
Votes: 0
Answers: 0
Unable to update Focus keyphrase in woocommerce product category using update_post_meta
I am trying to update yoast focus keyphrase using the code below.
add_action( 'created_product_cat', 'ts_custom_woocommerce_placeholder', 10, 2 );
function ts_custom_woocommerce_placeholder( $post_id ...
Danilo Credo Lu-ang II
Votes: 0
Answers: 0
Yoast breadcrumbs not displaying correctly on imported WooCommerce products
I am importing products via Product Import Export for WooCommerce by WebToffee, I then have a function that pulls data from an API and populates the data in each imported product.
Everything works per...
JackPDLTD
Votes: 0
Answers: 2
WordPress: Get Yoast SEO title for custom taxonomy
I'm trying to get the SEO title from a custom taxonomy.
Here's my current code for it:
$my_yoast_wpseo_title = get_term_meta( $term_id, '_wpseo_title', true );
if( $my_yoast_wpseo_title ){
echo $m...
Cray
Votes: 0
Answers: 3