如何修复SiteContext的PageContext“ URLS_SAFE_CHECK__CONTENT_URL_REWRITED”错误

问题描述

底部的Sitemap XML具有以下错误。当前正在使用多语言站点地图,这是使用的网址集。由于底部的脚本标记,Google尚未获取Sitemap。 如何解决这个问题。

<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="https://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="https://www.w3.org/1999/xhtml" xmlns:mobile="https://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="https://www.google.com/schemas/sitemap-image/1.1" xmlns:video="https://www.google.com/schemas/sitemap-video/1.1">

new(类PageContext {构造函数(clientKey){this.client = window [Symbol.for(clientKey)],this.bindEvents();} bindEvents(){const self = this; var f; history.pushState = (f = history.pushState,function(){const ret = f.apply(this,arguments); return self.onUrlChange(),ret;});让firstReplaceEvent =!0; history.replaceState =(f =>函数(参数){var ret = f.apply(this,arguments);返回firstReplaceEvent || self.onUrlChange(),firstReplaceEvent =!1,ret;})(history.replaceState),window.addEventListener(“ hashchange”,( function(){self.onUrlChange();}));} onUrlChange(){this.client.emitToBg(“ URLS_SAFE_CHECK__CONTENT_URL_REWRITED”);}})('MARIO_POST_CLIENT_almalgbpmcfpdaopimbdchdliminoign')

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...