jeroennoten / Laravel-Prerender

Laravel middleware for prerendering javascript-rendered pages on the fly for SEO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work

qWici opened this issue · comments

I installed the package and configured using prerender.io service, but it doesnt work.

Steps:

  1. composer require nutsweb/laravel-prerender
  2. Add service provider
Nutsweb\LaravelPrerender\LaravelPrerenderServiceProvider::class
  1. Setup my token in .env
  2. Publish config
  3. Add path '/api/*' to blacklist
  4. Add meta-tag to head of index page

Since my Vue dynamically adds og and twitter card tags - I tested it on Twitter card validator, facebook og validator - doesnt work.

Prerender.io say: "We haven't seen a request with your Prerender token yet."

Hi there! Could you please send us an email at support@prerender.io with the account you are using and the URL you are testing so we can help look into this more? We can help you get this resolved.

@thoop now looks like its works. Perhaps this was some kind of delay between the project creation and the processing of the first requests.