RocketChat / Rocket.Chat

The communications platform that puts data protection first.
https://rocket.chat/
Other
40.34k stars 10.47k forks source link

rocket.chat seo #6095

Open faziloub opened 7 years ago

faziloub commented 7 years ago

Rocket.Chat Version:0.52.0 Running Instances: 1 DB Replicaset OpLog:enabled Node Version:4.6

is there any way to add seo in rocket.chat ??

miguelgf commented 7 years ago

What do you mean with that? what do you want to accomplish? Do you want the messages to be indexable by search engines?

faziloub commented 7 years ago

i mean make rocket.chat indexed in google search and searchable becaus when i search with keywords i dont find it and the og:url tag doesnt work in fb

Rohlik commented 7 years ago

You mean something like this? http://your_chat_instance/admin/Meta

engelgabriel commented 5 years ago

https://github.com/RocketChat/Rocket.Chat/issues/4814

engelgabriel commented 5 years ago

I think that a lot of people have asked for being able to get Google or other search engines to be able index public channels. We should consider building a special route for crawler bots and server a simplified channel's history paginated using simple links and with no JS. We should consider using links with the date rage on the URL (in a way that can be ignored when the real users click on it) to optimize for caching and avoid the load that a crawler can add to a server.