我正在运行一个网站,其中包含我的一个开源项目的文档。各种页面有不同的版本,您可以根据其URL模式进行更改:
ERROR in node_modules/@angular/fire/auth/auth.d.ts(12,45): error TS2694: Namespace 'firebase.auth' has no exported member 'IdTokenResult'.
node_modules/@angular/fire/firebase.app.module.d.ts(2,42): error TS2305: Module '"D:/School/App & Gui Dev/Project_Mariën_Seppe/node_modules/firebase/app/index"' has no exported member 'functions'.
/1.0/some-topic
/2.0/some-topc
这工作得很好,但是Google遇到了问题:如果您在网络上搜索一些主题,则会得到所有不同版本的结果。虽然这基本上很好,但先显示最新的内容会更有意义。不幸的是,旧页面的排名要比新页面好。
有什么办法可以提示搜索引擎,使这些页面的新版本胜于较旧的页面?有没有一种干净的官方方法?