IntersectMBO / IntersectMBO/govtool

Suggestion to improve SEO

Open
#1,410 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
21
Forks
29
Avg merge
2d 22h
Merged PRs (30d)
7

Description

# Current SEO Result of the App
![image](https://github.com/IntersectMBO/govtool/assets/43606623/0f8bf287-5c52-4b11-b485-a127fad97880)

## 1. Add a Meta Description in the Document
- **Issue:** No meta description element found.
- **Suggestion:** Add a meta description.
- **Example:**
```html

```
- **Reference:** [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/?utm_source=lighthouse&utm_medium=cli).

## 2. Make Links Crawlable
- **Issue:** Links are not crawlable.
- **Uncrawlable Links:**
- Voting Power
```html

```
- Privacy Policy
```html

```
- Terms of Service
```html

```
- **Reference:** [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)

## 3. Make valid robots.txt file
- **Issue:** The current robots.txt file is malformed, preventing crawlers from understanding how to crawl or index the website.
- **Reference:** [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/?utm_source=lighthouse&utm_medium=cli)
- **Error Details:**
```plaintext
Line # Content Error
1 Syntax not understood
2 Syntax not understood
3 Syntax not understood
4 Syntax not understood
5 Syntax not understood
6 Unknown directive
7 Unknown directive
8 Syntax not understood
12 Syntax not understood
13 SanchoNet Govtool Syntax not understood
14 Syntax not understood
15 html, Syntax not understood
16 body { Syntax not understood
17 margin: 0; Unknown directive
18 overscroll-behavior-y: none; Unknown directive
19 padding: 0; Unknown directive
20 } Syntax not understood
21 white-space: pre-line; Unknown directive
22 } Syntax not understood
23 Syntax not understood
24 Syntax not understood
25 Syntax not understood
26 Syntax not understood
27 Syntax not understood
28

Syntax not understood
29 Syntax not understood
30 Syntax not understood
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.