• Home
  • Get help
  • Ask a question
Last post 14 hours 58 min ago
Posts last week 81
Average response time last week 4 hours 29 min
All time posts 67914
All time tickets 10497
All time avg. posts per day 20

Helpdesk is open from Monday through Friday CET

Please create an (free) account to post any question in the support area.
Please check the development versions area. Look at the changelog, maybe your specific problem has been resolved already!
All tickets are private and they cannot be viewed by anyone. We have made public only a few tickets that we found helpful, after removing private information from them.

#872 – url created by website search

Posted in ‘sh404SEF’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Tuesday, 18 August 2015 22:14 UTC
rudini
Hi,

I'm seeing on Url manager lots of urls created by search module of virtuemart. And I read that is good have this pages with no-index to avoid duplicates or similar contents. Is that right?

So I set the search module to use a menu ID of "Promoções" where I set a noindex on Virtuemart category of "Promoções". But I;m not sure if its working or if this is correct.
I have another menu item "Contato" where the noindex is on menu configuration, not in content. If this technique is ok, which is better?
Tuesday, 18 August 2015 22:27 UTC
wb_dimitris
Hi,

Without the structure of your site is way too difficult to answer this question. But if category Promoções is the same also for Contato then setting this to no index is one option. Another possible way is: if you got some menu for category Promoções then you can make menu item Contato a system alias to the other menu. This actually will not produce duplicate content and is recommended.

Regards
Tuesday, 18 August 2015 23:18 UTC
rudini
I think I did not made myself clear.

My concern is about url created by search module. This is a problem for SEO? They are growing on url manager.
On Search Module of Virtuemart I can set a menu ID for results and I have two options:
1- Contact menu item where I can set the noindex at menu config; or
2- Promotion that is a virtuemart category menu type where the nondex setup are on virtuemart category

My question is: Is the url from Search a problem? If yes, these options of direct the results to a menu item with noindex is good? If yes, which of those above is better? noindex on menu item or on virtuemart category under another menu item?

My we site is http://xxxx.com

Thanks
Wednesday, 19 August 2015 10:04 UTC
wb_dimitris
Hi,

I thought you were talking for the category, anyway these URLs comes from Joomla and virtuemart, sh404SEF is just processing these URLs. The way you describe as a solution sounds a bit complicated, if there are a lot of URLs. What would be much easier is the use of .htaccess like this:
<IfModule mod_headers.c>
<FilesMatch "^index.php\?search=something?$">
Header set X-Robots-Tag: "noindex"
</FilesMatch>
</IfModule>

Of course the the "index.php?search…" must be the correct non-SEF URL (this is a dummy URL)

Regards
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.