Skip to content

Enhance index.html with proper title, favicon, and SEO meta tags #47

@gssi962

Description

@gssi962

Is your feature request related to a problem? Please describe.
The current index.html has a default title (“frontend”) and Vite’s favicon. It also doesn’t include any SEO or meta tags, which makes the site look plain and less optimized.

Describe the solution you'd like
Update the index.html with:
-A proper project title like “Hacking Tutorial”
-A custom favicon matching the project
-Basic SEO meta tags (description and keywords).

For Example:

<title>Hacking Tutorial — Learn Ethical Hacking</title>

Describe alternatives you've considered
Keeping the current setup is fine, but adding these small improvements will make the page more complete and user-friendly.

Additional context
This change will make the project more professional, improve SEO, and give a better first impression when users open the site.

@amandewatnitrr kindly assign me the issue under hacktoberfest related labels if you find this issue relevant.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions