Next.js Discord

Discord Forum

nextjs seo

Answered
Siamese Crocodile posted this in #help-forum
Open in Discord
Avatar
Siamese CrocodileOP
it says host required
Image
Answered by Arinji
Means you tell Google to prioritise your link being indexed on google
View full answer

146 Replies

Avatar
Siamese CrocodileOP
@Arinji
Avatar
Ok so
For host do @
Avatar
Siamese CrocodileOP
nice
Image
thats all i need for search console?
Avatar
Good, now start indexing your link
Send ss of your page, I don't remember what the search bar was called lol
Search console page
Avatar
Siamese CrocodileOP
wat does indexing link mean
Avatar
Means you tell Google to prioritise your link being indexed on google
Answer
Avatar
Siamese CrocodileOP
ohh
how do i do that?
Avatar
Instead of Google finding it in the wild
See the search bar on the top?
Avatar
Siamese CrocodileOP
this?
Image
Avatar
Nah
Show ss of whole page
Btw have you gotten a pagespeed report?
Avatar
Siamese CrocodileOP
nope
should i
Avatar
Ok uh quick side quest
Avatar
Siamese CrocodileOP
doing rn
Avatar
Go there, enter the link of your website
Send me the link you got back
It's public info, dw about me getting some private info or smthn
Avatar
Siamese CrocodileOP
Image
Image
thats not bad
right
Avatar
Show seo
Performance dosent matter
Accessibility, work on those on the side
Helps to make sure you handle those
Avatar
Siamese CrocodileOP
seo is at 91
Avatar
It shld be 100
Show me the issues
Avatar
Siamese CrocodileOP
alr lemme reanalyze
ah i know
im using placeholder images right now
i can just fix those
Avatar
Fix them
Avatar
Siamese CrocodileOP
Image
Avatar
It takes Google hours.. even days to reindex pages
Make sure your all ready to go before indexing
Avatar
Siamese CrocodileOP
for some reason the desktop analyzation times out i think
Image
Avatar
Ouch
Where do you have this hosted on?
Avatar
Siamese CrocodileOP
vercel
Avatar
It can't be that slow to load that pagespeedev times out...
Send link here real quick
Google hates slow loading pages
Yea..this is insanely slow
Image
See how the first 3 boxes are empty
That shldnt be the case
Desktop isn't even loading lmao
Ok it finally did
61 is ouch
Fix it later
Got it? @Siamese Crocodile
Avatar
Siamese CrocodileOP
aite
yea it does take some time to load
its cus of the globe
and devices without hardware acceleration will make it lag because theres a fade effect on lade as well
Avatar
Ok that's fine
Back to search console
Add your domain
Avatar
Siamese CrocodileOP
ya i did im prettysure
ye i did
its in my console
Avatar
Ok show ss of page
Ok good, click inspect any url
And enter your link there
Avatar
Siamese CrocodileOP
do i index now
Avatar
Request indexing
Wait
Index the www. Link
Not the normal link
Or else it's gonna be goofy
Avatar
Siamese CrocodileOP
wait wat the diff between
www
and https
Avatar
Not https
Vercel has redirects for you
So your base domain redirects to www.base
Right?
Avatar
Siamese CrocodileOP
i think so
Avatar
Ok so we want Google to index your redirected website
Or else it's gonna be weird
Got it?
Avatar
Siamese CrocodileOP
aight
i think i did
at least this is popping up now
Avatar
Damn that was fast
Avatar
Siamese CrocodileOP
like this right
Avatar
Yea, send the link real quick
Avatar
Siamese CrocodileOP
there is a slight delay on the blur load
should i still chang esome of my cponents to server side
Original message was deleted
Avatar
Click view crawled page
Send ss of whole page
Google seems to be glitching or smthn
Avatar
Siamese CrocodileOP
Image
nothin for the ss
Avatar
Oof
More info
Avatar
Siamese CrocodileOP
Image
Avatar
Your fade is the issue pretty sure, since that's pure a js implementation
Can you remove it,and then do another live test
Avatar
Siamese CrocodileOP
yeah
its from shadcn
maybe ill just remove it from the top part of my page
Avatar
Yea, remove it and try again pls
You got how to like test the live url right?
Keep making changes till the live url shows your website
Got it?
Avatar
Siamese CrocodileOP
yeaaa
thanks !
Avatar
Np, ping me once it's visible on live test
Avatar
Siamese CrocodileOP
thanksss
Avatar
@Arinji Np, ping me once it's visible on live test
Avatar
Siamese CrocodileOP
yea its visible on live test now
Avatar
Ok good
Now request reindexing
And wait for a day
Till the performance chart shows some results, wait for Google to index
With a new domain it takes wayyy longer than adding existing subdomains
Avatar
Siamese CrocodileOP
alright i did
thankss
Avatar
@Siamese Crocodile
Show your favicon meta tag
For the Google search result looking wrong
Avatar
@Arinji Show your favicon meta tag
Avatar
Siamese CrocodileOP
like the code for it?
Avatar
Yes
Avatar
@Arinji Yes
Avatar
Siamese CrocodileOP
import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { Analytics } from "@vercel/analytics/react";

const geistSans = Geist({
  variable: "--font-geist-sans",
  subsets: ["latin"],
});

const geistMono = Geist_Mono({
  variable: "--font-geist-mono",
  subsets: ["latin"],
});

export const viewport = {
  width: 'device-width',
  initialScale: 1,
};

export const metadata: Metadata = {
  title: "Jade Admissions | College, High School & Internship Consulting",
  description: "Expert guidance for college admissions, specialized high school admissions, and internship applications. Founded by former engineers and analysts from Meta, Netflix, Amazon, and Deloitte.",
  keywords: [
    "college admissions",
    "high school admissions",
    "internship applications",
    "SHSAT preparation",
    "college consulting",
    "admissions consulting",
    "tech internships",
    "Meta internships",
    "Amazon internships",
    "Netflix internships",
    "Deloitte internships",
    "Jade Admissions",
    "Jade Admissions Internship Applications",
    "Jade Admissions College Admissions",
    "Jade Admissions High School Admissions",
    "FAANG internships",
    "FAANG college admissions",
    "FAANG high school admissions",
    "FAANG SHSAT preparation",
    "Deloitte internships",
    "Deloitte college admissions",
    "Deloitte high school admissions",
    "Deloitte SHSAT preparation",
  ],
  authors: [
    {
      name: "Jade Admissions",
      url: "https://jadeadmissions.com",
    }
  ],
  robots: "index, follow",
  icons: {
    icon: '/jade2.png',
    shortcut: '/jade2.png',
    apple: '/jade2.png',
    other: {
      rel: 'apple-touch-icon-precomposed',
      url: '/apple-touch-icon-precomposed.png',
    },
  },
  openGraph: {
    type: 'website',
    images: [{
      url: '/jade1.png',
      width: 144,
      height: 144,
      alt: 'Jade Admissions',
    }],
  },
  twitter: {
    card: 'summary',
    images: [{
      url: '/jade1.png',
      width: 144,
      height: 144,
      alt: 'Jade Admissions',
    }],
  },
  metadataBase: new URL("https://jadeadmissions.com"),
};

export default function RootLayout({
  children,
}: Readonly<{
  children: React.ReactNode;
}>) {
  return (
    <html lang="en">
      <body
        className={`${geistSans.variable} ${geistMono.variable} antialiased`}
      >
        <Analytics />
        {children}
      </body>
    </html>
  );
}
i just chatgptd this part
Avatar
Yea your probs gonna have to wait, new domain problems ig
Avatar
@Siamese Crocodile Any other questions? If not you can mark an answer
Avatar
Siamese CrocodileOP
should bef ine for now
thank !
Avatar
@Siamese Crocodile would be better if you marked one of my messages as the answer, since it shows up on my name...
Any of the messages I wrote which helped
Avatar
Siamese CrocodileOP
like that one
Avatar
Sure yea thanks
Avatar
Siamese CrocodileOP
the ico showed up
Avatar
Poggers