問(wèn)題描述
我正在更新一個(gè)站點(diǎn)并將頁(yè)面從 .html 更改為 .asp,這些頁(yè)面將與舊的 html 頁(yè)面具有完全相同的名稱(chēng),唯一的區(qū)別是文件擴(kuò)展名.這會(huì)影響現(xiàn)有的 SE 排名嗎?有解決辦法嗎?我在 Microsoft 服務(wù)器上,這里沒(méi)有 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
推薦答案
是的,因?yàn)樾碌臄U(kuò)展使 URL 成為新的 URL.您當(dāng)前頁(yè)面的所有鏈接和排名都將丟失.
Yes, because a new extension makes the URL a new URL. All links and rankings your current page has will be lost.
不,因?yàn)槟梢詮呐f URL 到 URL 進(jìn)行 301 重定向,這將告訴搜索引擎您的頁(yè)面已移動(dòng)以及移動(dòng)到何處.所有鏈接和排名將(最終)恢復(fù)到新頁(yè)面.
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.
這篇關(guān)于更改文件擴(kuò)展名會(huì)影響 SE 排名嗎?的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!