You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gsitec...@googlegroups.com
All of my urls are being listed with a trailing slash and without a trailing slash. I see an option to remove trailing slash from folder names, however, I do not see an option to remove trailing slash from urls.
Question - how do I remove crawler from listing URL's with trailing slash??
webado
unread,
Feb 17, 2013, 8:31:14 PM2/17/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gsitec...@googlegroups.com
Your website should do those things rather than the robot.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gsitec...@googlegroups.com
Don't present urls with trailing slash. So fix the navigation.
Christina
On 2013-02-17 20:30, Norm Cotrona wrote:
Norm Cotrona
unread,
Feb 17, 2013, 10:33:41 PM2/17/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gsitec...@googlegroups.com
Gotcha - Just to confirm, this is a site generated setting. For example, I there may be an administrative configuration setting in my admin panel or perhaps I would have to implement a .htaccess configuration, that's what you are referring to?
Thanks
Norm
webado
unread,
Feb 18, 2013, 10:15:32 PM2/18/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gsitec...@googlegroups.com
It depends on the type of CMS you are using.
Usually such things are controlled in . htaccess but they can also be handled through php scripting dictated by some admin setting. You have to check your .htaccess file first.
Julie
unread,
Feb 19, 2013, 3:17:32 AM2/19/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gsitec...@googlegroups.com
I am using Wordpress and Shopp plugin. The Shopp plugin adds a trailing /. Is that a problem for crawlers?
Regards
Julie
webado
unread,
Feb 19, 2013, 7:50:59 AM2/19/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gsitec...@googlegroups.com
It shouldn't as long as it's all consistent and there are no
redirections happening when navigating (or crawling) the site.