問題描述
我正在更新一個站點并將頁面從 .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 排名嗎?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!