Avoid checkout for google INDEX
- Peter Kjeldsen
-
Topic Author
- Offline
- Peter Kjeldsen
Less
More
1 year 4 months ago #367219
by Peter Kjeldsen
Avoid checkout for google INDEX was created by Peter Kjeldsen
-- url of the page with the problem -- : nordicdental.dk
-- Joomla version -- : 5.x
-- PHP version -- : latest
Hi
Are there any way to block checkout for indexing in Hikashop.
Or any robots code I can use for the hole Hikashop. I mean url who dont need to be indexed.
Best regards
Peter
-- Joomla version -- : 5.x
-- PHP version -- : latest
Hi
Are there any way to block checkout for indexing in Hikashop.
Or any robots code I can use for the hole Hikashop. I mean url who dont need to be indexed.
Best regards
Peter
Please Log in or Create an account to join the conversation.
1 year 4 months ago #367222
by nicolas
Replied by nicolas on topic Avoid checkout for google INDEX
Hi,
That's normally what you can do with the robots.txt file :
docs.joomla.org/Robots.txt_file
If you want to exclude the checkout from being indexed, here is how you can do it:
- create a menu item of the type HikaShop checkout and without parent menu item in the joomla menu manager
- select that meu item in the "force menu on checkout" setting of the HikaShop configuration
- in your robots.txt add a row like :
where xxx is the alias of the menu item for the checkout.
That way, all the URLs for the checkout menu item will be discarded for indexing when crawlers reindex your website in the future. Note that this can potentially take time.
That's normally what you can do with the robots.txt file :
docs.joomla.org/Robots.txt_file
If you want to exclude the checkout from being indexed, here is how you can do it:
- create a menu item of the type HikaShop checkout and without parent menu item in the joomla menu manager
- select that meu item in the "force menu on checkout" setting of the HikaShop configuration
- in your robots.txt add a row like :
Code:
Disallow: /xxx/
That way, all the URLs for the checkout menu item will be discarded for indexing when crawlers reindex your website in the future. Note that this can potentially take time.
Please Log in or Create an account to join the conversation.
- Peter Kjeldsen
-
Topic Author
- Offline
- Peter Kjeldsen
1 year 4 months ago #367252
by Peter Kjeldsen
Replied by Peter Kjeldsen on topic Avoid checkout for google INDEX
Hi Nicolas
Ok, I wil try that.
I have another problem with adding payment method.
It comes with this fail
Beklager, men der opstod et problem som ikke kan rettes.
Serveren returnerede en "500 - Whoops, looks like something went wrong."
Ok, I wil try that.
I have another problem with adding payment method.
It comes with this fail
Beklager, men der opstod et problem som ikke kan rettes.
Serveren returnerede en "500 - Whoops, looks like something went wrong."
Please Log in or Create an account to join the conversation.
1 year 4 months ago #367253
by nicolas
Replied by nicolas on topic Avoid checkout for google INDEX
Hi,
Activate the "debug" setting of the Joomla configuration page and try again you should have an error message with more information.
You likely have this problem:
www.hikashop.com/forum/payment-methods/9...-methode/365237.html
Activate the "debug" setting of the Joomla configuration page and try again you should have an error message with more information.
You likely have this problem:
www.hikashop.com/forum/payment-methods/9...-methode/365237.html
Please Log in or Create an account to join the conversation.
- Peter Kjeldsen
-
Topic Author
- Offline
- Peter Kjeldsen
1 year 4 months ago #367263
by Peter Kjeldsen
Replied by Peter Kjeldsen on topic Avoid checkout for google INDEX
Hi,
I installed updated plugin, now it is working:-)
Thank you.
Br.
Peter
I installed updated plugin, now it is working:-)
Thank you.
Br.
Peter
Please Log in or Create an account to join the conversation.
Time to create page: 0.190 seconds