Ok, first of all i want you to know that i have read plenty of articles without founding a solution (i should burn my developer’s & digital marketer certificate). As the title say, i moved on from Joomla to Wordpress site, and since then my twitter cards are not working.
URL: www.grow-digital.gr
Theme: Newspaper 7
Wordpress v4.6
Yoast SEO Plugin
Meta Tags - Checked
NO SSL Certificate
Robots.txt seems fine ( http://www.grow-digital.gr/robots.txt)
Im worried about some errors from my server’s log when i try sometimes to validate:
2016-08-22 22:46:02 Warning RSA server certificate wildcard CommonName (CN) `*.grserver.gr' does NOT match server name!? Apache error
2016-08-22 23:19:44 Warning RSA server certificate wildcard CommonName (CN) `*.grserver.gr' does NOT match server name!? Apache error
2016-08-22 23:34:46 Warning RSA server certificate wildcard CommonName (CN) `*.grserver.gr' does NOT match server name!? Apache error
Please i need to find a solution, we are losing too much traffic from twitter, letting our competition grow.
Please tell me if you need more info.
.htaccess
Header unset Pragma
FileETag None
Header unset ETag
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 604800 seconds"
ExpiresByType image/jpeg "access plus 604800 seconds"
ExpiresByType image/png "access plus 604800 seconds"
ExpiresByType image/gif "access plus 604800 seconds"
ExpiresByType application/x-shockwave-flash "access plus 604800 seconds"
ExpiresByType text/css "access plus 604800 seconds"
ExpiresByType text/javascript "access plus 604800 seconds"
ExpiresByType application/javascript "access plus 604800 seconds"
ExpiresByType application/x-javascript "access plus 604800 seconds"
#ExpiresByType text/html "access plus 600 seconds"
#ExpiresByType application/xhtml+xml "access plus 600 seconds"
</ifModule>
# END Expire headers
<FilesMatch "\\.(js|css|html|htm|php|xml)$">
SetOutputFilter DEFLATE
</FilesMatch>
<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
**## Heading**