我正在使用Blogger,我想知道如何搜索特定标签内的帖子, 例如,我有一堆帖子标记为营销, 当我通过查询搜索特定帖子时,标记为“市场营销”的整个帖子会显示出来,因为它不会执行其功能。
这些界限可以澄清问题,
<script type='application/ld+json'>
//<![CDATA[
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://mysite.blogspot.com/",
"potentialAction": {
"@type": "SearchAction",
"target": "/search/label/Marketing?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
//]]>
</script>
<form action='/search/label/Marketing' method='get' itemprop='potentialAction' itemscope='itemscope' itemtype='http://schema.org/SearchAction'>
<div>
<input class='form-control' name='q' placeholder='Search ' type='text' />
</div>
</form>