{* Template Name:JSON-LD结构化数据 *} {if $finchui->structured_data} {if $type=='index'} {fui_blog_structured_data('index', null, null, null, null, null, $seo_title, $seo_description)} {elseif $type=='article'} {fui_blog_structured_data('article', $article, null, null, null, null, $seo_title, $seo_description)} {elseif $type=='page'} {fui_blog_structured_data('page', $article, null, null, null, null, $seo_title, $seo_description)} {elseif $type=='category'} {fui_blog_structured_data('category', null, $category, null, null, null, $seo_title, $seo_description)} {elseif $type=='tag'} {fui_blog_structured_data('tag', null, null, $tag, null, null, $seo_title, $seo_description)} {elseif $type=='author'} {fui_blog_structured_data('author', null, null, null, null, $author, $seo_title, $seo_description)} {elseif $type=='search'} {fui_blog_structured_data('search', null, null, null, $title, null, $seo_title, $seo_description)} {elseif $type=='date'} {fui_blog_structured_data('date', null, null, null, $title, null, $seo_title, $seo_description)} {/if} {/if}