Skip to content

Commit 392dff4

Browse files
committed
init project
0 parents  commit 392dff4

File tree

2 files changed

+116
-0
lines changed

2 files changed

+116
-0
lines changed

README.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
# Awesome SEO tools
2+
Curated list of awesome SEO (Search Engine Optimization) tools to help improve your website's ranking and visibility on search engines.
3+
4+
awesome SEO (Search Engine Optimization) tools to help improve your website's ranking and visibility on search engines.
5+
6+
7+
## Contributing
8+
If you know any other SEO tools that deserve to be on this list, feel free to open a pull request or drop an issue with your suggestions.
9+
10+
## Table of Contents
11+
12+
1. [Keyword Research](#keyword-research)
13+
2. [Backlink Analysis](#backlink-analysis)
14+
3. [Technical SEO](#technical-seo)
15+
4. [Content Optimization](#content-optimization)
16+
5. [Rank Tracking](#rank-tracking)
17+
6. [Local SEO](#local-seo)
18+
7. [SEO Browser Extensions](#seo-browser-extensions)
19+
8. [Miscellaneous Tools](#miscellaneous-tools)
20+
21+
22+
## Keyword Research
23+
24+
- Google Keyword Planner - Free tool from Google Ads that provides keyword ideas and traffic estimates.
25+
26+
- Ubersuggest - Provides keyword suggestions, content ideas, and backlink data.
27+
28+
- SEMrush - Comprehensive keyword research tool with competitive analysis features.
29+
30+
- Ahrefs' Keywords Explorer - Detailed keyword insights and search traffic estimates.
31+
32+
## Backlink Analysis
33+
34+
- Ahrefs - Comprehensive tool to study backlinks and referring domains.
35+
36+
- Majestic - Provides detailed information about backlinks and their quality.
37+
38+
- Moz Link Explorer - Analyzes backlinks, anchor text, and more.
39+
40+
## Technical SEO
41+
42+
- Screaming Frog - SEO spider tool to crawl websites and find SEO issues.
43+
44+
- Sitebulb - Website crawler that provides insightful reports.
45+
46+
- Google Search Console - Free tool from Google to monitor and maintain site's presence in Google Search results.
47+
48+
## Content Optimization
49+
50+
- Yoast SEO - WordPress plugin for SEO optimization of posts and pages.
51+
52+
- Clearscope - Helps in optimizing content based on competitive analysis.
53+
54+
- SurferSEO - Analyzes on-page data and gives recommendations for content optimization.
55+
56+
## Rank Tracking
57+
58+
- SERPWatcher - Monitors keyword rankings daily.
59+
60+
- AccuRanker - Provides daily keyword rank tracking.
61+
62+
- SE Ranking - Comprehensive rank tracking with competitor analysis.
63+
64+
## Local SEO
65+
66+
- BrightLocal - Provides tools for local SEO and business listing optimization.
67+
68+
- Whitespark - Helps in local citation discovery and rank checking.
69+
70+
- Moz Local - Simplifies the process of optimizing, managing, and measuring local search performance.
71+
72+
## SEO Browser Extensions
73+
74+
- MozBar - Provides instant metrics for any page or SERP.
75+
76+
- SEOquake - Offers SEO metrics in a convenient browser toolbar.
77+
78+
- Ahrefs' SEO Toolbar - Quick access to backlink and keyword data.
79+
80+
## Miscellaneous Tools
81+
82+
- GTmetrix - Analyzes site speed and provides performance insights.
83+
84+
- Pingdom - Tests website load time and gives performance analysis.
85+
86+
- Broken Link Checker - Detects and reports broken links on websites.
87+
88+
89+
---
90+
91+
Happy optimizing! 🚀

index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Awesome SEO tools list</title>
5+
<meta name="description" value="Explore Awesome SEO Tools: Comprehensive suite for analysis, optimization, content, and more.">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7+
<meta name="viewport" content="width=device-width,initial-scale=1" />
8+
<meta charset="UTF-8" />
9+
<link
10+
rel="stylesheet"
11+
href="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css"
12+
/>
13+
</head>
14+
<body>
15+
<div id="app">Loading ....</div>
16+
<script>
17+
window.$docsify = {
18+
name: "Awesome SEO tools",
19+
repo: "hilmanski/awesome-seo-tools",
20+
search: ["/"],
21+
};
22+
</script>
23+
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
24+
</body>
25+
</html>

0 commit comments

Comments
 (0)