Skip to content

Instantly share code, notes, and snippets.

View AppServiceProvider's full-sized avatar
🖥️
Working from home

App Service AppServiceProvider

🖥️
Working from home
View GitHub Profile
@AppServiceProvider
AppServiceProvider / meta-tags.md
Created March 30, 2020 16:30 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">
@AppServiceProvider
AppServiceProvider / meta-tags.md
Created June 6, 2020 16:40 — forked from whitingx/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>
@AppServiceProvider
AppServiceProvider / meta-tags.md
Created June 6, 2020 16:41 — forked from kevinSuttle/meta-tags.md
List of Usable HTML Meta and Link Tags