php Yoast SEO在breadcrumb中添加第一个链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Yoast SEO在breadcrumb中添加第一个链接相关的知识,希望对你有一定的参考价值。

<?php

/**
 * Add a link in first position in Yoast SEO breadcrumb
 *
 * @param $links
 *
 * @return mixed
 */
function filter_wpseo_breadcrumb_links( $links ) {
	array_unshift($links, ['text' => 'Aquatonic', 'url' => 'https://www.aquatonic.fr', 'allow_html' => true]);
	return $links;
}
add_filter( 'wpseo_breadcrumb_links', 'filter_wpseo_breadcrumb_links' );

以上是关于php Yoast SEO在breadcrumb中添加第一个链接的主要内容,如果未能解决你的问题,请参考以下文章

text 将架构添加到yoast seo breadcrumb

text 将架构添加到yoast seo breadcrumb

php 从Breadcrumbs #yoast #hide中删除Home

php Yoast Breadcrumbs

php 使用Yoast SEO Analyis插件时,将ACF字段添加到Yoast SEO权重中

php 从Yoast SEO Video中删除Yandex标签