Jump to content

Duplicated Tag Title and short meta description


DARKF3D3

Recommended Posts

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

ok

1 generate robots.txt in back office

2. switch on friendly url writing

3 generate a new .htaccess in back office
dont forget the 301 redirect from non-www to www

4. 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 beneficial

9. 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


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

  • 3 weeks later...
  • 11 months later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...