Skip to content

Commit

Permalink
Added indexing options
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed Jun 14, 2024
1 parent ad7ce07 commit a059746
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/auth/register.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</div>

<!-- Location -->
<div class="mt-4 ml-2">
<div class="mt-4 w-1/2x ml-2">
<x-input-label for="location" :value="__('Location')"></x-input-label>
<x-text-input id="location" class="block phone opacity-30 mt-1 w-full" type="text" name="location" required
autocomplete="location" value="{{ old('location') }}"/>
Expand Down
32 changes: 32 additions & 0 deletions resources/views/components/logged-out.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,38 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">

<!-- Standard Meta Tags -->
<meta name="title" content="Scholarspace - Premium Essay Writing Services for College Students">
<meta name="description" content="Discover Scholarspace, your go-to platform for high-quality, professional essay writing services tailored for college students. Achieve academic excellence with our expert writers.">
<meta name="keywords" content="essay writing services, academic writing, college essays, professional writers, plagiarism-free papers, essay help">
<meta name="author" content="Scholarspace">
<meta name="robots" content="index, follow">

<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Scholarspace - Premium Essay Writing Services for College Students">
<meta property="og:description" content="Discover Scholarspace, your go-to platform for high-quality, professional essay writing services tailored for college students. Achieve academic excellence with our expert writers.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.scholarspace.me">
<meta property="og:image" content="https://www.scholarspace.me/assets/images/og-image.jpg">
<meta property="og:site_name" content="Scholarspace">
<meta property="og:locale" content="en_US">

<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Scholarspace - Premium Essay Writing Services for College Students">
<meta name="twitter:description" content="Discover Scholarspace, your go-to platform for high-quality, professional essay writing services tailored for college students. Achieve academic excellence with our expert writers.">
<meta name="twitter:image" content="https://www.scholarspace.me/assets/images/twitter-card.jpg">
<meta name="twitter:site" content="@Scholarspace">
<meta name="twitter:creator" content="@Scholarspace">

<!-- Additional Meta Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="canonical" href="https://www.scholarspace.me">
<link rel="icon" type="image/png" href="{{ asset('images/favicon.png') }}">
<link rel="apple-touch-icon" href="{{ asset('images/favicon.png') }}">
<meta name="robots" content="index, follow">

</head>
<body class="font-sans text-black/80 min-h-screen flex justify-between flex-col bg-gray-50 antialiased">
@include('layouts.navigation.logged-out')
Expand Down

0 comments on commit a059746

Please sign in to comment.