Questions created by jkundrotas
-
FB Shares in SEOmoz Keyword Analysis Tool
Hello everybody, I'm quite confused in how to understand "FB Shares" in SEOmoz Keyword Analysis Tool Report. As You may know, this section is under report's "Social Signals" category. Does this number counts whole FB shares of some website links by ALL FB users? Or is it a number of some website FB account posts? Some clearance would be very helpful.. The same question applies to other social signal reports: Tweets, Google+ shares. Thank You for your answer! Happy New Year!
Moz Pro | | jkundrotas0 -
Title Tag length and UTF-8
Hello seomozers! Today I've come to one interesting question about Title Tag lenght in UTF-8 coded content. It's relevant to description tag lenght too. So, as we all know SEO best practices recommend that my Title tag should be under 70 (or 75) characters. Now, we have a website which is UTF-8 coded. That means that our special characters (some lithuanian letters) at the end gains +4 or +5 characters in length. So Google Webmaster Tools in our case report that some Title Tags are longer than they should be (exceeded by those +4 or +5), but in SERPs we see clear and not trunctated Title Tags (which means that our title tags are displayed correctly in UTF-8). The question is - should I believe in SERPs and don't take any action or maybe should I notice Google Webmaster Tools recommendations and shorten those tags ? Well, I do believe that at the end it's not so important, but I'd like to hear some more opinions on this simple situation.
On-Page Optimization | | jkundrotas0 -
URL rewriting from subcategory to category
Hello everybody! I have quite simple question about URL rewriting from subcategory to category, yet I can't find any solution to this problem (due to lack of my deeper apache programming knowledge). Here is my problem/question: we have two website url structures that causes dublicate problems: www.website.lt/language/category/ www.website.lt/language/category/1/ 1 and 2 pages are absolutely same (both also returns 200 OK). What we need is 301 redirect from 2 to 1 without any other deeper categories redirects (like www.website.com/language/category/1/169/ redirecting to .../category/1/ or .../category/). Here goes .htaccess URL rewrite rules: RewriteRule ^([^/]{1,3})/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/$ /index.php?lang=$1&idr=$2&par1=$3&par2=$4&par3=$5&par4=$6&%{QUERY_STRING} [L] RewriteRule ^([^/]{1,3})/([^/]+)/([^/]+)/([^/]+)/([^/]+)/$ /index.php?lang=$1&idr=$2&par1=$3&par2=$4&par3=$5&%{QUERY_STRING} [L] RewriteRule ^([^/]{1,3})/([^/]+)/([^/]+)/([^/]+)/$ /index.php?lang=$1&idr=$2&par1=$3&par2=$4&%{QUERY_STRING} [L] RewriteRule ^([^/]{1,3})/([^/]+)/([^/]+)/$ /index.php?lang=$1&idr=$2&par1=$3&%{QUERY_STRING} [L] RewriteRule ^([^/]{1,3})/([^/]+)/$ /index.php?lang=$1&idr=$2&%{QUERY_STRING} [L] RewriteRule ^([^/]{1,3})/$ /index.php?lang=$1&%{QUERY_STRING} [L] There are other redirects that handles non-www to www and related issues: RedirectMatch 301 ^/lt/$ http://www.domain.lt/ RewriteCond %{HTTP_HOST} ^domain.lt RewriteRule (.*) http://www.domain.lt/$1 [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !(.)/$RewriteRule ^(.)$ http://www.domain.lt/$1/ [R=301,L] At this moment we cannot solve this problem with rel canonical (due to our CMS limits). Thanks for your help guys! If You need any other details on our coding, just let me know.
Technical SEO | | jkundrotas0