重要:此頁面會使用Cookie (cookies). 使用本網站不關閉瀏覽器中的cookie,即表示您同意使用它。
現在購買! 特點 下載

賺錢與我們聯繫!

如果您想要開始賺錢與貝特聯接 聯盟計畫。
結果 199

主題: 谷歌地圖的錯誤

  1. #1
    會員
    註冊日期
    2010年3月
    帖子
    31

    Default 谷歌地圖的錯誤

    Text automatically translated from: Vietnamese to: Taiwanese
    Translated text
    我提交sitemap由谷歌網站管理員工具,我看到這樣的錯誤:
    Original text

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

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

    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}
    Text automatically translated from: Vietnamese to: Taiwanese
    Translated text
    文件中 vbseo_sitemap_functions.php 內容:
    Original text

    $事先= 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
    “);
    Text automatically translated from: Vietnamese to: Taiwanese
    Translated text
    請你幫我為正確的配置,為什麼錯誤的地圖,可以幫助我解決的,謝謝
    Original text
    最後編輯者 haiduongbk; 24-04-1114:29.

  2. #2
    會員
    註冊日期
    2010年3月
    帖子
    31

    Default

    Text automatically translated from: Vietnamese to: Taiwanese
    Translated text
    我使用vBulletin 4.1.3,我做出了錯誤的主題,請切換到vBulletin論壇 4我
    Original text

  3. #3
    vBulletin企業翻譯(vBET)員工
    註冊日期
    2010年5月
    帖子
    1,000

    Default

    你好,

    第一,把規則的Sitemaps生成前vBET規則:
    Code:
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

  4. #4
    會員
    註冊日期
    2010年3月
    帖子
    31

    Default

    Text automatically translated from: Vietnamese to: Taiwanese
    Translated text
    感謝 Kamilkurczak。我這樣做了,但問題仍然沒有得到解決。幫助我。
    Original text

    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}

  5. #5
    會員
    註冊日期
    2010年3月
    帖子
    31

    Default

    Text automatically translated from: Vietnamese to: Taiwanese
    Translated text
    百度推廣 3.6.0我用什麼不會得到一個錯誤消息來自谷歌。
    - 我百度推廣實施和集成,我htaccess的內容:
    Original text

    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]
    Text automatically translated from: Vietnamese to: Taiwanese
    Translated text
    它為我工作。然而,為了整合地圖我只是按照指示在:http://www.vbenterprisetranslator.co...tegration.html
    - 我要做什麼嗎?
    - 我現在的問題是把所有的郵政服務。
    例如:我的網站鏈接
    Original text

    Text automatically translated from: Vietnamese to: Taiwanese
    Translated text
    售後服務:
    Original text

    Text automatically translated from: Vietnamese to: Taiwanese
    Translated text
    怎樣才能翻譯的鏈接地址,你的網站?
    Original text

  6. #6
    會員
    註冊日期
    2010年3月
    帖子
    31

    Default

    Text automatically translated from: Vietnamese to: Taiwanese
    Translated text
    這意味著它可以轉化為張貼的內容,文章標題,但它並沒有轉化連接所有郵局像這樣為您的網站
    Original text

  7. #7
    會員
    註冊日期
    2010年3月
    帖子
    31

    Default

    Text automatically translated from: Vietnamese to: Taiwanese
    Translated text
    - 問題是,地圖創建,我讀到:
    Original text

    <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>
    Text automatically translated from: Vietnamese to: Taiwanese
    Translated text
    我可以看到生成的地址:http://windowsz.net/f11/%5Bthao鸞 ... 9 - A - 556 - 6.html
    但沒有發現錯誤鏈接頁面。幫助我。太多的錯誤,讓出我的網站
    Original text

  8. #8
    vBulletin企業翻譯(vBET)員工
    註冊日期
    2010年5月
    帖子
    1,000

    Default

    OK,我會為你檢查一下

  9. #9
    vBulletin企業翻譯(vBET)員工
    註冊日期
    2010年5月
    帖子
    1,000

    Default

    關於谷歌地圖的錯誤:

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

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

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

    更多在這裡: vBET集成與其它插件 - 簡體企業翻譯(vBET)

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

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

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

標籤這個主題

發帖權限

  • 可能不會 發表新主題
  • 可能不會 發表回复
  • 可能不會 上傳附件
  • 可能不會 編輯您的文章
  •