如何删除元描述标签中的URL

时间:2018-11-17 21:55:33

标签: php html seo vbulletin

我面临的一个小问题是Google和其他搜索引擎根本不满意。

在我的vbulletin论坛中,我的大部分主题都从图片开始,然后是文字。

问题在于,当我们查看搜索引擎的结果时,它看起来像这样:

Example İmage

那么您是否知道php / html中是否有一种方法可以从meta标签中删除网址?

我知道这是vbulletin引擎的问题,但我已经问过他们如何解决此问题,他们说这是他们的责任。

顺便说一下,负责meta description标签的2个php文件包括它(也许可能有帮助):

在showthread.php中:

$thread['meta_description'] = strip_bbcode(strip_quotes($thread['description']), false, true);
$thread['meta_description'] = htmlspecialchars_uni(fetch_censored_text(fetch_trimmed_title($thread['meta_description'], 500, false)));

在get_forum.php中:

if ($foruminfo['description'] != '') {
        $desc = prepare_utf8_string(strip_tags($foruminfo['description']));
        if (strlen($desc) > 0) {
            $out['desc'] = $desc;
        }

非常感谢您的帮助,我知道这不是寻求vbulletin帮助的最佳地点,但是即使在他们的两个官方论坛中,也没有人可以帮助我正确地解决这一问题。

1 个答案:

答案 0 :(得分:-1)

提及标题中的meta标记,然后抓取网站以供Google审核。可能需要一些时间才能爬网,但是可以正常工作。

<meta name="description" content="This is an example of a meta description. This will often show up in search results.">