actually all our registered users are indexed by Google. We like to exclude users of a special plan. User in plan A should be allowed for Google index, but not the user in plan B. Is there a possibility to set the robot for a plan?
We've nothing to provide such a feature. All URLs to them would need to be marked as nofollow then their profile URL would need to be excluded from the robots.txt. In addition to this you'd need to set the meta header. The header is the easiest as it can be done with CB Auto Actions and its Code action with Method set to Header. You'd need all 3 to reliably block robots. Even then they don't have to respect this (some search engines don't).
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
thanks for reply.
It´s especially the googlebot I like to restrict.
An other idea could be to integrate a special "code" into the URL of "plan B"-Users. Is it possible to "add" a word or code after the username in the URL? For example:
Normal url:
http://www...../username
url with added word (-plan-b):
http://www...../username-plan-b
With this additional word I can set a parameter in the Google Webmastertools, that they don´t index all urls with "plan-b" in it. That would help, too.
Can I do this with the auto actions or an other tool?
No, altering the URL like that is not possible. That would need to be specifically coded into the router. Another option is using a 3rd party SEF extension to rewrite the URL as needed, but I doubt such extensions will interact with CBSubs in any way.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.