request check installation correct or not and google indexin
Sep 13, 2011 12:55 am by [email protected]
Sep 13, 2011 12:55 am by [email protected]
hi edo,
after quite a long time solved the overloading prob because of some other bad script, and re installed gtranslate and selected a few languages.
please check for me if the installation is correct and if google indexing is perfect or not. the product pages i see only translates the heading and partial content here and there only. please advise
thanks
Re: request check installation correct or not and google ind
Sep 13, 2011 12:12 pm by Edvard
Sep 13, 2011 12:12 pm by Edvard
Which site I need to check?
Re: request check installation correct or not and google ind
Sep 13, 2011 4:46 pm by [email protected]
Sep 13, 2011 4:46 pm by [email protected]
http://www.samratbazaar.com.sg
access details sent by email
thanks
thambi
singapore
Re: request check installation correct or not and google ind
Sep 14, 2011 11:05 am by Edvard
Sep 14, 2011 11:05 am by Edvard
The Pro is installed correctly. However you have a problem with the language selector added on your site. Did you modify anything in the free module? For some reason something is removing the new line characters which breaks the syntax.
Also, try to check your Translate API key usage and find out if you have a courtesy limit of 100.000 characters per day. You can find it out from: https://code.google.com/apis/console/
Re: request check installation correct or not and google ind
Sep 14, 2011 4:51 pm by [email protected]
Sep 14, 2011 4:51 pm by [email protected]
Tasks API Courtesy limit: 5,000 queries/day
Translate API Courtesy limit: 0 characters/day • Pricing
URL Shortener API Courtesy limit: 1,000,000 queries/day
never modify the free gtranslate. you are welcome to access the backend to check. access details already sent by email
thanks
Re: request check installation correct or not and google ind
Sep 18, 2011 4:09 pm by [email protected]
Sep 18, 2011 4:09 pm by [email protected]
hi ,
request any learned teacher to tell me where to insert the google api key in my config.php file extract below
would be thankful if anyone mark the position by inserting a dummy key
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
<?php
define('API_KEY', 'INSERT-YOUR-KEY'); // You need to get your Google Translate API key from https://code.google.com/apis/console/?api=translate
define('MAIN_LANG', 'en'); // en, ar, bg, hr, cn, ct, cs, da, et, tl, fi, fr, gl, el, iw, hi, es, nl, id, ja, ca, ko, lt, lv, mt, de, no, pt, ru, ro, sr, sk, sl, sv, th, tr, uk, hu, vi, it, pl, sq
define('AUTO_DETECT_LANG', false); // set to true if you have mixed language content
define('CACHE_TIME', 365*24*60*60); // 1 year by default, no need to decrease
define('LICENSE', 'license.dat');
define('SSL_VERIFY_PEER', true); // disable if you get CA certificate error and cannot reconfigure your server to solve the issue
define('FOLLOW_LOCATION', false); // if your site have redirects for some URLs and for that reason you see blank pages, you need to enable this feature
define('USE_BING_TRANSLATOR', false); // Enable it to use Bing Translotor instead of Google Translate
define('BING_API_KEY', 'INSERT-YOUR-KEY'); // If the option above is enabled you need to get your Bing API key from http://www.bing.com/developers/createapp.aspx (PHP SOAP client is required)
define('DEBUG', false); // turn on for debug mode
// username and password to edit translations, please change for security reasons,
// this is not your google login/pass, you need to think something new
define('USER', 'INSERT-USERNAME');
define('PASS', 'INSERT-PASSWORD');
SIMILAR TOPICS
Google stopped providing website translator widgets | Feb 28, 2019 2:43 pm | Replies: 0 | Post by: Edvard |
GTranslated Post Redirects To Google Homepage | Dec 31, 2018 12:36 pm | Replies: 1 | Post by: theseoulofkorea |
How do Neural Machine Translation systems compare to Google | Aug 22, 2018 9:16 am | Replies: 1 | Post by: williamjonas |
joomla google translate based on user ip | Aug 15, 2018 10:09 am | Replies: 1 | Post by: ameerjaiswal |
Google doesnt index gtranslate pages | Jul 23, 2012 4:44 am | Replies: 21 | Post by: trotsak |