Skip to content

Instantly share code, notes, and snippets.

View JuanCarlosAcostaPeraba's full-sized avatar
🎯
Focusing

Juan Carlos JuanCarlosAcostaPeraba

🎯
Focusing
View GitHub Profile
@JuanCarlosAcostaPeraba
JuanCarlosAcostaPeraba / essentials-seo-meta-tags.html
Last active February 17, 2024 23:28
Essential HTML tags for metadata and SEO
<!DOCTYPE html>
<html lang="en">
<head>
<!-- HTML Meta Tags -->
<meta charset="utf-8" /> <!-- encoding -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Scale the content to fit the screen -->
<title>Title</title> <!-- Page title -->