Skip to content

Commit 43baad4

Browse files
committed
readme section on chunkedResponse and twitter/linkedin
1 parent a5d194e commit 43baad4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,3 +237,9 @@ let server = new FastBootAppServer({
237237
password: 'zoey'
238238
});
239239
```
240+
241+
## Scraper Issues
242+
243+
### Twitter and LinkedIn
244+
245+
As of 2019-06-06, Twitter and LinkedIn's scrapers have a hard time extracting your site's metadata for sharing if `chunkedResponse` is set to `true` in your `server.js` file. Set `chunkedResponse: false` if your meta tags are in place but the [Twitter card validator](https://cards-dev.twitter.com/validator) shows "Card not found" or [LinkedIn's Post Inspector](https://www.linkedin.com/post-inspector/) shows a 500 error.

0 commit comments

Comments
 (0)