diff --git a/public_html/robots.txt b/public_html/robots.txt
index eb05362..787ea5e 100644
--- a/public_html/robots.txt
+++ b/public_html/robots.txt
@@ -1,2 +1,4 @@
User-agent: *
-Disallow:
+Allow:/*
+Disallow: /user/*
+Disallow: /admin/*
diff --git a/public_html/storage/.gitignore b/public_html/storage/.gitignore
new file mode 100644
index 0000000..6ef7e49
--- /dev/null
+++ b/public_html/storage/.gitignore
@@ -0,0 +1,5 @@
+*
+!/category/
+!/post/
+!/user/
+!.gitignore
diff --git a/resources/views/categories.blade.php b/resources/views/categories.blade.php
index bfaccdd..fed6923 100644
--- a/resources/views/categories.blade.php
+++ b/resources/views/categories.blade.php
@@ -1,4 +1,45 @@
@extends('layouts.frontend.app')
+@section('title')
+ Post Categories | myiotlab
+@endsection
+
+@push('header')
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{{-- tell seo this is main page --}}
+
+
+
+{{-- Tweeter --}}
+
+
+
+
+
+
+
+
+
+
+
+
+@endpush
@section('content')
diff --git a/resources/views/categoryPost.blade.php b/resources/views/categoryPost.blade.php
index 126abcc..a51a554 100644
--- a/resources/views/categoryPost.blade.php
+++ b/resources/views/categoryPost.blade.php
@@ -1,4 +1,45 @@
@extends('layouts.frontend.app')
+@section('title')
+ Category Post | myiotlab
+@endsection
+
+@push('header')
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{{-- tell seo this is main page --}}
+
+
+
+{{-- Tweeter --}}
+
+
+
+
+
+
+
+
+
+
+
+
+@endpush
@section('content')
diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php
index 354a676..a7bf82f 100644
--- a/resources/views/index.blade.php
+++ b/resources/views/index.blade.php
@@ -1,5 +1,45 @@
@extends('layouts.frontend.app')
+@section('title')
+ myiotlab
+@endsection
+
+@push('header')
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{{-- tell seo this is main page --}}
+
+
+
+{{-- Tweeter --}}
+
+
+
+
+
+
+
+
+
+
+
+@endpush
@section('content')
diff --git a/resources/views/layouts/backend/app.blade.php b/resources/views/layouts/backend/app.blade.php
index 478ce0f..4b5c4cc 100644
--- a/resources/views/layouts/backend/app.blade.php
+++ b/resources/views/layouts/backend/app.blade.php
@@ -9,10 +9,13 @@
- Sufee Admin - HTML5 Admin Template
+ Dashboard | myiotlab
+
+ {{-- Do not follow this page --}}
+
diff --git a/resources/views/layouts/frontend/app.blade.php b/resources/views/layouts/frontend/app.blade.php
index f3f6e4b..6954bbd 100644
--- a/resources/views/layouts/frontend/app.blade.php
+++ b/resources/views/layouts/frontend/app.blade.php
@@ -9,16 +9,14 @@
/>
-
-
-
-
-
-
+
+
+ {{-- SEO Follow this page --}}
+
- myiotlab
+ @yield('title')
+