Skip to content

Instantly share code, notes, and snippets.

@jms
Created March 8, 2017 22:46
Show Gist options
  • Select an option

  • Save jms/76db7918fe3027dc28ba07eaaf34d95c to your computer and use it in GitHub Desktop.

Select an option

Save jms/76db7918fe3027dc28ba07eaaf34d95c to your computer and use it in GitHub Desktop.
spa - share on social media
# allow social media crawlers to work by redirecting them to a server-rendered static version on the page
RewriteCond %{HTTP_USER_AGENT} (facebookexternalhit/[0-9]|Twitterbot|Pinterest|Google.*snippet)
RewriteRule (.*) https://path_static_page [P]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment