php 将JSON-LD结构化数据添加到列表视图

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 将JSON-LD结构化数据添加到列表视图相关的知识,希望对你有一定的参考价值。

<?php
/**
 * Description: Add JSON-LD structured data to list view
 *
 * Usage: copy the snippet in your active (child) theme's functions.php file
 *
 * Plugins: The Events Calendar
 * Author: Modern Tribe
 * Last updated: September 7, 2018
 */
function tribe_list_view_structured_data ( ) {
  
    // bail if not list view
    if ( ! tribe_is_list_view() ) return;
  
    global $wp_query;
  
    Tribe__Events__JSON_LD__Event::instance()->markup( $wp_query->posts );
}
add_action( 'wp_head', 'tribe_list_view_structured_data' );

以上是关于php 将JSON-LD结构化数据添加到列表视图的主要内容,如果未能解决你的问题,请参考以下文章

php 事件日历PRO:在单一地点的列表视图中为每个事件添加JSON-LD标记。

如何在需要等待内容加载的动态页面上使用 JSON-LD 添加结构化数据?

我可以删除Yoast添加到我的WordPress网站的JSON-LD架构吗?

php [WordPress]为schema.org添加JSON-LD

JSON-LD:值的名称是不是必要?

通过使用结构化数据 JSON-LD,我为网站带来了更多的流量