Why Meta Tag Analyzer and other dosn't see my meta tags?

The website is http://goo.gl/eGvsF9 , is you open source html code, you will see all meta tags. But robots don’t see… Maybe problem with my .htaccess .
This is .htaccess:

## EXPIRES CACHING ##
<IfModule mod_expires.c>
    ExpiresActive on
    ExpiresDefault                          "access 2 days"
    ExpiresByType text/cache-manifest       "access 59 seconds"
    ExpiresByType text/html                 "access 59 seconds"
    ExpiresByType text/xml                  "access 59 seconds"
    ExpiresByType application/xml           "access 0 seconds"
    ExpiresByType application/json          "access 0 seconds"
    ExpiresByType application/rss+xml       "access 1 hours"
    ExpiresByType image/x-icon              "access 1 week"
    ExpiresByType image/gif                 "access 1 year"
    ExpiresByType image/png                 "access 1 year"
    ExpiresByType image/jpg                 "access 1 year"
    ExpiresByType image/jpeg                "access 1 year"
    ExpiresByType video/ogg                 "access 1 year"
    ExpiresByType audio/ogg                 "access 1 year"
    ExpiresByType audio/mp3                 "access 1 year"
    ExpiresByType video/mp4                 "access 1 year"
    ExpiresByType video/webm                "access 1 year"
    ExpiresByType text/x-component          "access 1 month"
    ExpiresByType font/truetype             "access 1 year"
    ExpiresByType font/opentype             "access 1 year"
    ExpiresByType application/x-font-woff   "access 1 year"
    ExpiresByType image/svg+xml             "access 1 month"
    ExpiresByType application/vnd.ms-fontobject "access 1 year"
    ExpiresByType text/css                  "access 1 hours"
    ExpiresByType application/javascript    "access 2 months"
    ExpiresByType text/javascript           "access 2 months"
</IfModule>
## EXPIRES CACHING ##

php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
php_flag log_errors on
php_flag ignore_repeated_errors off
php_flag ignore_repeated_source off
php_flag report_memleaks on
php_flag track_errors on
php_value docref_root 0
php_value docref_ext 0
php_value error_log PHP_errors.log
php_value error_reporting 2047
php_value log_errors_max_len 0

<Files PHP_errors.log>
 Order allow,deny
  Deny from all
   Satisfy All
   </Files>

Options +FollowSymLinks
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteEngine On
RewriteBase /

RewriteCond %{HTTP_HOST} ^www.kenogameplay.com$ [NC]
RewriteRule (.*) http://kenogameplay.com$1 [R=301]
RewriteRule ^login-google.*$ login_with_google.php [R=301,L]
RewriteRule ^login-vk.*$ login_with_vk.php [R=301,L]
RewriteRule ^login-twitter.*$ login_with_twitter.php [R=301,L]
RewriteRule ^login-yandex.*$ login_with_yandex.php [R=301,L]

Thanks for help.

And in other domain it work very good. why ? http://goo.gl/r9MdxT

Sorry i do short url… don’t wanna that search robots will see my questions.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.