Skip to content

Commit

Permalink
SEO additions to VOD pages
Browse files Browse the repository at this point in the history
  • Loading branch information
szekelyzol committed Oct 20, 2023
1 parent eab833b commit e406a44
Show file tree
Hide file tree
Showing 38 changed files with 111 additions and 1,199 deletions.
3 changes: 1 addition & 2 deletions templates/documentation/vod/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "VOD overview"
slug: "vod-overview"
title: VOD overview
hide_side_table_of_contents: true
meta:
description: This page serves as a foundational guide to integrating api.video's solutions for video on demand (VOD).
Expand Down
7 changes: 4 additions & 3 deletions templates/documentation/vod/add-a-permanent-watermark.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: "Watermarks"
title: Watermarks
meta:
description: Learn how to apply permanent watermarks programmatically to videos uploaded to api.video.
---

Add A Permanent Watermark
=========================
# Add A Permanent Watermark

api.video gives you the ability to add permanent watermarks to your videos.

Expand Down
8 changes: 5 additions & 3 deletions templates/documentation/vod/add-a-thumbnail-to-your-video.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: "Add a thumbnail to your video"
title: Add a thumbnail to your video
meta:
description: Learn how to add thumbnails programmatically or via the Dashboard to videos uploaded to api.video.
---
Add A Thumbnail To Your Video
=============================

# Add A Thumbnail To Your Video

For videos or recorded live streams, api.video offers you two ways to add a thumbnail:

Expand Down
3 changes: 1 addition & 2 deletions templates/documentation/vod/add-captions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "Adding captions"
slug: "add-captions"
title: Adding captions
meta:
description: This page gets users started on how to add captions to their videos using the api.video Captions endpoint.
---
Expand Down
4 changes: 2 additions & 2 deletions templates/documentation/vod/amazon-cold-storage-backup.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Backup your videos to Amazon S3"
slug: "amazon-cold-storage-backup"
title: Backup your videos to Amazon S3
meta:
description: Backup videos uploaded to api.video to Amazon Storage account with a simple script.
---

# Video backup to Amazon S3

At [api.video](https://api.video/) we understand that sometimes, you want to make sure that your videos are safe and secure. Although api.video has a backup and disaster recovery plan, it’s up to you to decide if you want an extra backup resource or if you would like to use api.video just to transcode your videos but eventually store them on a different resource.
Expand Down
4 changes: 2 additions & 2 deletions templates/documentation/vod/azure-cold-storage-backup.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Backup your videos to Azure"
slug: "azure-cold-storage-backup"
title: Backup your videos to Azure
meta:
description: Backup videos uploaded to api.video to Azure Storage account with a simple script.
---

# Video backup to Azure Storage account

At [api.video](https://api.video/) we understand that sometimes, you want to make sure that your videos are safe and secure. Although api.video has a backup and disaster recovery plan, it’s up to you to decide if you want an extra backup resource or if you would like to use api.video just to transcode your videos but eventually store them on a different resource.
Expand Down
3 changes: 1 addition & 2 deletions templates/documentation/vod/backup-and-cold-storage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "api.video backup and cold storage"
slug: "backup-and-cold-storage"
title: api.video backup and cold storage
meta:
description: Backup your uploaded videos to your preferred provider.
---
Expand Down
3 changes: 1 addition & 2 deletions templates/documentation/vod/clip-a-video.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "clip and trim videos with api.video"
slug: "clip-a-video"
title: clip and trim videos with api.video
meta:
description: Clip and trim a video while uploading to api.video
---
Expand Down
567 changes: 0 additions & 567 deletions templates/documentation/vod/create-and-manage-webhooks.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "Create and manage chapters"
slug: "create-manage-chapters"
title: Create and manage chapters
meta:
description: This page gets users started on how to add chapters to their videos using the api.video Chapters endpoint.
---
Expand Down
3 changes: 1 addition & 2 deletions templates/documentation/vod/delegated-upload-tokens.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "Delegated upload tokens"
slug: "delegated-upload-tokens"
title: Delegated upload tokens
metadata:
description: This guide explains how to create, list, retrieve, and delete delegated upload tokens, and how to upload videos with them.
---
Expand Down
8 changes: 5 additions & 3 deletions templates/documentation/vod/delete-a-video.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: "Delete a video"
title: Delete a video
meta:
description: This guide walks you through how to permanently remove a video programmatically, and through the dashboard.
---
Delete A Video
==============

# Delete A Video

This guide walks you through how to permanently remove a video programmatically, and through the dashboard. Please be aware that you cannot retrieve a video you delete, so be sure it's what you want to do.

Expand Down
4 changes: 3 additions & 1 deletion templates/documentation/vod/demo-loom-clone.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "Loom mockup"
title: Loom mockup
meta:
description: This guide explains how to create a Loom-like application with api.video.
---

# Loom clone
Expand Down
4 changes: 3 additions & 1 deletion templates/documentation/vod/demo-youtube-clone.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "YouTube clone"
title: YouTube clone
meta:
description: This guide explains how to create a YouTube-like application with api.video.
---

# YouTube mockup
Expand Down
4 changes: 3 additions & 1 deletion templates/documentation/vod/demos-airbnb-clone.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "Airbnb clone"
title: Airbnb clone
meta:
description: This guide explains how to create an Airbnb-like application with api.video.
---

# Airbnb mockup
Expand Down
4 changes: 3 additions & 1 deletion templates/documentation/vod/demos-prog-upload-uploader.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "Progressive video uploader"
title: Progressive video uploader
meta:
description: This guide explains how to create an application than can handle video recording and upload in real-time with api.video.
---

# Progressive video uploader
Expand Down
8 changes: 7 additions & 1 deletion templates/documentation/vod/demos-template-overview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: Demos & templates
meta:
description: This page lists demo applications and templates that you can use to develop your own video solution using api.video.
---

# Demos & Templates

The amount of use cases you can build with [api.video](https://api.video/) is endless, however, sometimes, you need a little help in building your next amazing startup! That’s why we’ve created Templates to help you kickstart your application, without doing all the heavy lifting.
Expand All @@ -13,7 +19,7 @@ The Templates are structured in a way where you can:

## VOD Templates list

* [Video uploader](/vod/upload-your-first-video.md)
* [Video uploader](/vod/demos-video-uploader.md)
* [Progressive video uploader](/vod/demos-prog-upload-uploader.md)
* [Loom clone](/vod/demo-loom-clone.md)
* [Youtube mockup](/vod/demo-youtube-clone.md)
Expand Down
4 changes: 3 additions & 1 deletion templates/documentation/vod/demos-tiktok-clone.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "TikTok clone"
title: TikTok clone
meta:
description: This guide explains how to create a TikTok-like application with api.video.
---

# TikTok mockup
Expand Down
4 changes: 3 additions & 1 deletion templates/documentation/vod/demos-udemy-clone.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "Udemy clone"
title: Udemy clone
meta:
description: This guide explains how to create a Udemy-like application with api.video.
---

# Udemy mockup
Expand Down
4 changes: 3 additions & 1 deletion templates/documentation/vod/demos-video-uploader.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "Video uploader"
title: Video uploader
meta:
description: This guide explains how to create a backend application than can handle video uploads with api.video.
---

# Video uploader
Expand Down
12 changes: 0 additions & 12 deletions templates/documentation/vod/downloading-videos.md

This file was deleted.

8 changes: 3 additions & 5 deletions templates/documentation/vod/encoding-transcoding.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
title: "Encoding and transcoding"
slug: "encoding-transcoding"
metadata:
title: "Encoding and transcoding • api.video Documentation"
description: "This guide explains what video encoding and transcoding means and how api.video enables you to provide your users high quality videos via encoding and transcoding."
title: Encoding and transcoding
metadata:
description: This guide explains what video encoding and transcoding means and how api.video enables you to provide your users high quality videos via encoding and transcoding.
---

## Encoding
Expand Down
8 changes: 5 additions & 3 deletions templates/documentation/vod/get-started-in-5-minutes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: "Get Started with VOD in 5 Minutes"
title: Get Started with VOD in 5 Minutes
meta:
description: This quickstart guide explains the concept of building a video uploader and a video listing on the same page in just a few steps.
---
Get Started In 5 Minutes
========================

# Get Started In 5 Minutes

In order to get the concept of building on top of api.video, we've created a get started guide that will show you the concept of building a video uploader and a video listing on the same page.

Expand Down
6 changes: 3 additions & 3 deletions templates/documentation/vod/google-cold-storage-backup.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Backup your videos to Google Storage account"
slug: "google-cold-storage-backup"
title: Backup your videos to Google Storage account
meta:
description: Backup videos uploaded to api.video to Google Storage account with a simple script.
description: Backup videos uploaded to api.video to Google Storage account with a simple script.
---

# Video backup to Google Storage account

At [api.video](https://api.video/) we understand that sometimes, you want to make sure that your videos are safe and secure. Although api.video has a backup and disaster recovery plan, it’s up to you to decide if you want an extra backup resource or if you would like to use api.video just to transcode your videos but eventually store them on a different resource.
Expand Down
7 changes: 4 additions & 3 deletions templates/documentation/vod/list-videos-2.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: "List videos"
title: List videos
meta:
description: This guide walks through the different options for retrieving videos and covers a method for searching for them using your dashboard.
---

List Videos
===========
# List Videos

You will often need to retrieve a list of all your videos or some videos to work with them. You might need to do this on the fly to see what you have, or you might want to pull the list into a database you can then pull from to create different kinds of displays. There are two ways to retrieve your videos:

Expand Down
8 changes: 5 additions & 3 deletions templates/documentation/vod/progressive-upload.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: "Progressive video upload"
title: Progressive video upload
meta:
description: This guide walks through how progressive video upload works with api.video.
---
Progressive video upload
=============================

# Progressive video upload

api.video provides different ways to upload your videos. There are two ways to upload with tokens, and then there are two ways to upload depending on whether your video is over 200MB or under. This guide walks through how to do progressive video upload. Options covered in this guide include:

Expand Down
7 changes: 4 additions & 3 deletions templates/documentation/vod/show-video-details.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: "Show video details"
title: Show video details
meta:
description: This guide explains how retrieve video details programmatically and through the api.video dashboard.
---

Show Video Details
==================
# Show Video Details

You can retrieve details for a specific video if you have the video ID. In this guide, we'll walk through the code to retrieve it and how to retrieve it from the dashboard.

Expand Down
8 changes: 5 additions & 3 deletions templates/documentation/vod/show-video-upload-status.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: "Video status & details"
title: Video status & details
meta:
description: This guide explains how retrieve the video upload and encoding status programmatically via the API and through webhooks.
---
Video status & details
======================

# Video status & details

api.video gives you ways of checking the video upload status and video details.

Expand Down
8 changes: 5 additions & 3 deletions templates/documentation/vod/update-video-details.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: "Update video details"
title: Update video details
meta:
description: This guide explains the two methods you can use to update videos - programmatically and through the dashboard.
---
Update Video Details
====================

# Update Video Details

You can update details for a video after you've uploaded it. The only things you can't change are the video ID, the content of the video, and the watermark. This guide walks through two ways you can make an update - programmatically and through the dashboard.

Expand Down
8 changes: 5 additions & 3 deletions templates/documentation/vod/upload-a-video-regular-upload.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: "Regular video upload"
title: Regular video upload
meta:
description: This guide walks through how to upload videos under 200MiB in size programmatically with api.video.
---
Regular video upload
=============================

# Regular video upload

api.video provides different ways to upload your videos. There are two ways to upload with tokens, and then there are two ways to upload depending on whether your video is over 200MiB or under. This guide walks through how to do regular video upload for a video under 200MiB in size.

Expand Down
4 changes: 3 additions & 1 deletion templates/documentation/vod/upload-from-source.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "Upload video from source"
title: Upload video from source
meta:
description: This guide walks through how to clone one of your existing videos, and upload videos via a URL with api.video.
---

# Upload video from source
Expand Down
Loading

0 comments on commit e406a44

Please sign in to comment.