Public Business Pages

Bryan Saltzman Posted in Component Development 3 years ago

I'd like to be able to do the following with business pages:

  1. view business pages when not logged in
  2. pages to turn up in site search
  3. indexed by Google.
  4. able to add in bulk via one of the following API, json or CSV

Any suggestions?

Replies
German Michael Zülsdorff Replied 1 year ago

I gave a hint already here:
https://www.opensource-socialnetwork.org/discussion/view/6038/page-name-in-url-instead-of-number

That is, you have to add 'page',at the end of the first array in
components/PrivateNetwork/classes/PrivateNetwork.php
in order to allow all urls like YOURSITE/page/......

The other option would be to add a hook to the Business Page component as explained on the component's page
https://www.opensource-socialnetwork.org/component/view/1564/private-network

German Georg yurij Replied 1 year ago

I have the same request, I would like the pages to be public, the rest (groups, profiles etc.) private.
How can this be implemented with changes to the private network component?

Indonesian Arsalan Shah Replied 3 years ago
  1. You can view business pages when not loggedin unless you using private network? but the exception can be added.
  2. Can be added at but custom work is required
  3. Not sure how it will work as google follows index unless your community is open , site map is submitted to it.
  4. what do you mean?
us Bryan Saltzman Replied 3 years ago

Anyone...?