WPIntell

Source evidence

change structure data title

MAS Videos · support · 2023-12-30T13:56:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 25 rows with source links

12.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
mahsunseven unresolved
hi, I want to change the title of $episode->get_name() to rankmath seo title Please guide me how I can do this This is very important for me if ( ! is_a( $episode, 'MasVideos_Episode' ) ) { return; } $markup = array( '@type' => 'VideoObject', 'name' => $episode->get_name(), 'description' => wpautop( do_shortcode( $episode->get_short_description() ? $episode->get_short_description() : $episode->get_description() ) ), 'thumbnailUrl' => array( wp_get_attachment_url( $episode->get_image_id() ) ), 'uploadDate' => $episode->get_date_created()->date( 'c' ), ); Hi @mahsunseven , You can configure post types “Titles and Meta” in Rank Math plugin settings ( https://rankmath.com/kb/titles-and-meta/ ). Thanks, Abbas

Comments

1 shown
jmabbas 2024-01-02T14:24:00+00:00

Hi @mahsunseven , You can configure post types “Titles and Meta” in Rank Math plugin settings ( https://rankmath.com/kb/titles-and-meta/ ). Thanks, Abbas