Skip to content

Commit

Permalink
chore: seo tags and images addition
Browse files Browse the repository at this point in the history
  • Loading branch information
oyepriyansh committed Oct 7, 2023
1 parent 91d768f commit 4b4dfd8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
Binary file added assets/devprofiles.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon.ico
Binary file not shown.
18 changes: 16 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,22 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dev Profiles</title>
<link rel="shortcut icon" href="https://oyepriyansh.pages.dev/i/favicon.ico" type="image/x-icon">
<title>DevProfiles - List Your Developer Profile</title>
<meta name="description" content="DevProfiles is a platform for developers to easily share their profiles, spotlight your skills, and connect with fellow developers in the community.">
<meta name="author" content="Priyansh Prajapat">
<meta name="robots" content="index, follow">
<meta property="og:title" content="DevProfiles - List Your Developer Profile">
<meta property="og:description" content="DevProfiles is a platform for developers to easily share their profiles, spotlight your skills, and connect with fellow developers in the community.">
<meta property="og:image" content="assets/devprofiles.jpg">
<meta property="og:url" content="https://profile.is-a.dev">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="DevProfiles - List Your Developer Profile">
<meta name="twitter:description" content="DevProfiles is a platform for developers to easily share their profiles, spotlight your skills, and connect with fellow developers in the community.">
<meta name="twitter:image" content="assets/devprofiles.jpg">
<meta name="github" content="https://github.com/oyepriyansh/DevProfiles">
<meta name="google-site-verification" content="e9Bhucu2K3Rh7A6l2YCSSPnnldDLjpdGyVQ011d_nc8" />
<link rel="canonical" href="https://profile.is-a.dev">
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GTFGBS8HG8"></script>
Expand Down

0 comments on commit 4b4dfd8

Please sign in to comment.