2011-12-07 133 views
1

我有一些我不希望Google索引的文章。我已經在文章的後端元數據設置中將設置設置爲noindex nofollow。但是,即使文章本身並沒有顯示它的pdf版本。在Google搜索結果中顯示爲PDF的Joomla文章

有關如何防止它們被索引的想法?

回答

0

你有拖的選擇:

禁用PDF按鈕將文章 - >配置按鈕,並查找PDF選項按鈕。

改變位於你的Joomla安裝目錄的根文件夾和.htaccess文件添加以下行:

User-agent: Googlebot 
Disallow: /index.php?view=article*&format=pdf 
Disallow: /index.php?view=article*&print=1* 
Disallow: /index.php?option=com_mailto* 
Disallow: /component/mailto/* 

User-agent: Slurp 
Disallow: /index.php?view=article*&format=pdf 
Disallow: /index.php?view=article*&print=1* 
Disallow: /index.php?option=com_mailto* 
Disallow: /component/mailto/* 

寬度的其中一個選項,你必須解決的問題,後者也擺脫重複的內容從發送到朋友選項和打印視圖。

請注意,改變Google或其他漫遊器爲您的網站編制索引的方式需要一些時間。

Regards

0

取決於pdf文件的存儲位置。您可以使用robots.txt file來排除pdf文件所在的文件夾。您還可以將rel="nofollow"添加到PDF文件的鏈接。

閱讀一些鏈接:

+0

但我沒有任何pdf文章本身在搜索結果中顯示爲pdf。我在Bing搜索中看到這種情況發生 – Neil

+0

您可以在bing中發佈這些搜索結果中的一個鏈接嗎? –

+0

http://www.bing.com/search?q=erin+hoesly+thomson+reuters+resources&go=&qs=n&sk=&form=QBLH – Neil