Will changing file extension affect SE rankings?(更改文件扩展名会影响 SE 排名吗?)
问题描述
我正在更新一个站点并将页面从 .html 更改为 .asp,这些页面将与旧的 html 页面具有完全相同的名称,唯一的区别是文件扩展名.这会影响现有的 SE 排名吗?有解决办法吗?我在 Microsoft 服务器上,这里没有 Apache.提前致谢
I'm updating a site and changing the pages from .html to .asp the pages will have the exact same name as the old html pages the only difference will be the file extension. Will this affect existing SE rankings? is there a solution? I'm on a Microsoft server no Apache for me here. Thanks in advance
推荐答案
是的,因为新的扩展使 URL 成为新的 URL.您当前页面的所有链接和排名都将丢失.
Yes, because a new extension makes the URL a new URL. All links and rankings your current page has will be lost.
不,因为您可以从旧 URL 到 URL 进行 301 重定向,这将告诉搜索引擎您的页面已移动以及移动到何处.所有链接和排名将(最终)恢复到新页面.
No, because you can do a 301 redirect from the old URL to the URL will tells the search engines your page has moved and where it has moved to. All links and rankings will (eventually) be restored to the new page.
这篇关于更改文件扩展名会影响 SE 排名吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:更改文件扩展名会影响 SE 排名吗?


基础教程推荐
- Javascript 在多个元素上单击事件侦听器并获取目标 2022-01-01
- 什么是不使用 jQuery 的经验技术原因? 2022-01-01
- WatchKit 支持 html 吗?有没有像 UIWebview 这样的控制器? 2022-01-01
- Node.js 有没有好的索引/搜索引擎? 2022-01-01
- jQuery File Upload - 如何识别所有文件何时上传 2022-01-01
- 如何使用sencha Touch2在单页中显示列表和其他标签 2022-01-01
- 为什么我在 Vue.js 中得到 ERR_CONNECTION_TIMED_OUT? 2022-01-01
- 如何使用 CSS 显示和隐藏 div? 2022-01-01
- 每次设置弹出窗口的焦点 2022-01-01
- 如何在特定日期之前获取消息? 2022-01-01