|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <title>Dave Conco - Software Developer</title> |
7 | | - <!-- META TAGS --> |
8 | | - <meta name="title" content="Dave Conco | Software Developer" /> |
| 6 | + <title>Dave Conco - Full-Stack Developer & Backend Engineer | Portfolio</title> |
| 7 | + |
| 8 | + <!-- PRIMARY META TAGS --> |
| 9 | + <meta name="author" content="Dave Conco" /> |
9 | 10 | <meta name="developer" content="dconco" /> |
| 11 | + <meta name="copyright" content="Dave Conco" /> |
| 12 | + <meta name="robots" content="index, follow" /> |
| 13 | + <meta name="language" content="English" /> |
| 14 | + <meta name="revisit-after" content="7 days" /> |
10 | 15 | <meta |
11 | 16 | name="keywords" |
12 | | - content="portfolio, dave conco, dconco, developer, resume, software developer, programmer, fullstack developer" /> |
| 17 | + content="Dave Conco, dconco, full-stack developer, backend engineer, software developer, web developer, PHP developer, Node.js developer, React developer, mobile app developer, portfolio, resume, programmer, PhpSPA, C++ developer, Laravel developer, API developer" /> |
13 | 18 | <meta |
14 | 19 | name="description" |
15 | | - content="Dave Conco builds amazing web applications and mobile apps using PHP, C++, Node.js, and React." /> |
| 20 | + content="Dave Conco is a Full-Stack Developer & Backend Engineer with 5+ years of experience. Specializing in PHP, C++, Node.js, React, and mobile app development. Creator of PhpSlides framework and multiple successful web applications." /> |
| 21 | + |
| 22 | + <!-- CANONICAL URL --> |
| 23 | + <link rel="canonical" href="https://www.dconco.tech/" /> |
| 24 | + |
| 25 | + <!-- OPEN GRAPH / FACEBOOK META TAGS --> |
| 26 | + <meta property="og:type" content="website" /> |
| 27 | + <meta property="og:url" content="https://www.dconco.tech/" /> |
| 28 | + <meta property="og:site_name" content="Dave Conco Portfolio" /> |
| 29 | + <meta property="og:title" content="Dave Conco - Full-Stack Developer & Backend Engineer" /> |
| 30 | + <meta property="og:description" content="Full-Stack Developer with 5+ years of experience building web applications and mobile apps. Specializing in PHP, C++, Node.js, React, and backend engineering." /> |
| 31 | + <meta property="og:image" content="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png" /> |
| 32 | + <meta property="og:image:secure_url" content="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png" /> |
| 33 | + <meta property="og:image:width" content="1200" /> |
| 34 | + <meta property="og:image:height" content="630" /> |
| 35 | + <meta property="og:image:alt" content="Dave Conco - Software Developer" /> |
| 36 | + <meta property="og:locale" content="en_US" /> |
| 37 | + |
| 38 | + <!-- TWITTER CARD META TAGS --> |
| 39 | + <meta name="twitter:card" content="summary_large_image" /> |
| 40 | + <meta name="twitter:url" content="https://www.dconco.tech/" /> |
| 41 | + <meta name="twitter:title" content="Dave Conco - Full-Stack Developer & Backend Engineer" /> |
| 42 | + <meta name="twitter:description" content="Full-Stack Developer with 5+ years of experience building web applications and mobile apps. Specializing in PHP, C++, Node.js, React, and backend engineering." /> |
| 43 | + <meta name="twitter:image" content="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png" /> |
| 44 | + <meta name="twitter:image:alt" content="Dave Conco - Software Developer" /> |
| 45 | + <meta name="twitter:creator" content="@dave_conco" /> |
| 46 | + <meta name="twitter:site" content="@dave_conco" /> |
| 47 | + |
| 48 | + <!-- THEME COLOR FOR MOBILE BROWSERS --> |
| 49 | + <meta name="theme-color" content="#667eea" /> |
| 50 | + <meta name="msapplication-TileColor" content="#667eea" /> |
| 51 | + |
16 | 52 | <!-- FAV AND ICONS --> |
17 | 53 | <link |
18 | 54 | rel="icon" |
|
23 | 59 | <link |
24 | 60 | rel="apple-touch-icon" |
25 | 61 | href="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png" /> |
| 62 | + |
26 | 63 | <!-- STYLESHEET --> |
27 | 64 | <link |
28 | 65 | rel="stylesheet" |
29 | 66 | href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" /> |
30 | 67 | <link rel="stylesheet" href="css/style.css" type="text/css" media="all" /> |
| 68 | + |
| 69 | + <!-- STRUCTURED DATA (JSON-LD) --> |
| 70 | + <script type="application/ld+json"> |
| 71 | + { |
| 72 | + "@context": "https://schema.org", |
| 73 | + "@type": "Person", |
| 74 | + "name": "Dave Conco", |
| 75 | + "alternateName": "dconco", |
| 76 | + "url": "https://www.dconco.tech", |
| 77 | + "image": "https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png", |
| 78 | + "jobTitle": "Full-Stack Developer & Backend Engineer", |
| 79 | + "worksFor": { |
| 80 | + "@type": "Organization", |
| 81 | + "name": "Freelance" |
| 82 | + }, |
| 83 | + "description": "Full-Stack Developer with 5+ years of experience building web applications and mobile apps", |
| 84 | + |
| 85 | + "telephone": "+2349064772574", |
| 86 | + "sameAs": [ |
| 87 | + "https://github.com/dconco", |
| 88 | + "https://x.com/dave_conco", |
| 89 | + "https://facebook.com/daveconco", |
| 90 | + "https://youtube.com/@daveconco", |
| 91 | + "https://tiktok.com/@dconco" |
| 92 | + ], |
| 93 | + "knowsAbout": [ |
| 94 | + "PHP", |
| 95 | + "C++", |
| 96 | + "Node.js", |
| 97 | + "React", |
| 98 | + "React Native", |
| 99 | + "Laravel", |
| 100 | + "MySQL", |
| 101 | + "MongoDB", |
| 102 | + "Full-Stack Development", |
| 103 | + "Backend Engineering", |
| 104 | + "Mobile App Development", |
| 105 | + "API Development" |
| 106 | + ] |
| 107 | + } |
| 108 | + </script> |
| 109 | + <script type="application/ld+json"> |
| 110 | + { |
| 111 | + "@context": "https://schema.org", |
| 112 | + "@type": "WebSite", |
| 113 | + "name": "Dave Conco Portfolio", |
| 114 | + "url": "https://www.dconco.tech", |
| 115 | + "description": "Portfolio website of Dave Conco - Full-Stack Developer & Backend Engineer", |
| 116 | + "author": { |
| 117 | + "@type": "Person", |
| 118 | + "name": "Dave Conco" |
| 119 | + }, |
| 120 | + "inLanguage": "en-US" |
| 121 | + } |
| 122 | + </script> |
| 123 | + <script type="application/ld+json"> |
| 124 | + { |
| 125 | + "@context": "https://schema.org", |
| 126 | + "@type": "ProfilePage", |
| 127 | + "mainEntity": { |
| 128 | + "@type": "Person", |
| 129 | + "name": "Dave Conco", |
| 130 | + "alternateName": "dconco", |
| 131 | + "url": "https://www.dconco.tech", |
| 132 | + "image": "https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png", |
| 133 | + "description": "Full-Stack Developer & Backend Engineer with 5+ years of experience" |
| 134 | + } |
| 135 | + } |
| 136 | + </script> |
31 | 137 | </head> |
32 | 138 | <body> |
33 | 139 | <nav> |
@@ -276,7 +382,7 @@ <h3>PhpSlides Framework</h3> |
276 | 382 | </div> |
277 | 383 |
|
278 | 384 | <div class="project-card"> |
279 | | - <h3>PHP SPA Framework</h3> |
| 385 | + <h3>PhpSPA Framework</h3> |
280 | 386 | <div class="project-tech"> |
281 | 387 | PHP • React-like Syntax • Component System |
282 | 388 | </div> |
|
0 commit comments