PDA

查看完整版本: 已解決 谷歌地圖的錯誤



haiduongbk
24-04-11, 14:26
我提交sitemap由谷歌網站管理員工具,我看到這樣的錯誤:

無法追踪網址
當我們測試了樣品的網址從您的網站,我們發現,一些網址重定向到其他位置。我們建議您的網站包含的網址指向的最終目的地(重定向目標),而不是重定向到另一個 URL。


HTTP錯誤:301
網址:
HTT
問題發現於:2011年4月24日
- 我用現代重寫友好的URL,我用:創建 URL的SEO鏈接西奧共識(即“/ EN /地址');不使用百度推廣使用:百度推廣搜索引擎的XML網站地圖 - 內容的文件。htaccess的我:

RewriteEngine敘述上
RewriteCond%{HTTP_HOST}!^ windowsz \\。NET $ [NC]
RewriteRule ^(.*)$ http://windowsz.net/ $ 1 [R = 301,L]
DirectoryIndex forum.php index.php的索引。PHP3 messagebrd.pl的index.html INDEX.HTM
RewriteBase /
RewriteRule存檔 /的index.php?/ $ 2&語言 = $ 1 [L,QSA]
RewriteRule forum.php?語言 = $ 1 [L,QSA]
RewriteRule 2美元?語言 = $ 1 [QSA]
RewriteRule ^((urllist | sitemap_).* \\(XML | TXT)(\\。GZ)?)$ vbseo_sitemap / vbseo_getsitemap.php?地圖 = $ 1 [L]

選項 + FollowSymLinks

###這是個額外的安全性,可以被刪除

RewriteRule ^包括/(.*)的index.php
RewriteRule ^ VB /(.*)的index.php
RewriteRule ^包/(.*)的index.php

###這是實際的REWRITE

RewriteRule ^線程 /([0-9 ]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/頁([0-9] +) ?))showthread.php?噸 = $ 1&頁 = $ 2&%{QUERY_STRING}
RewriteRule ^成員 /([0-9] +)member.php?U = $ 1&%{QUERY_STRING}
RewriteRule ^論壇 /([0-9 ]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/頁([0-9] +) ?))forumdisplay.php在?F = $ 1&頁 = $ 2&%{QUERY_STRING}
RewriteRule ^博客/([0-9 ]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/頁([0-9] +) ?))blog.php?U = $ 1&頁 = $ 2&%{QUERY_STRING}
RewriteRule ^項 /([0-9 ]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/頁([0-9] +) ?))entry.php?B = $ 1&頁 = $ 2&%{QUERY_STRING}
RewriteRule ^名單 /([^/]*/)([ 0-9] +)list.php?R = $ 1 $ 2&%{QUERY_STRING}
RewriteRule ^內容 /(.*) content.php?R = $ 1&%{QUERY_STRING}
RewriteRule ^構件 /配置/([0-9] +)widget.php?R =配置/ $ 1&%{QUERY_STRING}
檔 vbseo_sitemap_functions.php 包含的內容:

$事先= vbseo_sm_priority($ vboptions ['vbseo_sm_priority_rt'],$ RELP);

如果($ vboptions ['vbseo_sm_freq_tsmart'])
{
$ dpassed =(時間() - $ threadrow ['lastpost'])/ 86400;
如果($ dpassed <3)$頻率 =“人民日報”;
否則,如果($ dpassed <10)$頻率 =“每週”;
否則,如果($ dpassed <100)$頻率 ='月';
否則 $頻率 ='每年';
其他}
$頻率 = $ vboptions ['vbseo_sm_freq_t'];

vbseo_log_entry(“[showthread] forum_id:$ forumid,的thread_id:$ threadrow [ID為],文章總數:$ totalposts,頁數:$頁,視圖:$ threadrow [意見] $事先”);
為($ P = 1; $ P <= $頁; $ P + +)
{
/ /其他代碼
$ alanguages =陣列
如果(!$存檔){
$ currentthreadurl = vbseo_url_thread($ threadrow,$ P,$存檔)。 '&語言 =';
$ vbseo_stat ['T'] + = SIZEOF($ alanguages );
$ lastpost =&$ threadrow ['lastpost'];
的foreach($ alanguages 元語言){
vbseo_add_url($ currentthreadurl $語言,$之前,$ lastpost,$頻率);
}
}
/ /結束額外的代碼
$ vbseo_stat [$存檔?“在':'T'] + = vbseo_add_2urls(
vbseo_url_thread($ threadrow,$ P,$存檔)
vbseo_url_thread($ threadrow,$ P,$存檔,真實),
$之前,
$ threadrow ['lastpost'],
$頻率
);

}

如果($ showpost)
{

$ getposts = $ DB ->查詢(“
SELECT p.dateline,p.postid,p.threadid
從“。TABLE_PREFIX。”後為 P
WHERE p.threadid = $ threadrow [主題 ID]
並可見 = 1
ORDER BY p.dateline
“);
請你幫我為正確的配置,為什麼錯誤的地圖,可以幫助我解決的,謝謝

haiduongbk
24-04-11, 14:38
我使用vBulletin 4.1.3,我做出了錯誤的主題,請切換到vBulletin論壇 4我

kamilkurczak
25-04-11, 13:34
你好,

第一,把規則的Sitemaps生成前vBET規則:

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

haiduongbk
26-04-11, 01:03
感謝 Kamilkurczak。我這樣做了,但問題仍然沒有得到解決。幫助我。

RewriteEngine敘述上
RewriteRule ^((urllist | sitemap_).* \\(XML | TXT)(\\。GZ)?)$ vbseo_sitemap / vbseo_getsitemap.php?地圖 = $ 1 [L]
RewriteCond%{HTTP_HOST}!^ windowsz \\。NET $ [NC]
RewriteRule ^(.*)$ http://windowsz.net/ $ 1 [R = 301,L]
DirectoryIndex forum.php index.php的索引。PHP3 messagebrd.pl的index.html INDEX.HTM
RewriteBase /
RewriteRule存檔 /的index.php?/ $ 2&語言 = $ 1 [L,QSA]
RewriteRule forum.php?語言 = $ 1 [L,QSA]
RewriteRule 2美元?語言 = $ 1 [QSA]

選項 + FollowSymLinks

###這是個額外的安全性,可以被刪除

RewriteRule ^包括/(.*)的index.php
RewriteRule ^ VB /(.*)的index.php
RewriteRule ^包/(.*)的index.php

###這是實際的REWRITE

RewriteRule ^線程 /([0-9 ]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/頁([0-9] +) ?))showthread.php?噸 = $ 1&頁 = $ 2&%{QUERY_STRING}
RewriteRule ^成員 /([0-9] +)member.php?U = $ 1&%{QUERY_STRING}
RewriteRule ^論壇 /([0-9 ]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/頁([0-9] +) ?))forumdisplay.php在?F = $ 1&頁 = $ 2&%{QUERY_STRING}
RewriteRule ^博客/([0-9 ]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/頁([0-9] +) ?))blog.php?U = $ 1&頁 = $ 2&%{QUERY_STRING}
RewriteRule ^項 /([0-9 ]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/頁([0-9] +) ?))entry.php?B = $ 1&頁 = $ 2&%{QUERY_STRING}
RewriteRule ^名單 /([^/]*/)([ 0-9] +)list.php?R = $ 1 $ 2&%{QUERY_STRING}
RewriteRule ^內容 /(.*) content.php?R = $ 1&%{QUERY_STRING}
RewriteRule ^構件 /配置/([0-9] +)widget.php?R =配置/ $ 1&%{QUERY_STRING}

haiduongbk
27-04-11, 09:23
百度推廣 3.6.0我用什麼不會得到一個錯誤消息來自谷歌。 - 我百度推廣實施和集成,我htaccess的內容:

RewriteEngine敘述上

RewriteCond%{HTTP_HOST}!^ windowsz \\。NET $ [NC]
RewriteRule ^(.*)$ http://windowsz.net/ $ 1 [R = 301,L]

RewriteRule ^((urllist | sitemap_).* \\(XML | TXT)(\\。GZ)?)$ vbseo_sitemap / vbseo_getsitemap.php?地圖 = $ 1 [L]

#規則的搜索引擎優化與百度推廣鏈接翻譯(必須包括之前的所有規則,vbseo.php)
RewriteRule vbenterprisetranslator_seo.php?vbet_lang = $ 1&重定向= / [L,QSA]
RewriteRule vbenterprisetranslator_seo.php?vbet_lang = $ 1&重定向= / $ 2 [L,QSA]

RewriteCond%{REQUEST_URI}!(adminwzcp / | modwzcp / | vbseo_sitemap / | CRON)
RewriteRule ^((存檔 /)?(.* \\。PHP (/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]

RewriteCond%{REQUEST_FILENAME}!- F
RewriteCond%{REQUEST_FILENAME}!- D
RewriteCond%{REQUEST_FILENAME}!^(adminwzcp | modwzcp |的ClientScript | cpstyles |影像)/
RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]

RewriteCond%{REQUEST_URI}!(adminwzcp / | modwzcp / |的cron | vbseo_sitemap | API \\。PHP)
RewriteRule ^((存檔 /)?(.* \\。PHP (/.*)?))$ vbseo.php [L,QSA]

RewriteCond%{REQUEST_FILENAME}!- F
RewriteCond%{REQUEST_FILENAME}!- D
RewriteCond%{REQUEST_FILENAME}!/(adminwzcp | modwzcp |的ClientScript | cpstyles |影像)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
它和我一起。然而集成在網站地圖中,我只是按照在說明: HTTP://www.vbenterprisetranslator.com/forum/vbet4-integration-other-plugins/415-sitemap-generator-integration.html-do 要做別的事嗎? — — 我的問題現在未轉化為文章連結開機自檢。例如我的網站的連結

衝trộmKHI糞的Wi - Fi(http://windowsz.net/f30/ch%E1%BB%91ng - TR%E1%BB%99米- KHI - D%C3%B9ng - WI - FI - 23696.html)
售後服務:

反盜竊時使用Wi - Fi(http://windowsz.net/en/f30/ch%E1%BB%91ng - TR%E1%BB%99米- KHI - D%C3%B9ng - WI - FI - 23696 。HTML)
怎樣才能翻譯的鏈接地址,你的網站?

haiduongbk
27-04-11, 09:27
這意味著它可以轉化為張貼的內容,文章標題,但它並沒有轉化連接所有郵局像這樣為您的網站

haiduongbk
27-04-11, 09:41
- 問題是,地圖創建,我讀到:

<URL>

<pri ority> 0.6802 </優先>
的<lastmod> 2011 - 04 - 26T11:23:06 +00:00 </ lastmod時間>
<changefreq>每年</ changefreq>
</ URL>
<URL>

<pri ority> 0.6802 </優先>
的<lastmod> 2011 - 04 - 26T11:23:06 +00:00 </ lastmod時間>
<changefreq>每年</ changefreq>
</ URL>
<URL>
我可以看到的位址是: HTTP://5Bthao/f11/windowsz.net%5 d %5byou-%-六安 %5 d-Yi-gi-ve-windows7-final-are-gio-g-22-10-2009-a-556-6.htmlNhưng 連結就是找不到的錯誤頁。幫幫我。錯誤太多,履行了我的網站

kamilkurczak
27-04-11, 10:51
OK,我會為你檢查一下

kamilkurczak
03-05-11, 16:55
關於谷歌地圖的錯誤:

友情鏈接網站地圖應該是在沒有翻譯。
這是好事 - 這是應該如何工作。為什麼呢?性能。
在這一刻產生的52倍以上鏈接的線程會消耗很多時間大論壇。所有這些翻譯在同一時間可能使它真的,真的很耗費時間,並產生大量的查詢數據庫。

這是良好的谷歌 - 你 看,你有一個 301重定向到的頁面與翻譯的網址(HTTP錯誤:301)。

谷歌寧願被翻譯的鏈接,但它不打擾它們。

更多在這裡:vBET集成與其它插件 - vBulletin企業翻譯(vBET)(http://www.vbenterprisetranslator.com/forum/vbet-integration-other-plugins/)

此消息是從谷歌為您的信息。他們認為你可能有一個壞的鏈接在地圖,他們認為這是不適合你,你不知道任何有關的,
但你知道 - 這個鏈接被重定向(含301)的好形式,這是良好的谷歌和非常好的網站(性能)。

vBET不支持翻譯的網址在地圖。

此外,您無法整合vBET與地圖 - 您將在Sitemaps的唯一環節的原始線程。谷歌抓取鏈接翻譯本身(但需 要更長的時間),您將有翻譯的網址

Automatic Translations (Powered by Google, Microsoft®, Yandex, SDL Language Cloud, IBM Watson and Apertium):
AfrikaansAlbanianArabicBelarusianBulgarianCatalanChineseCroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHaitian CreoleHebrewHindiHungarianIcelandicIndonesianIrishItalianJapaneseKoreanLatvianLithuanianMacedonianMalayMalteseNorwegianPersianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwahiliSwedishTaiwaneseThaiTurkishUkrainianVietnameseWelshYiddish
Languages translations supported by vBET 4.10.1