Skip to main content

Questions tagged [prerender]

The Prerender.io middleware that you install on your server will check each request to see if it's a request from a crawler.

prerender
Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

I am working with Chrome prerendering. My scene is as follows: Buttons: [use-template] [go-to-generate] When the user clicks ...
D yh's user avatar
  • 3
0 votes
0 answers
50 views

I need help with this, I need SEO for 3 pages index, Faq and Blog when I run npx nuxt generate and see the index.html in .output/public I only see this in the viewsource I don't see the html like the ...
AIAM2601's user avatar
0 votes
1 answer
158 views

There are two pages in my app: Page1.razor (home) and Page2.razor. There is no problem rendering first page. But when I navigate ...
shmowzow's user avatar
2 votes
0 answers
46 views

I have just set up a very basic test Angular 19 app with SSR, but I keep getting the following error message when I use the Prerender Rendermode and I build the app (ng build): ...
user1625551's user avatar
1 vote
0 answers
177 views

I have portfolio web needed help for the latest Angular 20 version for prerender options to generate static html pages for better seo purpose. Need help with how to enable prerender in website without ...
Hiral Shihora's user avatar
0 votes
0 answers
65 views

I'm trying to use angular universal prerendering with an Ionic Angular app. To test I created a simple app with Tabs template. When I run "ng run app:prerender" the cli correctly generate ...
Davide C's user avatar
  • 996
0 votes
0 answers
43 views

I'm using Apache to serve a React page and have set up a self-hosted Prerender service to serve prerendered HTML to crawlers like Googlebot. My goal is that when a bot (e.g., Googlebot) visits ...
Neepun Patil's user avatar
0 votes
1 answer
824 views

After building Angular 19 application with SSR and with "prerender": false parameter running the application ...
Дмитрий Комов's user avatar
3 votes
0 answers
231 views

Does someone have a rudimentary but working example of using the App-Shell-Pattern in Angular 19? The docs on angular.dev are very poor, and all the articles that could be found are either on a lower ...
sagerobert's user avatar
0 votes
0 answers
372 views

I've been looking for a plugin to pre-render some of the pages of my vue 3 app but so far I've been unlucky. I use Vite and the Options API, any suggestion? I tried vite-ssg but it includes unhead ...
tienow's user avatar
  • 181
0 votes
0 answers
183 views

I'm fairly new to .Net Core/Blazor and have a Blazor .Net 8 web application (server and client applications). This is an internal application so we are using Windows authentication. The server ...
user2992903's user avatar
1 vote
1 answer
132 views

Is there a method to prerender a page which is mainly a huge leaflet.js window ? The window is always starting out at the same coordinates so It would be beneficial to prepare the initial view at ...
JKJ's user avatar
  • 645
0 votes
0 answers
190 views

I ran into the problem that the prerender does not always work. There is one page where the prerender does not always work; sometimes it just returns a piece of broken code, not even reaching the body....
Степан Снигур's user avatar
0 votes
1 answer
866 views

I am working on a T3 app with the following build structure: ...
Nia_H's user avatar
  • 1
2 votes
1 answer
2k views

js Community, I'm currently exploring Next.js and its rendering capabilities, and I have some questions regarding the behavior of pre-rendering in scenarios where neither SSR (...
make's user avatar
  • 23
3 votes
1 answer
2k views

Angular 16 uses @nguniversal/builders:prerender as a builder for Prerender which works fine, After upgrading to Angular 17 ng update changes this builder to ...
Behnam Aminazad's user avatar
6 votes
0 answers
435 views

My project is Angular v17 and I'm using the prerender feature on my dynamic pages. It's important for me that these pages content stay updated atleast 3-4 times each day. Is there any command or any ...
Behnam Aminazad's user avatar
0 votes
1 answer
249 views

it has been four days and i am still stuck. regarding this issue i saw some people saying use axios, and set the timeout. Or change the http to https when you are fetching data, but all that in vain. ...
Abdelrahman Zaitoun's user avatar
1 vote
1 answer
2k views

I use Angular 17 with SSR. My main goal for using SSR is to use Meta from "@angular/platform-browser" for showing prerender info with replacing tags on <...
FX_Sektor's user avatar
  • 1,462
0 votes
0 answers
332 views

I'm working on lagacy project(laravel vue webpack.mix), which has a very poorly built architecture and no Vue logic. Now I have a task - to set up an SEO audit for normal indexing by the search system`...
Olexandr Lytvynenko's user avatar
0 votes
1 answer
1k views

I have used Blazor Server previously (.NET 6) but am new to .NET 8. I created a new Blazor Web project (interactive render mode: auto, interactivity mode: per page/component). My server component ...
geoCode's user avatar
  • 373
1 vote
0 answers
118 views

I'm attempting to use Chrome's Speculation Rules API to configure prerendering for my project. When I test this locally, it works successfully. However, when I deploy my project to the production ...
YiYu66's user avatar
  • 11
0 votes
0 answers
66 views

The code is working fine in my localhost. When I tried to build the app, I'm getting this error. It tells the issue is in wallets page. But I've rendered an simple code as this, it works fine in the ...
Santhosh's user avatar
1 vote
0 answers
348 views

I'm currently developing a React app in which the implementation of meta descriptions and OG meta tags is crucial. I'm working on blog pages where the content is dynamically generated from the ...
Farhan Ajmal's user avatar
1 vote
1 answer
529 views

I use reactJS for a multiple routes app. Historically, I hosted my app on Netlify, then I implement a prerendering with react-spa-prerender in order to improve SEO. ...
jozinho22's user avatar
  • 642
0 votes
1 answer
585 views

I am building a SvelteKit/Tauri project along with a embedded SurrealDB database. For simplicity, lets say in this program, i am creating and editing books. In the page ...
Ólavur Nón's user avatar
2 votes
2 answers
2k views

I have a SvelteKit/Tauri project which all needs to be prerendered as it will be a desktop application. In my SvelteKit project, i have the following routing, which contains a slug: ...
Ólavur Nón's user avatar
3 votes
0 answers
143 views

A prerender error occurs when building in Next.JS, but I don't know why... The build works fine locally, but this error only occurs in GitHub actions. My Next.JS version is 13.5.2. Please take a look ...
user22648135's user avatar
2 votes
1 answer
228 views

I have built 2 projects in React.js, one is using material ui 4 and another one is using mui5. Both the websites are working fine and styling is also perfect. I have noticed that in the project which ...
Springy Developer's user avatar
3 votes
3 answers
2k views

I would like to make specific link from my page ( https://www.bizraport.pl/organizacje ) prerendered. My issue is that page uses (in both +page.server.js and ...
Ryszard Kozłowski's user avatar
0 votes
0 answers
54 views

I am using angular 15.2.0, with angular universal, and angular localization.. I noticed one strange thing when prerendering the arabic version of the website,, as known angular localization generate a ...
Mo Bdair's user avatar
  • 243
2 votes
3 answers
2k views

the above error is shown while building the next js 13 app following is the github repo github link and while deploying the app in vercel it shows this error i have also tried adding the error ...
Sahil Solkar's user avatar
0 votes
2 answers
3k views

I'm trying to use nuxt3 to prerender my entire website, without having to rely on a server. I am looking to just get the html file alongside JS & css files. However, even with this config, it ...
mesqueeb's user avatar
  • 6,474
0 votes
1 answer
385 views

I am trying to deploy my react application on vercel .But i want to run my build using node server. Because I have to use prerender.io in my node app. Such that preview can come with dynamic value ...
Anjul Saini's user avatar
2 votes
0 answers
1k views

Context: We are finding setting up Nuxt 3 in SSG mode quite confusing particular when running in dev mode locally. We are moving from a Vite vue 3 project where we were using vite-ssg to pre-render. ...
Rezzy's user avatar
  • 334
2 votes
1 answer
598 views

The initialStatus argument for Prerender must be a natural number. I am trying to deploy my next.js 13 app on vercel then I'm ...
ravi gupta's user avatar
0 votes
0 answers
351 views

I have build a react application in which there are multiple API calls integration to fetch the data as well. In order to improve performance, seo score and Google adsense integration I need to make ...
Springy Developer's user avatar
2 votes
1 answer
657 views

My website works fine on Nextjs 13.3.4 but when I update it to Nextjs 13.4.0 I'm getting a pre-render issue. I tried finding a particular page that is causing the issue but literally all the page ...
garbhagudi's user avatar
1 vote
1 answer
1k views

I have a problem with getStaticProps in NextJS, i try to load specialists from API Route, but I get an error. ...
abrzezinski's user avatar
1 vote
0 answers
220 views

Hi guys I have a problem with my angual universal app. I can safely deploy my app to firebase, but the prerender doesn't work since the metatags of the various routes don't change. using the "ng ...
flamel666's user avatar
0 votes
0 answers
38 views

Here is the code I'm using ...
Raymond's user avatar
  • 31
0 votes
1 answer
302 views

I'm using Angular 15 and I'm trying to pre-render a website for SEO purposes. I understand that facilities such as document and ...
TCB13's user avatar
  • 3,165
1 vote
0 answers
159 views

So I recently got an error on my application: Error: WebSocket is not open: readyState 2 (CLOSING) And basically I don't know where to handle it. It was throwed ...
paulalexandru's user avatar
3 votes
0 answers
987 views

In Angular 13 and what I usually do with apps when I want them in production is run something like ng build -c production in order to create a production build and ...
TCB13's user avatar
  • 3,165
1 vote
1 answer
331 views

We have set up of entire Angular 14.2.12 application in Production working just fine. I wanted to generate some of static pages using Scully, so I added Scully by following steps ng add @scullyio/...
user2030613's user avatar
0 votes
1 answer
287 views

Been looking for a solution for this issue quite a while. Quick intro: Our build is ReactJS for frontend. We use Prerender.io to cache pages prior to indexing bots requesting the cached url. ...
Per Obiora's user avatar
0 votes
1 answer
282 views

I'm getting a 302 redirect on all of my pre-rendered angular (v15) pages. I'm serving the static site from cloudfront uploading the pre-rendered pages into s3. example.com/route looks like it's being ...
Vijay's user avatar
  • 219
2 votes
0 answers
500 views

I am really at my wits end with seo on a web site. I started working on something and i always thought that build:ssr is generating a site that is google index friendly. Actually build:ssr was not ...
HDs Sergiu's user avatar
  • 1,147
1 vote
2 answers
2k views

I have a SvelteKit site that uses adapter-static to prerender pages. It's a multilingual site, so I pass the paths /, ...
czer's user avatar
  • 471
0 votes
0 answers
405 views

I have a prerender server running in a docker container on my GCP VM instance running on Debian. I know it is running from the docker logs on the containers' port 3000. But I can't seem to send a ...
HankC138's user avatar

1
2 3 4 5
11