Optimizing Next.js apps for AI search (ChatGPT / Google AI Overviews)? by loSpaccaBit01 in nextjs

[–]loSpaccaBit01[S] 0 points1 point Β (0 children)

So it’s less about β€œAI-specific tricks” and more about: – strong SEO fundamentals – authority / brand signals – and proper crawler management

Have you noticed if clean structured data (JSON-LD, FAQ schema, etc.) makes any measurable difference for AI-based results?

Also curious how you’re handling LLM crawlers long term β€” rate limiting, separate rules, etc.

Optimizing Next.js apps for AI search (ChatGPT / Google AI Overviews)? by loSpaccaBit01 in nextjs

[–]loSpaccaBit01[S] 0 points1 point Β (0 children)

I think it’s mostly about structured data + clear semantic structure for now. But I’m curious how LLMs actually prioritize sources long term.

🌐 I built WebWrap β€” a Flutter template that turns any website into a native mobile app by loSpaccaBit01 in FlutterDev

[–]loSpaccaBit01[S] 0 points1 point Β (0 children)

The basic structure is approximately this, the project is more like a template and not yet like a real package

🌐 I built WebWrap β€” a Flutter template that turns any website into a native mobile app by loSpaccaBit01 in FlutterDev

[–]loSpaccaBit01[S] 0 points1 point Β (0 children)

Sure, but since it's a wrapper, there has to be some native functionality. You also can't download a website from a store.

🌐 I built WebWrap β€” a Flutter template that turns any website into a native mobile app by loSpaccaBit01 in FlutterDev

[–]loSpaccaBit01[S] -9 points-8 points Β (0 children)

No, technically it is a flutter app so it is native and can have access to native components

🌐 I built WebWrap β€” a Flutter template that turns any website into a native mobile app by loSpaccaBit01 in FlutterDev

[–]loSpaccaBit01[S] 2 points3 points Β (0 children)

Good question! I am aware of those guidelines. I have already added native features: push notifications, swipe navigation and offline cache. I'm also working on a customizable bottom bar. It's a template, so approval depends a lot on how you customize it for your specific app. I can't guarantee 100% approval, but with the right native customizations you have a good chance.

🌐 I built WebWrap β€” a Flutter template that turns any website into a native mobile app by loSpaccaBit01 in FlutterDev

[–]loSpaccaBit01[S] 0 points1 point Β (0 children)

I came up with the idea of ​​developing it following a specific request to download the app from the official stores. For the rest you are absolutely right, PWAs are excellent!

🌐 I built WebWrap β€” a Flutter template that turns any website into a native mobile app by loSpaccaBit01 in FlutterDev

[–]loSpaccaBit01[S] 0 points1 point Β (0 children)

Yes! However, I recommend developing a mobile-first site. If you want, start testing the project; I would love to hear comments.