diff --git a/resources/views/icons/index.blade.php b/resources/views/icons/index.blade.php
index abee2d1..6bd5ccf 100644
--- a/resources/views/icons/index.blade.php
+++ b/resources/views/icons/index.blade.php
@@ -1,54 +1,9 @@
-
-
+@extends('layouts.app')
-
-
-
+@section('title', 'Heimerdinger.LoL • Icons')
+@section('description', 'Explore all LoL icons on Heimerdinger.LoL. Find detailed information on popular summoner icons
+ such as Qiyana Champie 2, Omen of the Cursed Revenant, Lil\' Sprout, Dominion Retirement, Winterblessed Hwei and more!')
-
-
-
-
-
-
-
-
-
-
-
- Heimerdinger.LoL • Icons
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- @vite(['resources/css/app.css', 'resources/js/app.js'])
-
-
-
-
-
-
-
-
-
-
+@section('content')
+
+@endsection
diff --git a/resources/views/icons/show.blade.php b/resources/views/icons/show.blade.php
index 512b308..c5efb03 100644
--- a/resources/views/icons/show.blade.php
+++ b/resources/views/icons/show.blade.php
@@ -1,53 +1,8 @@
-
-
+@extends('layouts.app')
-
-
-
+@section('title', $icon->title . ' • Heimerdinger.LoL')
+@section('description', 'Heimerdinger.LoL: ' . $icon->title . ' details showing all the information about the icon released in ' . $icon->release_year . '. ' . substr($icon->description, 0, 64) . '...')
-
-
-
-
-
-
-
-
-
-
-
- {{$icon->title}} • Heimerdinger.LoL
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- @vite(['resources/css/app.css', 'resources/js/app.js'])
-
-
-
-
-
-
-
-
-
+@section('content')
+
+@endsection