mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Include message when crawler content is omitted (#26325)
To improve performance, we omit the basic-HTML version of pages when users are logged in, or when they are using a modern mobile device. This can be confusing when analysing the SEO of sites, so this commit adds a short static message when content is omitted.
This commit is contained in:
@@ -126,7 +126,8 @@
|
||||
<link rel="next" href="<%= @list.more_topics_url -%>">
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<% else %>
|
||||
<%= t(:crawler_content_hidden) %>
|
||||
<%- end %> <!-- include_crawler_content? -->
|
||||
|
||||
<% if @rss %>
|
||||
|
||||
Reference in New Issue
Block a user