Make page timestamps accessible to LLMs/crawlers but not visible on rendered pages #5719
alexakreizinger
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the ability to add timestamp metadata to pages is great, especially as a way to indicate content freshness to LLMs and other crawlers, but my team doesn't want to enable this feature as-is because we don't want the actual timestamp visible on rendered pages. it would be even better if we could "invisibly" add timestamp metadata to pages.
we did attempt a DIY fix by adding custom CSS to hide the timestamp, but unfortunately the timestamp element doesn't have a unique div ID, so that didn't work.
Beta Was this translation helpful? Give feedback.
All reactions