prerender.io and asp.net core verification failed
NickName:Valentin Weiß Ask DateTime:2022-02-28T19:45:55

prerender.io and asp.net core verification failed

I used aurelia (single page application) to create a website. Since SEO meta tags are added during runtime on client side search engines cant pick up these tags. I found prerender.io as solution for this problem, however I just cant get it to verify my application.

Verification failes

My backend is implemented asp.net core and is running as a app service. I used this Middleware: https://github.com/dingyuliang/prerender-dotnet/wiki/Prerender-Middleware-for-ASP.NET-Core

My configuration is:

{
  "PrerenderConfiguration": {
    "ServiceUrl": "http://service.prerender.io",
    "Token": null,
    "CrawlerUserAgentPattern": null,
    "WhiteListPattern": null,
    "BlackListPattern": "lib|css|js",
    "AdditionalExtensionPattern": null,
    "ProxyUrl": null,
    "ProxyPort": 80
  }
}

I also already tried setting the "Token" in the Configuration to the one I can see on the website after login in the upper left corner. Is there any step I'm missing or are the instructions on the github page incomplete?

Copyright Notice:Content Author:「Valentin Weiß」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/71294548/prerender-io-and-asp-net-core-verification-failed

More about “prerender.io and asp.net core verification failed” related questions

prerender.io and asp.net core verification failed

I used aurelia (single page application) to create a website. Since SEO meta tags are added during runtime on client side search engines cant pick up these tags. I found prerender.io as solution fo...

Show Detail

prerender.io and asp.net core verification failed

I used aurelia (single page application) to create a website. Since SEO meta tags are added during runtime on client side search engines cant pick up these tags. I found prerender.io as solution fo...

Show Detail

Send Email verification code with out asp.net core identity

I know there is possible way to create&send email verification code using asp.net core identity. But in my case I dont want to setup all tables which asp.net core identity uses. I am thinking to

Show Detail

Disable request verification token in ASP.NET Core

ASP.NET Core MVC seems to inject a request verification token in all of my forms: <form class="actions" method="post"> <input type="submit" class="btn btn-primary" value="Y

Show Detail

Allow script tags in .Net Core Prerender.io middlewear

I'm running .Net Core middleware and an AngularJS front-end. On my main page, I have google analytics script tags, and other script tags necessary for verifying with third-party providers. Prerende...

Show Detail

.net core third-party graphics verification

Does asp.net core provide examples of third-party graphics verification libraries? I'm working on this, but I checked some information but no success, please give me some examples! thank you. For my

Show Detail

Need help getting past a user verification failed message setting up ASP.Net MVC project

I am trying to set up an ASP.Net MVC project that will use Azure Active Directory. I keep getting an error informing me that my user verification failed. Here are the steps leading to the error me...

Show Detail

AngularJs and prerender.io

I'm working on a Single Page Application developed in AngularJs and using Prerender.io for known SEO issues. In AngularJs I set Prerender.io following this tutorial. Except for the home page, all ...

Show Detail

Disable EF Core Migration verification query

I'm running an asp.net core 2.1.4 web application with entity framework core 2.1.4 using code first. The migration and seed are done on application startup. I've noticed a couple of EF queries che...

Show Detail

Failed lock verification

I've been getting this error every time my app starts and someone told me that it has something to do with synchronized in java. However, I'm am not using that directly (though pretty much every li...

Show Detail