我有一個網站(說site1.com)301-重定向到另一個網站上的另一個網站(說http://site2.com/some/dirty/url)。搜索引擎優化 - 獲取搜索引擎索引301頁面
在site1.com典型代碼:
<?php
header("HTTP/1.1 301"); header("refresh:0;url=http://site2.com/some/dirty/url");
?><html>
<head>
<title>
Site 1 - heading.
</title>
<meta name="description" content="some description" />
</head>
<body />
</html>
通常情況下,搜索引擎永遠指數site1.com,即使有喜歡的外部鏈接:
<a href="http://site1.com/">Click Here</a>
但是,這是視爲外部鏈接http://site2.com/some/dirty/url因此http://site2.com/some/dirty/url被seo。
我一些如何想site1.com索引(只是標題,meta描述和URL)雖然http://site2.com/some/dirty/url獲得索引是沒有問題的。這是真的可能嗎?還是隻是我不得不忘記的東西?
謝謝回答..。 。 。什麼樣的網頁工作? –
它需要一個簡單的網頁工作,因爲每個人都在他們的網站做更多的幫助,你可以檢查我的上面的例子網站頁面上.... – user1430715
它是不是違反搜索引擎的服務條款? –