DARKF3D3 Posted February 1, 2011 Share Posted February 1, 2011 Hi, someone know i can solve the problem showed in the image below? Link to comment Share on other sites More sharing options...
DARKF3D3 Posted February 6, 2011 Author Share Posted February 6, 2011 No one know how i can fix this? Link to comment Share on other sites More sharing options...
aga63 Posted February 6, 2011 Share Posted February 6, 2011 HiWhat you are looking for is here, you would need to add some code into a file http://www.prestashop.com/forums/viewthread/52665/seo_search_engine_optimization/howto__prevent_meta_tag_duplication Link to comment Share on other sites More sharing options...
DARKF3D3 Posted February 6, 2011 Author Share Posted February 6, 2011 That modify is compatible with all prestashop version? Link to comment Share on other sites More sharing options...
aga63 Posted February 9, 2011 Share Posted February 9, 2011 yes it is available for different versions. if you are using v1.3.6.0 then please go to the final page. I have added the fix for that latest stable version Link to comment Share on other sites More sharing options...
DARKF3D3 Posted February 10, 2011 Author Share Posted February 10, 2011 I have made the modyfy of the link but now the "Duplicated title Tag" are more that before.Now i have a duplicated title for every products, one of my lang an one for the EN language, before the modify i don't have this problem... Link to comment Share on other sites More sharing options...
aga63 Posted February 10, 2011 Share Posted February 10, 2011 look at the seo fix i have uploaded. then give it a few days allow google to update and you would see a decrease in duplicate content. I added the fix 4 days ago and today google updated webmaster stats and there is a 20-25% decrease in the duplicate content within 4 days. So if I wait a little longer and allow it to crawl a few more pages then the duplicate content would also decrease.Just add the fix and wait a week then see what google stats is saying Link to comment Share on other sites More sharing options...
aga63 Posted February 10, 2011 Share Posted February 10, 2011 Also you need to add the fix here aswellgo to the final page i have also uploaded a fix for v1.3.6.0 herehttp://www.prestashop.com/forums/viewthread/74380/this would also solve some problems. After doing this you would see an increase in visitors and get crawled more often.have you created a .htaccess? and robots.txt?please send me the link of your website Link to comment Share on other sites More sharing options...
DARKF3D3 Posted February 10, 2011 Author Share Posted February 10, 2011 .htaccess yes, but no robot.txt Link to comment Share on other sites More sharing options...
aga63 Posted February 10, 2011 Share Posted February 10, 2011 ok 1 generate robots.txt in back office2. switch on friendly url writing3 generate a new .htaccess in back office dont forget the 301 redirect from non-www to www4. dont add a sitemap to google webmaster as the sitemap moduel does not contain the latest url's. therefore you would be penalized for it. so erase any sitemap you have made using the sitemap module.5. add the 2 different fixes i have sent you.6. wait one week and you would see a decrease in duplicate content.7. about in a months time you should start to get more visitors from search engines.8. but the 301 redirect module from Tomer for $25. this is extemely beneficial9. add meta tag details for each item, but before you do this make sure you have used google traffic estimator to ensure you are using the words which get the most amount of searches for your meta tags. That way you would be listed in more results and have more visitors.Anything else? Link to comment Share on other sites More sharing options...
DARKF3D3 Posted February 10, 2011 Author Share Posted February 10, 2011 2. switch on friendly url writing I have already switch on friendly URL, you don't see them? 3 generate a new .htaccess in back office dont forget the 301 redirect from non-www to www This is my .htaccess file: # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums # URL rewriting module activation RewriteEngine on RewriteCond %{HTTP_HOST} ^crazyluke.it RewriteRule ^(.*)$ http://www.crazyluke.it/$1 [R=301,L] # URL rewriting rules RewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/p/$1-$2$3.jpg [L,E] RewriteRule ^([0-9]+)\-([0-9]+)/([_a-zA-Z0-9-]*)\.jpg$ /img/p/$1-$2.jpg [L,E] RewriteRule ^([0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/c/$1$2.jpg [L,E] RewriteRule ^lang-([a-z]{2})/([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$3&isolang;=$1$5 [L,E] RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$2&isolang;=$1$4 [L,E] RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$2&isolang;=$1 [QSA,L,E] RewriteRule ^([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$2$4 [L,E] RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$1$3 [L,E] RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$1 [QSA,L,E] RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /cms.php?id_cms=$1 [QSA,L,E] RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ /supplier.php?id_supplier=$1$3 [QSA,L,E] RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ /manufacturer.php?id_manufacturer=$1$3 [QSA,L,E] RewriteRule ^lang-([a-z]{2})/(.*)$ /$2?isolang=$1 [QSA,L,E] # Catch 404 errors ErrorDocument 404 /404.php ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType text/css "access plus 1 week" ExpiresByType text/javascript "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/x-icon "access plus 1 year" FileETag INode MTime Size AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript Link to comment Share on other sites More sharing options...
aga63 Posted February 10, 2011 Share Posted February 10, 2011 ok just add the 2 other fixes i sent you, you would need to go to the last pages of those topics to see my post and you can download it. so you sell on ebay aswell very nice.you a programmer? Link to comment Share on other sites More sharing options...
DARKF3D3 Posted February 10, 2011 Author Share Posted February 10, 2011 I study computer science and programming at college, but some years ago, i know only something...Now i try to do that fix but i have PS 1.3.1 not 1.3.6 Link to comment Share on other sites More sharing options...
aga63 Posted February 10, 2011 Share Posted February 10, 2011 i hope I have been helpful Link to comment Share on other sites More sharing options...
DARKF3D3 Posted February 10, 2011 Author Share Posted February 10, 2011 i don't understand this point:8. but the 301 redirect module from Tomer for $25. this is extemely beneficialWhich is the module i need to buy? Link to comment Share on other sites More sharing options...
aga63 Posted February 10, 2011 Share Posted February 10, 2011 http://www.presto-changeo.com/prestashop-modules/25-duplicate-url-redirect.htmlthis one Link to comment Share on other sites More sharing options...
DARKF3D3 Posted February 10, 2011 Author Share Posted February 10, 2011 Thans the friendly URL module, or it's a different one? Link to comment Share on other sites More sharing options...
Rhobur Posted March 2, 2011 Share Posted March 2, 2011 Aga63, is your fix good for 1.3.7 too ? Or this version doesn't need it ? Link to comment Share on other sites More sharing options...
cine11a Posted February 20, 2012 Share Posted February 20, 2012 I fix problem on http://instant-trips.blogspot.com/ in the page (Layout -> Edit HTML), click on "Expand Widget Templates". Then find (CTRL+F) this code: <a expr:href='data:comment.url' title='comment permalink'> <data:comment.timestamp/> </a> Replace the entire code with this new code: <b:if cond='data:post.commentPagingRequired'> <a expr:href='data:comment.url' title='comment permalink'> <data.comment.timestamp/> </a> <b:else/> <a expr:href='data:blog.url + "#" + data:comment.anchorName' title='comment permalink'> <data:comment.timestamp/> </a> </b:if> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now