Overview
The YouTube policy page (youtube.astro) displays RobTop Games’ video monetization policy and guidelines for content creators who make videos about their games.
Source Code
src/pages/youtube.astro
Page Structure
The page uses a minimal structure with just two components:- Layout Component - Provides the base HTML structure, header, and footer
- Text Component - Displays the content card with policy information
Content Display
TheText component renders a styled content card with the title “RobTop Games: Monetization”. This component provides:
- A consistent card design matching the site theme
- Centered title header
- Content area for policy text
Accessing the Page
The page is accessible at:/youtube itself:
Footer link logic
SEO Configuration
The page includes proper SEO metadata:- Title: “YouTube - RobTop Games”
- Description: “RobTop Games video monetization policy and guidelines for content creators.”
- Meta Tags: Automatically generated by the SEO component
Customizing Content
To customize the policy content, edit the Text component:src/components/Text.astro
src/pages/youtube.astro
Navigation
The YouTube policy page is only linked from the footer, not from the main navigation menu. Users can access it by scrolling to the bottom of any page.
Related Components
Text Component
Learn about the Text content card component
Footer Component
See how the Footer links to this page
