GithubHelp home page GithubHelp logo

samwisekind / steamchat-website Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 11.88 MB

Steamchat Podcast Website

Home Page: https://www.thesteamchat.com/

PHP 72.69% HTML 27.31%
audio laravel podcast rss vue website

steamchat-website's People

Contributors

chocolatethunder avatar flamov avatar samwisekind avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

steamchat-website's Issues

Convert to Laravel

  • Laravel installation
  • Create model for episodes
  • Convert layout and routes to blade templates
  • Convert JavaScript file into modules
  • SEO meta tags

Add additional meta tags (for SEO)

References:

Currently missing:

  • Meta
    • <meta http-equiv="x-ua-compatible" content="ie=edge">
    • <meta name="subject" content="your website's subject">
  • Link
    • <link rel="archives" href="https://example.com/archives/">
    • <link rel="index" href="https://example.com/">
    • <link rel="first" href="https://example.com/atomFeed.php">
    • <link rel="next" href="https://example.com/atomFeed.php?page=4">
    • <link rel="prev" href="https://example.com/atomFeed.php?page=2">
    • <link rel="last" href="https://example.com/atomFeed.php?page=147">
    • <link rel="alternate" href="https://feeds.feedburner.com/example" type="application/rss+xml" title="RSS">
  • Favicons
  • Twitter Cards
  • Apple iOS
    • <link rel="apple-touch-icon" href="/path/to/apple-touch-icon.png">
  • Apple Safari
    • <link rel="mask-icon" href="/path/to/icon.svg" color="red">
  • Google Android
    • <meta name="theme-color" content="#E64545">
  • Microsoft Internet Explorer

SEO Images:

After deployment:

  • Meta
    • <meta name="google-site-verification" content="verification_token">
    • <meta name="msvalidate.01" content="verification_token">

Update database structure with episode tagging

Update the database structure to support tagging of episodes, with the following tags:

  • interview (display as 'Interview')
  • game (display as 'Game Special')
  • event (display as 'Event Special')

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.