An open API service indexing awesome lists of open source software.

https://github.com/killshot13/google-web-stories-template

This is a reference template for creating and editing AMP Web Stories (Google Stories)
https://github.com/killshot13/google-web-stories-template

amp amp-stories google-stories stories template web-stories

Last synced: about 1 month ago
JSON representation

This is a reference template for creating and editing AMP Web Stories (Google Stories)

Awesome Lists containing this project

README

        

## google-web-stories-template

### Description
This template provides a reference for creating and editing AMP Web Stories ([Google Stories](https://stories.google)).

### File Structure

```text
google-web-stories-template
├── assets/
│ └── images, video, audio for story
├── bookend.json
├── index.html --- AMP Web Stories code w/ reference notes.
└── README.md
```

### License
This template is licensed under [Apache License, Version 2.0](https://github.com/ampproject/docs/blob/master/LICENSE).

I have included notes at key points throughout the `index.html` file to help the user define excactly what AMP dictates must be present in order for a Web Story to qualify to appear in Google searches.

As of 6 October 2020, all qualifying Web Stories now have the potential to appear in the [Discover section of the Google app](https://blog.google/web-creators/web-stories-discover-search).
Google has announced official support for the Web Stories format and plans to expand data analysis and advertising integrations accordingly.

Developer docs from [AMP](https://amp.dev/documentation/guides-and-tutorials/?format=stories) and [Google](https://developers.google.com/search/docs/guides/enable-web-stories) provide additional details about creating and publishing Web Stories.

Credit for these resources goes to [amp.dev](https://amp.dev/documentation/components/amp-story), where anyone who wishes to learn about Web Stories will find [Create Your First Web Story](https://amp.dev/documentation/guides-and-tutorials/start/visual_story/?format=stories), which is an interactive tutorial where you will build a template just like this one.

### [View Live Version](https://killshot13.github.io/google-web-stories-template)
_____________________________________________________