I'm adding AMP pages to some of my sites. Mostly about places / travel /tourism.
As mentioned in the title these don't really fall into the BlogPosting or NewsArticle type. So what would you suggest using in the schema declaration, i.e:
<script type="application/ld+json">
"@context": "http://schema.org",
"@type": "NewsArticle"...
And what if the page is about a specific place, e.g. a beach. Would that be considered an article or a place?
Thanks.