You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I started using react-router-ssr, Twitterbot is returning error "response is too large" when I try to validate my news pages because twitter has a limit: you cannot validate pages with sizes more than 1MB. In my single-news page (http://nurotan.kz/single-news?id=pNJwNp7GYfeSkRCGf&lang=ru) the <script type="text/inject-data"> tag weighs 5MB. Is it possible not to render this tag for certain useragents (twitterbot for instance)?
The text was updated successfully, but these errors were encountered:
Since I started using react-router-ssr, Twitterbot is returning error "response is too large" when I try to validate my news pages because twitter has a limit: you cannot validate pages with sizes more than 1MB. In my single-news page (http://nurotan.kz/single-news?id=pNJwNp7GYfeSkRCGf&lang=ru) the <script type="text/inject-data"> tag weighs 5MB. Is it possible not to render this tag for certain useragents (twitterbot for instance)?
The text was updated successfully, but these errors were encountered: