PDA

View Full Version : Solved strange character in urls



badawidollah
21-05-10, 12:30
[lang=vi]hello,

* [url=http://www.nusantaraku.org/forum/ar/senda-gurau-malaysia/7468-ron95-ron97-vs-saan-pa-ang-maaari-tubo.html]Ron95 Ron97 مباراة.. أي مكان آخر يمكن الربح؟ -- العاب الجوال منتدى تحميل Mp3 موسيقى فيلم فيديو خلفية المشروع شركة إدارة الأعمال الكبار فوتوشوب يؤ

badawidollah
21-05-10, 12:31
Googlebot found an extremely high number of URLs on your site: Please Choose Your Languages Bel May 19, 2010
Googlebot encountered problems while crawling your site Please Choose Your Languages Bel.
Googlebot encountered extremely large numbers of links on your site. This may indicate a problem with your site's URL structure. Googlebot may unnecessarily be crawling a large number of distinct URLs that point to identical or similar content, or crawling parts of your site that are not intended to be crawled by Googlebot. As a result Googlebot may consume much more bandwidth than necessary, or may be unable to completely index all of the content on your site.
More information about this issue
Here's a list of sample URLs with potential problems. However, this list may not include all problematic URLs on your site.

* Ron95 Ron97
* तैयार सोनी PS3 250GB - फोरम मोबाइल गेम्स एमपी 3 वीडियो संगीत मूवी वॉलपेपर परियोजना प्रबंधन व्यापार कंà
* فان بيرسي يغيب خمسة أشهر -- منتدى العاب الجوال تØ*ميل مجاني mp3 الفيديو موسيقى الفيلم خلفية المشروع شركة إدارة الأعمال فوتوشوب قصص الØ*ب التي

badawidollah
21-05-10, 12:51
RewriteEngine On

RewriteBase /forum/

RewriteCond %{HTTP_HOST} !^www\.nusantaraku\.org
RewriteRule (.*) http://www.nusantaraku.org/forum/$1 [L,R=301]

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

RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/index.php [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/$2 [L,QSA]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]

vBET
22-05-10, 23:20
What is first post about?

Your .htaccess looks fine and as I see it is working. Do you have any issues with rules?

About Google note - the example of problematic URL is not an URL at all. Is there something broken on post, or it is as Google send you?

Also - I saw you already wrote in thread where this issue was described. Please fallow hints described there. Mostly:
1. Block irrelevant content by robots.txt
2. Check does webmaster tools shows you in errors some looped URLs (looped means some parts are repeated over and over again)

badawidollah
23-05-10, 08:02
1. did
2. google not showing errors loops url

VGF
23-05-10, 15:52
Comment these areas out -


#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
#RewriteRule ^(.+)$ vbseo.php [L,QSA]

and try again. You don't need it twice. And you don't need this line either -


#RewriteRule ^(.+)$ vbseo.php [L,QSA] (already commented out above)

^^ Having that line in there, broke my forum. Its not needed.

If that doesn't work...also try to comment this part out -



#RewriteCond %{HTTP_HOST} !^www\.nusantaraku\.org
#RewriteRule (.*) http://www.nusantaraku.org/forum/$1 [L,R=301]

Some servers dont require it. I had to comment it out as well..otherwise forum was broke.

VGF
23-05-10, 15:59
My vBet installation is fully functional with just the following in .htaccess -



RewriteEngine On
Options +FollowSymLinks

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

# vBET
# RULES for SEO translation links with vBSEO (have to be included before all rules to vbseo.php)

RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]



RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]
# vBET End

badawidollah
23-05-10, 17:22
now, my rules like this

RewriteEngine On

RewriteBase /forum/

RewriteCond %{HTTP_HOST} !^www\.nusantaraku\.org
RewriteRule (.*) http://www.nusantaraku.org/forum/$1 [L,R=301]

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

RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/index.php [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/$2 [L,QSA]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
#RewriteRule ^(.+)$ vbseo.php [L,QSA]


dont know it work or not

vBET
23-05-10, 17:41
now, my rules like this

...

dont know it work or not

Your rules looks fine. To check does it work just go to any translated page and check is it working.

You do not have to remove vBSEO rules - those are not active anyway (vBET catches everything before vBSEO). Also your first rule is ok and better for SEO to have it (forces redirect URLs not starting by www to start by www).

I suggest to not do any changes in your .htaccess file until you winf that something is not working and in such case please first describe us what it is and we will give you support.

vBET
23-05-10, 17:42
1. did
2. google not showing errors loops url

1. When - before or after Google mail?

VGF
23-05-10, 19:29
In mine, I do not have this part. You have it twice -



RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]


vbseo.php is ignored ....and for me it broke my code if I left it in there.

Michal told me to remove, and now it works fine.

badawidollah
24-05-10, 10:52
1. When - before or after Google mail?

before google email me.
my index not growing like usual now.
look like google stop from index my web

VGF
24-05-10, 12:29
before google email me.
my index not growing like usual now.
look like google stop from index my web

It takes time, bro. I'd give it 2 to 3 months minimum.

I've been analyzing search engine SEO for like 10 years now. And there is no doubt it takes time for google to determine the 'final' placement of your pages. It'll fluctuate to higher & lower ranks for weeks.

badawidollah
24-05-10, 12:53
In mine, I do not have this part. You have it twice -



vbseo.php is ignored ....and for me it broke my code if I left it in there.

Michal told me to remove, and now it works fine.

RewriteEngine On

RewriteBase /forum/

RewriteCond %{HTTP_HOST} !^www\.nusantaraku\.org
RewriteRule (.*) http://www.nusantaraku.org/forum/$1 [L,R=301]

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

RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/index.php [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/$2 [L,QSA]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]

#RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
#RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
#RewriteRule ^(.+)$ vbseo.php [L,QSA]

hope it will work

vBET
24-05-10, 20:06
before google email me.
my index not growing like usual now.
look like google stop from index my web

Please note that it is normal and desired that pages blocked in robots.txt are removed from indexes. So in this area you can be calm. Google is indexing your new content and perhaps still un-indexing irrelevant content.

The real question is what this Google message was really about. Is it possible that Google was writing about content which you already blocked but wasn't removed from indexes yet, or there really is some loop in URL address which you do not see now. In first case - there is nothing to worry about - irrelevant pages which are seen by Google as duplication of content will be removed in some time and issue is closed. In second case we have to find looped URLs - you will definitively find those in webmaster tools sooner or later if such exists (please note that Webmaster Tools doesn't show you actual data).

Also one more hint - make sure that you blocked all irrelevant content in your robots.txt Please see here for examples:
http://www.vbenterprisetranslator.com/forum/vbet4-general-discussions/408-vbet-performance.html
And be ready that pages blocked by robots.txt will disappear from indexes - this is how it is and how it should work.

At this moment we do not know other reasons why Google could send such message. Still waiting for answer that message given in 2nd post here is as it Google send or there was something broken with encoding?

vBET
10-06-10, 22:46
No response - considered solved. Please note it here if not :)

AfrikaansAlbanianArabicBelarusianBulgarianCatalanChineseCroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHaitian CreoleHebrewHindiHungarianIcelandicIndonesianIrishItalianJapaneseKoreanLatvianLithuanianMacedonianMalayMalteseNorwegianPersianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwahiliSwedishTaiwaneseThaiTurkishUkrainianVietnameseWelshYiddish
Translated to other languages thanks to vB Enterprise Translator 4.10.1