Skip to content

killshot13/google-web-stories-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-web-stories-template

Description

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

File Structure

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.

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. Google has announced official support for the Web Stories format and plans to expand data analysis and advertising integrations accordingly.

Developer docs from AMP and Google provide additional details about creating and publishing Web Stories.

Credit for these resources goes to amp.dev, where anyone who wishes to learn about Web Stories will find Create Your First Web Story, which is an interactive tutorial where you will build a template just like this one.