最新活动:电脑PC端+手机端+微网站+自适应网页多模板选择-建站388元起价!!!
当前位置:主页 > 网站建设 > WordPress发布文章自动主动推送提交MIP/AMP页面Wor

WordPress发布文章自动主动推送提交MIP/AMP页面Wor

时间:2023-05-15 08:05:15 阅读: 文章分类: 网站建设 作者: 网站编辑员

导读:Wordpress&建站Wordpress&建站相信很多Wordpress站点针对自己的站点做了MIP改造以及AMP改造,一般都是通过安装MIP插件以及AMP插件实现的AMP页面和MIP页面,文章的AMP地址seo网站优化建设网站。

seo网站优化建设网站

相信很多Wordpress站点针对自己的站点做了MIP改造以及AMP改造,一般都是通过安装MIP插件以及AMP插件实现的AMP页面和MIP页面,文章的AMP地址一般都是在文章原地址后面加后缀 /amp/或者 ?amp ,MIP地址的则加相应加后缀 /mip/ 或 ?mip。所以想在发布文章或者页面时自动主动推送提交MIP页面以及AMP 页面的,只需要将以下代码网站seo优化添加到当前主题的 functions.php 文件最后一个 ?> 的前面即可。

WordPress 发布文章自动推送 MIP

/** * WordPress 发布文章自动推送 MIP */ if(!function_exists('Baidu_mip')){ function Baidu_mip($post_ID) { //已成功推送的文章不再推送 if(get_post_meta($post_ID,'Baidumip',true) == 1) return; $url = get_permalink($post_ID); if(get_post_type($post_ID)=='page'){ $url=$url.'?mip'; } if(get_post_type($post_ID)=='post'){ $url=$url.'/mip/'; } $api = 'http://data.zz.baidu.com/urls?site=网站首页地址&token=你的密钥&type=mip'; $request = new WP_Http; $result = $request->request( $api , array( 'method'=> 'POST', 'body' => $url , 'headers' => 'Content-Type: text/plain') ); $result = json_decode($result['body'],true); //如果推送成功则在文章新增自定义栏目 Baidumip,值为 1 if (array_key_exists('success_mip',$result)) { add_post_meta($post_ID, 'Baidumip', 1, true); } } add_action('publish_post', 'Baidu_mip', 0);

WordPress 发布文章自动推送 AMP

/** * WordPress 发布文章自动推送 AMP */ if(!function_exists('Baidu_amp')){ function Baidu_amp($post_ID) { //已成功推送的文章不再推送 if(get_post_meta($post_ID,'Baiduamp',true) =高端网站建设= 1) return; $url = get_permalink($post_ID); if(get_post_type($post_ID)=='page'){ $url=$url.'?amp'; } if(get_post_type($post_ID)=='post'){ $url=$url.'/amp/'; } $api = 'http://data.zz.baidu.com/urls?site=网站首页地址&token=你的密钥&type=amp'; $request = new WP_Http; $result = $request->request( $api , array( 'method' => 'POST', 'body' => $url , 'headers' => 'Content-Type: text/plain') ); $result = json_decode($result['body'],true); //如果推送成功则在文章新增自定义栏目 Baiduamp,值为 1 百度seo网站优化 if (array_key_exists('success_amp',$result)) { add_post_meta($post_ID, 'Baiduamp', 1, true); } } add_action('publish_post', 'Baidu_amp', 0);相关seo网站优化建设网站。

关键词标签: 建站 主动

声明: 本文由我的SEOUC技术文章主页发布于:2023-05-15 ,文章WordPress发布文章自动主动推送提交MIP/AMP页面Wor主要讲述建站,主动,建站网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_1053.html

我的IDC 网站建设技术SEOUC.COM
专注网站建设,SEO优化,小程序设计制作搭建开发定制网站等,数千家网站定制开发案例,网站推广技术服务。
  • 5000+合作客服
  • 8年从业经验
  • 150+覆盖行业
  • 最新热门源码技术文章