Duplicated Meta Descriptions/ Google HTML Improvements

Started by avion121, July 12, 2015, 12:31:14 PM

Previous topic - Next topic

avion121

Hi!

I have Joomla 2.5.28 and VirtueMart 2.6.16. SEO settings in Joomla are, SEF-Yes, Use Url Rewr...-Yes, the rest set as no. And by searching through forums i just cant find a solution, but its true i am no expert in this area, basically just googling for solution and i cant seem to find it :( , so i turned to posting a new topic and trying to get some help for which i would be very thankfull. The site is on this domain www.trgovina-cokla.net. The problem which i have at least google shows them to me as HTML improvements are:

Duplicate meta descriptions- 682 problems(some of them below):

Cokla- Široka izbira obutve in tekstila znamk, Levis, Pioneer, Ciciban, Superfit, Gabor, Ara, Musta  This is Site Meta Description

/
/?option=com_virtuemart&category_id=&page=shop.browse&Itemid=78&limit=5&limitstart=20&fontstyle=f-larger
/?page=shop.product_details&product_id=118&flypage=yagendoo_VaMazing_zoom2.tpl&pop=0&manufacturer_id=2&option=com_virtuemart&Itemid=85&fontstyle=f-larger (this is very old link, cause i know i had this template on previous joomla/virtuemart version, though it still shows up)

/component/contact/contact/1-ime
/component/content/category/10001-news
/component/virtuemart/?error=404
/index.php/poslovalnice.html?option=com_content&Itemid=70&id=52&lang=sl&view=article&fontstyle=f-larger
/index.php
/index.php?option=com_content&view=article&id=84&Itemid=329
/index.php?option=com_content&view=category&id=10000
/index.php?option=com_content&view=category&id=10001
/index.php?option=com_content&view=category&layout=blog&id=10001&Itemid=322
/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=308
/index.php?option=com_virtuemart&error=404&Itemid=300
/index.php?option=com_virtuemart&error=404&Itemid=301
/index.php?option=com_virtuemart&error=404
/index.php?option=com_virtuemart&view=category&Itemid=304&limit=15&virtuemart_manufacturer_id=23
/index.php?option=com_virtuemart&view=category&Itemid=327&limit=15&virtuemart_manufacturer_id=47&dir=ASC
/index.php?option=com_virtuemart&view=category&Itemid=327&virtuemart_manufacturer_id=3&orderby=product_name
/index.php?option=com_virtuemart&view=category&error=404&virtuemart_manufacturer_id=16&orderby=mf_name
/index.php?option=com_virtuemart&view=category&limit=15&virtuemart_manufacturer_id=3&orderby=mf_name
/index.php?option=com_virtuemart&view=category&limitstart=18&virtuemart_manufacturer_id=39
/index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=789&virtuemart_category_id=47&Itemid=326
/index.php?option=com_virtuemart&view=virtuemart&Itemid=246
/lastna-proizvodnja-obutve/moska-lastna-proizvodnja
/lastna-proizvodnja-obutve/zenska
/lastna-proizvodnja-obutve
/levis/levi-s-the-trucker-jacket-podrobno
/levis/moske/levi-s-4511-511-slim-clarity-1-podrobno
/levis/moske/levi-s-4511-511-slim-clarity-podrobno

As far i know there shouldnt be no index.php found as SEO is enabled. Is google gettin some urls from old site or i dont know what. There are so many "problems" in html improvemnets i really dont know where to start, at least in Duplicate Meta Description. Is it maybe that every category shoulda also have description cause some of them i left blank? Any tips, help would be highly apreciated



Studio 42

Hi avion121,

For the old links, you can remove it, in Google
https://www.google.com/webmasters/tools/url-removal?hl=fr&siteUrl=http://www.trgovina-cokla.net/
TO remove duplicate content you can go here:
https://www.google.com/webmasters/tools/crawl-url-parameters?hl=fr&siteUrl=http://www.trgovina-cokla.net/?prop=go
This permit to not use in google some unwanted url query parameters.

If you don't set a metadesc, then nothing is set.
in vm2
if ($product->metadesc) {
    $document->setDescription($product->metadesc);
}

IN vm3 :
if ($product->metadesc) {
$document->setDescription( strip_tags(html_entity_decode($product->metadesc,ENT_QUOTES)) );
} else {
$document->setDescription( strip_tags(html_entity_decode($product->product_name,ENT_QUOTES)) . " " . $category->category_name . " " . strip_tags(html_entity_decode($product->product_s_desc,ENT_QUOTES)) );
}


You can use the vm3 code in YOURSITE\components\com_virtuemart\views\productdetails\view.html.php to have metadesc from shortdesc

avion121

#2
Quote from: Studio 42 on July 12, 2015, 13:47:30 PM

TO remove duplicate content you can go here:
https://www.google.com/webmasters/tools/crawl-url-parameters?hl=fr&siteUrl=http://www.trgovina-cokla.net/?prop=go
This permit to not use in google some unwanted url query parameters.


I get an error sayin:
"Property not in account

You are verified to see www.trgovina-cokla.net/?prop=go, but it's not in your account. "

If i try to click at bottom add property it just stays on same page. I have site also in google analitics and it seems i have it connected with google webmasters, after going to admin panel and editing web property, but still shows me same message.

Did u think maybe in Google Webmasters you go to Parameters/URL Parameters and Google Index/Remove Urls . Basically now i set settings for example. Parameter= Option= Yes- Changes, reorders, or narrows page content. And then at bottom: Which parameters should google crawl, i set to No Urls


avion121

#4
Yes i found that :) Just not sure if i set the settings right. You can see my previous post how i set it. Thanks for your help, highly appreciated, pointed me to a right direction :) Offtopic: I have also installed your sitemap, and i was wondering if have to update it everytime i add a new product, like unistall plugin and install it again.

Studio 42

The sitemap is dynamic and update each time google get it, most of time each month. But you can update it manually in google tools, or change the frequency.
For the parameters, look the bad parameters eg error=404, index2.php ...
Do not remove used parameters as option, or only if you are sure this get crawled with SEF.
Eg, if you change the default way google get option=XXX and disable sef, then all your site get not crawled anymore.

Quote from: avion121 on July 12, 2015, 20:59:22 PM
Yes i found that :) Just not sure if i set the settings right. You can see my previous post how i set it. Thanks for your help, highly appreciated, pointed me to a right direction :) Offtopic: I have also installed your sitemap, and i was wondering if have to update it everytime i add a new product, like unistall plugin and install it again.