Coder Social home page Coder Social logo

lewdev / meta-tag-gen Goto Github PK

View Code? Open in Web Editor NEW
29.0 2.0 3.0 1.59 MB

Generate HTML code optimal for social media, SEO, mobile. Uses web standards from Open Graph (Facebook) and Twitter to provide optimal results. Also generates social media posts.

Home Page: https://lewdev.github.io/apps/meta-tag-gen/

License: MIT License

CSS 5.10% HTML 38.34% JavaScript 56.56%
html-meta-tags meta-tags meta-tag-gen social-media seo twitter facebook

meta-tag-gen's Introduction

meta-tag-gen


๐Ÿ‘‰ Try Meta Tag Generator ๐Ÿค–

Generates HTML code optimal for social media, SEO, and mobile using web standards from Open Graph (Facebook) and Twitter to provide optimal results. Also generates social media posts.

Meta Tag Generator - Generate HTML code optimal for SEO, social media, & mobile. | Product Hunt

Features

  • ๐Ÿค– Generate HTML meta tags optimal for social media, SEO, mobile for your single-page app.
  • ๐Ÿ› ๏ธ Useful tool tips with links to the sources of information.
  • ๐Ÿ˜ƒ Select an emoji to spruce up your social media posts.
  • ๐Ÿฆ Generate app release tweet.
  • ๐Ÿ“˜ Generate app release Facebook post.
  • โœ‚๏ธ๐Ÿ”Œ Offline mode via PWA
  • ๐Ÿ“„ MIT Open Source / ๐Ÿ™ˆ No Login

Demo video & some thoughts

Other links

๐Ÿ‘ค Author: Lewis Nakao

I am a software engineer in Hawaii. Find more stuff like this here.

If you like to support me in building these apps:

meta-tag-gen's People

Contributors

dependabot[bot] avatar lewdev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

meta-tag-gen's Issues

x-ua-compatible tag is deprecated and charset tag has more efficient alternative.

x-ua-compatible

Cool site. I just wanted to point out that Microsoft and Mozilla both recommend no longer using this tag:

<meta http-equiv="X-UA-Compatible" content="IE=edge"/>

Instead they instruct that correctly declaring <!doctype html> will solve any issues relating to backwards compatibility in Internet Explorer

A more in-depth and better explanation on why it shouldn't be used can be found here: https://hsivonen.iki.fi/doctype/

charset=utf-8

This tag can be simplified:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

to this:

<meta charset="utf-8">

I'm surprised that moz recommend the first version in the article you linked. Since in the source code of the site, they use the second shorter version!

Anyway, I hope this isn't too pedantic, I'm just trying to save your users a few bytes.

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.