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)
- Host: GitHub
- URL: https://github.com/killshot13/google-web-stories-template
- Owner: killshot13
- License: apache-2.0
- Created: 2020-11-27T10:24:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-27T18:59:41.000Z (over 4 years ago)
- Last Synced: 2025-02-05T08:51:02.898Z (3 months ago)
- Topics: amp, amp-stories, google-stories, stories, template, web-stories
- Language: HTML
- Homepage: https://killshot13.github.io/google-web-stories-template
- Size: 1.45 MB
- Stars: 13
- Watchers: 0
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
_____________________________________________________