-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
111 lines (104 loc) · 6.34 KB
/
blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Diego's Portfolio - Digital Marketing Blogs</title>
<meta name="description" content="Discover the latest trends in digital marketing, webscraping and SEO in this Blog section.">
<meta property="og:title" content="Diego's Portfolio - Digital Marketing Blogs">
<meta property="og:description" content="Explore the latest trends in Digital Marketing, New SEO tricks and Free Code snippets in Python, web scraping and more.">
<meta property="og:image" content="https://seijmonsbergen.com/wp-content/uploads/2021/10/9618C311-AA12-42FA-85BE-204F41A2CF04-removebg.png">
<meta property="og:url" content="https://diego9621.github.io/">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="canonical" href="https://diego9621.github.io/blog.html">
<!-- Google site verification -->
<meta name="google-site-verification" content="pxUf802VTAASjqVZvlySS0cyPYUlPphLGaAmWqLu3V8">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N2CPCFLGWB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-N2CPCFLGWB');
</script>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html#home">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#projects">Projects</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section id="blog">
<h2>All Blog Posts</h2>
<div class="blog-grid">
<article class="blog-post">
<img src="research.webp" alt="How to start with SEO?">
<h3>How to start with SEO?</h3>
<p>SEO is crucial for online visibility. Learn the basics of SEO and how you can use it to improve your website's ranking.</p>
<a href="blog-seo.html" class="read-more">Read More</a>
</article>
<article class="blog-post">
<h3>Web Scraping Using Python</h3>
<p>Learn how to collect data from websites using Python with practical examples and code snippets you can copy.</p>
<a href="blog-webscraping.html" class="read-more">Learn Web Scraping</a>
</article>
<article class="blog-post">
<h3>Top 10 Tools to Enhance Your Website's SEO</h3>
<p>Discover the best tools to supercharge your SEO strategy and boost your website's search rankings.</p>
<a href="blog-seo-tools.html" class="read-more">Learn SEO</a>
</article>
<article class="blog-post">
<h3>Web Scraping Using Python for Beginners</h3>
<p>A comprehensive guide on web scraping using Python, perfect for beginners looking to collect data from the web.</p>
<a href="scraping.html" class="read-more">Start scraping with Python</a>
</article>
<article class="blog-post">
<h3>Advanced SEO Techniques to Boost Your Site's Ranking</h3>
<p>While basic SEO strategies get you started on the right path, advanced techniques can propel your site to the top of search engine results.</p>
<a href="advanced-seo.html" class="read-more">Boost Your Site</a>
</article>
<article class="blog-post">
<h3>Canonical links and common issues</h3>
<p>Find out how canonical links can improve your SEO strategy and the common issues in Google Search Console.</p>
<a href="blog-canonical.html" class="read-more">5 Most common issues.</a>
</article>
<article class="blog-post">
<h3>Introduction to Keyword research</h3>
<p>Learn how to understand your audience and use keyword research tools to boost your site's visibility and </p>
<a href="https://diego9621.github.io/introduction-to-keyword-research-essential-guide-for-seo-success#understanding-audience" class="read-more">attract more organic traffic.</a>
</article>
<article class="blog-post">
<h3>Free Google Chrome Extensions For SEO</h3>
<p>Discover the best free Chrome extensions to improve your SEO, Find issues, research website traffic and more.</p>
<a href="free-seo-chrome-extensions.html" class="read-more">10 Best Chrome Extensions</a>
</article>
<article class="blog-post">
<h3>Methods for Finding Keywords</h3>
<p>Learn about brainstorming, competitor analysis, and top keyword research tools for SEO success</p>
<a href="https://diego9621.github.io/methods-for-finding-keywords-effective-strategies-for-seo-success" class="read-more">Optimize your SEO</a>
</article>
</div>
</section>
</main>
<footer>
<ul class="social-links">
<li><a href="https://github.com/your-profile" target="_blank"><i class="fab fa-github"></i> GitHub</a></li>
<li><a href="https://www.stuvia.com/nl-nl/doc/854265/psp-beleggen-en-financiele-markten-t1-hoofdstuk-3-en-4" target="_blank"><i class="fab fa-linkedin"></i> Stuvia</a></li>
<li><a href="https://twitter.com/your-profile" target="_blank"><i class="fab fa-twitter"></i> Twitter</a></li>
</ul>
<p>© [Your Name] 2024 | All Rights Reserved</p>
</footer>
</body>
</html>