Skip to content

Commit

Permalink
added metatags
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanueldaza committed Dec 6, 2024
1 parent e5d5973 commit 842e921
Showing 1 changed file with 52 additions and 1 deletion.
53 changes: 52 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,58 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Wallpapers slideshow application" />
<title>Analog Wallpapers</title>
<title>Analog Wallpapers by Juan Manuel Daza</title>
<meta name="title" content="Analog Wallpapers by Juan Manuel Daza" />
<meta
name="description"
content="A collection of analog photographs shot on 35mm film, developed and digitalized by Juan Manuel Daza. Free high-resolution wallpapers for your devices."
/>

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://wallpapers.ultravietnamita.com.ar/"
/>
<meta
property="og:title"
content="Analog Wallpapers by Juan Manuel Daza"
/>
<meta
property="og:description"
content="A collection of analog photographs shot on 35mm film, developed and digitalized by Juan Manuel Daza. Free high-resolution wallpapers for your devices."
/>
<meta
property="og:image"
content="https://wallpapers.ultravietnamita.com.ar/pictures/daza051.jpg"
/>

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:url"
content="https://wallpapers.ultravietnamita.com.ar/"
/>
<meta
property="twitter:title"
content="Analog Wallpapers by Juan Manuel Daza"
/>
<meta
property="twitter:description"
content="A collection of analog photographs shot on 35mm film, developed and digitalized by Juan Manuel Daza. Free high-resolution wallpapers for your devices."
/>
<meta
property="twitter:image"
content="https://wallpapers.ultravietnamita.com.ar/pictures/daza051.jpg"
/>

<!-- Additional Meta Tags -->
<meta name="author" content="Juan Manuel Daza" />
<meta
name="keywords"
content="wallpapers, analog photography, 35mm film, photography, Juan Manuel Daza, film photography"
/>
<meta name="theme-color" content="#000000" />
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 842e921

Please sign in to comment.