更改文件扩展名会影响 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.
相关文章