GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Tech Fast-Loading and SEO-Optimized Websites (https://gfy.com/showthread.php?t=1386193)

kdz 09-15-2025 08:41 AM

Fast-Loading and SEO-Optimized Websites
 
Anyone needs a Fast-Loading and SEO-Optimized Websites
I can build it for your Business Website, Blog or Network of Blog, Landing Page or any Website just let me know.

For Inquiry, you can DM or Email me

https://digroom.com/img/page-insight.jpg

TheLegacy 09-17-2025 06:01 AM

good work on the page speeds - please describe what you mean when you say SEO optimized. To many have different opinions on that.

natkejs 09-17-2025 07:09 AM

Quote:

Originally Posted by TheLegacy (Post 23399117)
good work on the page speeds - please describe what you mean when you say SEO optimized. To many have different opinions on that.

If you have a look at the site, it appears to be one static javascript file rendering all of it as a SPA.
Do such setups get love from search engines? I wouldn't know.

I wonder if it's compiled from a database so that the client can maintain the menu and so on, or is it just made as a demonstration of a "fast site" ?

Looks nice enough, though I would make sure to have the cursor change when hovering menu links etc.

kdz 09-17-2025 09:07 AM

Quote:

Originally Posted by TheLegacy (Post 23399117)
good work on the page speeds - please describe what you mean when you say SEO optimized. To many have different opinions on that.

Thank you, it load fast even in Shared Hosting but much faster and better in Vercel.

This have a built-in SEO that support for managing metadata, sitemaps, and canonical URLs.

It use SSR (Server-Side Rendering) and SSG (Static-Site Generation) means that search engine crawlers receive full HTML, making the site easier to crawl and index.

Mr Pheer 09-17-2025 10:22 AM

Quote:

Originally Posted by kdz (Post 23399145)
It use SSR (Server-Side Rendering) and SSG (Static-Site Generation) means that search engine crawlers receive full HTML, making the site easier to crawl and index.

Are you sure about that?

This is your page code:
https://i.imgur.com/qExL9iX.png

I don't think it's working the way you intended.

Quote:

❌ Claim 1: "Uses SSR and SSG... search engine crawlers receive full HTML"
REALITY: When I fetched the site as a crawler would, I received:

An empty HTML body with zero content
Only a title tag visible
No server-rendered content whatsoever

This is the opposite of SSR/SSG. If SSR/SSG were properly implemented, I would have received the full restaurant content (menu, about, reservations) in the initial HTML response.
❌ Claim 2: "Built-in SEO that support for managing metadata, sitemaps, and canonical URLs"
REALITY: The fetch showed:

No meta descriptions
No Open Graph tags
No structured data
No canonical tags
No evidence of a sitemap

❌ Claim 3: "Loads fast"
REALITY:

Can't properly measure Core Web Vitals when content doesn't load for crawlers
Client-side rendering typically results in slower initial content paint
Google collects Core Web Vitals by observing how real users interact with your website How Core Web Vitals affect application SEO: Understanding Google page experience ranking and Lighthouse scores - Vercel, but without proper SSR, the initial experience is compromised

The Technical Truth
The site owner either:

Doesn't understand that their SSR/SSG isn't working properly
Is being deceptive about the implementation
Has misconfigured their Vercel deployment

What Properly Configured SSR Should Look Like:
When fetching a properly SSR/SSG site, you receive:

Full HTML content in the response
All text content visible without JavaScript
Meta tags, structured data, and SEO elements present
Immediate crawlability

What This Site Actually Does:

Sends empty HTML shell
Requires JavaScript execution to see anything
Provides nothing for search engines to index
Fails basic SEO requirements
Did you check this with anything or ask someone else to review it? Do an SEO assesment of that SEO's guys own website before you decide to listen to him :2 cents:

It looks outstanding and does load extremely fast. Have you had any success in Google with it?

cerulean 09-17-2025 12:31 PM

Quote:

Originally Posted by natkejs (Post 23399132)
If you have a look at the site, it appears to be one static javascript file rendering all of it as a SPA.
Do such setups get love from search engines? I wouldn't know.

I wonder if it's compiled from a database so that the client can maintain the menu and so on, or is it just made as a demonstration of a "fast site" ?

Looks nice enough, though I would make sure to have the cursor change when hovering menu links etc.

Search engines can read React, Vue, etc. SPAs just fine these days. I personally prefer static site generation for landing pages though.

2MuchMark 09-18-2025 05:58 PM

*Ahem* :D

https://i.ibb.co/My6TXsRz/Screenshot...8-56-46-PM.png


See it for yourself! https://2much.net

Thanks for your assistance with this, Legacy!

PS: Sweet work, kdz !


All times are GMT -7. The time now is 04:33 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123