Google search

  • Posts: 136
  • Thank you received: 4
  • Hikashop Business
2 days 9 hours ago #367337

-- url of the page with the problem -- : nordicdental.dk

Hi
This is a new product I am making.
Why google says "Duplicate without canonical page selected by the user and cannot be indexed"?

nordicdental.dk/index.php?option=com_hik...18&category_pathway=

This Google breadcrumb do not excist.
Dental-Shop/ IcanClave STE-45-T Pro (45L)

This is the right breadcrumb :
Dental-Shop/ Sterilisation/ B Class Autoklaver/ IcanClave/ IcanClave T Pro/ IcanClave STE-23-T Pro (23L)

The Joomla menu is perfect after what I can see.

Br.
Peter

Please Log in or Create an account to join the conversation.

  • Posts: 83894
  • Thank you received: 13580
  • MODERATOR
2 days 6 hours ago #367340

Hi,

You want to enter the main URL of your product in the "canonical URL" field of the product.
That way, Google will automatically use that URL, even if it finds the product using another URL and won't generate that error.

If you want to automate this, you can set the "Force canonical URLs on listings" setting to "Use canonical URL and generate it if missing":
www.hikashop.com/support/documentation/5...ig.html#features_sef
This will automatically fill the canonical URL when needed.
Note however that in this case, it's the first URL used to access the product by someone on the frontend which will be used.
So it might not necessarily be the URL with the breadcrumbs you want. So, after activating this option, you can browse the products listings on your frontend to let HikaShop generate the URLs with the correct breadcrumbs.

Please Log in or Create an account to join the conversation.

  • Posts: 136
  • Thank you received: 4
  • Hikashop Business
2 days 6 hours ago #367345

I have 13000 fails like this in Google search.
My setup was like this on the picture in SEF URL Options, but "product text" was deleted.

I have put product again and change it to "generate if missing.
Do you think this will help?

Please Log in or Create an account to join the conversation.

  • Posts: 83894
  • Thank you received: 13580
  • MODERATOR
2 days 4 hours ago #367348

Hi,

Yes, it should help.

Please Log in or Create an account to join the conversation.

  • Posts: 136
  • Thank you received: 4
  • Hikashop Business
2 days 3 hours ago #367351

I remember that there was a lot of canonical url before, my Joomla expert asked me to delete them. They were made because the menu structure in Joomla was not identic with Hika. But this were some years ago.

Please Log in or Create an account to join the conversation.

  • Posts: 83894
  • Thank you received: 13580
  • MODERATOR
2 days 43 minutes ago #367353

Hi,

Well, they are needed for SEO. But if you change your menu structure they need to be updated, not removed.

Please Log in or Create an account to join the conversation.

  • Posts: 136
  • Thank you received: 4
  • Hikashop Business
1 day 23 hours ago #367357

I have many component fails like this:
nordicdental.dk/component/hikashop/kateg...-instrumenter/id-166
I discovered that there were missing Dissallow: components + some others in robots.txt. And I dont know why.
But how many years does it take Google to find out?
Menu and all should be ok now.

And now it has generated canonical in many product. The canonicals the Joomla specialist asked me to remove????
Also in new products where all should be ok from beginning????
I dont understand anything about this.

How can there be som many fails in Joomla all the time. My brother has Wordpress, he dont have all this problems.

Last edit: 1 day 23 hours ago by Peter Kjeldsen.

Please Log in or Create an account to join the conversation.

  • Posts: 83894
  • Thank you received: 13580
  • MODERATOR
1 day 20 hours ago #367358

Hi,

Since you now fixed the duplicate content issue for all the product URLs, I would recommend resubmitting a sitemap to Google:
developers.google.com/search/docs/crawli...sk-google-to-recrawl
That will help reindex properly the website in the short term instead of having to wait a lot of time.

Please Log in or Create an account to join the conversation.

  • Posts: 136
  • Thank you received: 4
  • Hikashop Business
5 hours ago #367393

Hi Nicolas
I will try what you say.

Some of the links to these products links do not work, are there some way to repair that?
nordicdental.dk/dental-shop/dental-mikro...-200-350-mm-plan-apo

Please Log in or Create an account to join the conversation.

  • Posts: 83894
  • Thank you received: 13580
  • MODERATOR
1 hour 3 minutes ago #367395

Hi,

The issue comes from the "/" in the name of the product and the fact that you didn't activate the "Alias automatic filling" setting of the HikaShop configuration when creating the products. Because of that, the alias field of the products is empty. And thus, the system uses the name of the product to generate the alias, stripping the characters that can't be used in the URL. However, because of this, after you click on a link for a product with a "/" in the name, the system is not able to match with either the name or the alias.
Ideally, you would want to fill in the alias of these products with a value without any special characters.

Now, I recognize that this could be a problem others could have in the future. To prevent this, I'll be changing the line:

$name_regex = '^ *p?'.str_replace(array('-',':'),'.+',str_replace(array('*', '+', '(', ')', '?', '='), '', $name)).' *$';
to:
$name_regex = '^ *p?'.str_replace(array('-',':'),'.+',str_replace(array('*', '+', '(', ')', '?', '=', '/'), '', $name)).' *$';
in the file components/com_hikashop/router.php for the next version of HikaShop.
That should allow HikaShop to be able to match with the product name even with the "/" character in it.
You can do that modification yourself via FTP or the file manager of your hosting cpanel. That way, you won't have to go in each product to save the alias.

Please Log in or Create an account to join the conversation.

  • Posts: 136
  • Thank you received: 4
  • Hikashop Business
39 minutes ago #367400

I dont understand, because all has alias already alias?
One of the products is: vf²-variofocus-200-350-mm-adjustable-objective-lens-flexion
And they are all generated by Hikashop automatic.

Please Log in or Create an account to join the conversation.

  • Posts: 136
  • Thank you received: 4
  • Hikashop Business
30 minutes ago #367402

I am removing "/" those in the name and saving a new alias, this seems to work.

Please Log in or Create an account to join the conversation.

Time to create page: 0.078 seconds
Powered by Kunena Forum