Skip to content

Commit

Permalink
seo optimizations and update images
Browse files Browse the repository at this point in the history
  • Loading branch information
SakinduRansindu committed Dec 26, 2024
1 parent b5d5b2e commit ad5ebb0
Show file tree
Hide file tree
Showing 36 changed files with 154 additions and 126 deletions.
4 changes: 3 additions & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"projects": {
"default": "firetest-c524f"
"default": "firetest-c524f",
"development": "firetest-c524f",
"production": "rur-24"
}
}
77 changes: 77 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"build-prod": "dotenv -f .env.prod run next build"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
Expand All @@ -17,6 +18,7 @@
"clsx": "^2.1.1",
"cobe": "^0.6.3",
"dompurify": "^3.2.1",
"dotenv": "^16.4.7",
"firebase": "^11.0.1",
"firebase-admin": "^13.0.1",
"firebase-functions": "^6.1.1",
Expand All @@ -28,6 +30,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-element-to-jsx-string": "^15.0.0",
"react-helmet-async": "^2.0.5",
"react-icons": "^5.3.0",
"react-lottie-player": "^2.1.0",
"sweetalert2": "^11.14.5",
Expand Down
Binary file modified public/Images/RUR (1).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/Images/RUR (10).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/Images/RUR (11).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/Images/RUR (12).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/Images/RUR (13).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/Images/RUR (14).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/Images/RUR (15).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/Images/RUR (2).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/Images/RUR (3).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/Images/RUR (4).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/Images/RUR (5).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/Images/RUR (6).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/Images/RUR (7).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/Images/logo/icon.ico
Binary file not shown.
77 changes: 0 additions & 77 deletions public/Images/partners/Dimo-logo-1.svg

This file was deleted.

Binary file removed public/Images/partners/JKH Logo.png
Binary file not shown.
Binary file removed public/Images/partners/Logo_of_MAS_Holdings.png
Binary file not shown.
Binary file removed public/Images/partners/lseg.png
Binary file not shown.
Binary file removed public/Images/partners/the-ai-team.png
Binary file not shown.
Binary file removed public/Images/sessions/career insights.png
Binary file not shown.
Binary file removed public/Images/sessions/flagship.png
Binary file not shown.
Binary file removed public/Images/sessions/global.png
Binary file not shown.
Binary file removed public/Images/sessions/heads up.png
Binary file not shown.
Binary file removed public/Images/sessions/image_1.png
Binary file not shown.
Binary file removed public/Images/sessions/resume centre.png
Binary file not shown.
Binary file added public/Images/sponsor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/Images/th.jpg
Diff not rendered.
12 changes: 12 additions & 0 deletions robots.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import type { MetadataRoute } from 'next'

export default function robots(): MetadataRoute.Robots {
return {
rules: {
userAgent: '*',
allow: '/',
disallow: '/admin/',
},
sitemap: 'https://areyouready.uom.lk/sitemap.xml',
}
}
13 changes: 7 additions & 6 deletions src/app/admin/admin-dashboard-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import LOGO_SMALL from "../../../public/Images/logo/RUR20_small.png";
import { useAuth } from "@/context/auth-provider";
import { useRouter } from "next/navigation";
import { IThemeContextType } from "@/interfaces/IThemeContext";
import Head from "next/head";
import { Helmet } from "react-helmet-async";

interface AdminDashboardLayoutProps {
children: ReactNode;
Expand All @@ -26,11 +26,12 @@ export function AdminDashboardLayout({ children }: AdminDashboardLayoutProps) {
return (

<RootLayout>
<Head>
<meta name="robots" content="noindex, nofollow" />
<meta name="googlebot" content="noindex, nofollow" />
<meta name="distribution" content="global" />
</Head>
<Helmet>
<meta name="robots" content="noindex, nofollow" key="bot" />
<meta name="googlebot" content="noindex, nofollow" key="googlebot"/>
<meta name="distribution" content="global" key="dist"/>
<title key="title">RUR Admin Panel</title>
</Helmet>

<div className="min-h-screen flex flex-col">
<div className="relative w-full flex items-center justify-center mb-24">
Expand Down
Binary file modified src/app/favicon.ico
Binary file not shown.
41 changes: 25 additions & 16 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import React, { useCallback, useEffect, useState } from "react";
import { AuthProvider } from "@/context/auth-provider";
import {ITheme, IThemeContextType} from "@/interfaces/IThemeContext";
import { GoogleTagManager } from '@next/third-parties/google'
import Head from "next/head";
import { Helmet, HelmetProvider } from "react-helmet-async";


const geistSans = localFont({
src: "./fonts/GeistVF.woff",
Expand Down Expand Up @@ -60,29 +63,35 @@ export default function RootLayout({ children }: Readonly<{ children: React.Reac
return (
<AuthProvider>
<ThemeContext.Provider value={{ setTheme, toggleTheme, theme }}>
<HelmetProvider>
<html lang="en">
<head>
<meta charSet="UTF-8" />
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Are You Ready? 2025</title>
<meta name="author" content="Rotaract Club of University of Moratuwa" />
<Helmet>

<meta name="description" content="Official website of 'Are You Ready? 2025', organized by the Rotaract Club of University of Moratuwa" />
<meta name="keywords" content="RUR25,Are You Ready,Rota,Mora,UoM,RUR,RUR?" />

<meta property="og:type" content="website" />
<meta property="og:site_name" content="Are You Ready? 2025" />
<meta property="og:title" content="Are You Ready? 2025" />
<meta property="og:description" content="'Are You Ready? 2025', organized by Rotaract Club of the University of Moratuwa in collaboration with the university's Career Guidance Unit is a much-awaited event in the university calendar which marks the official careers week of the university." />
<meta property="og:image" content="https://rur.rotaract.social/Images/logo/RUR.png" />
<meta property="og:url" content="https://rur.rotaract.social/" />
<meta name="referrer" content="no-referrer" />

</head>
<body
className={`${geistSans.variable} ${geistMono.variable} dark:bg-dark-gradient bg-light-gradient antialiased`}
>
<GoogleTagManager gtmId="GTM-MWJNXDZR" />
{children}
<meta property="og:url" content="https://areyouready.uom.lk/" />
<meta property="og:image" content="https://areyouready.uom.lk/Images/logo/RUR.png" />

<meta name="author" content="Rotaract Club of University of Moratuwa" />
<link rel="author" href="https://rotaractmora.org" />

<link rel="icon" href="https://areyouready.uom.lk/Images/logo/icon.ico" />

<meta name="google-site-verification" content="He_a54SdmlaQfr3y9EaVQ5cQVBxr_tJEBPPwveeY6RQ" />


</Helmet>
<body className={`${geistSans.variable} ${geistMono.variable} dark:bg-dark-gradient bg-light-gradient antialiased`} >
<GoogleTagManager gtmId="GTM-MWJNXDZR" />
{children}
</body>
</html>
</HelmetProvider>
</ThemeContext.Provider>
</AuthProvider>
);
Expand Down
Loading

0 comments on commit ad5ebb0

Please sign in to comment.