Skip to content

Commit 5c35c78

Browse files
authored
Merge pull request #103 from cagrimmett/readme-chunkedresponse
Add README section on scraping issues and chunkedResponse
2 parents a5d194e + 43baad4 commit 5c35c78

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)