Coder Social home page Coder Social logo

Comments (3)

thoop avatar thoop commented on June 4, 2024

Hi @felixchan ,

This is expected behavior. Googlebot supports the _escaped_fragment_ protocol for websites rendered with Javascript, so we use that instead when supported. We only fall back to user agent for crawlers that do not support the protocol.

So if you're accessing your website, try another user agent or try the _escaped_fragment_ like this:

If you have an html 5 pushstate url:

http://www.example.com/user/123 == http://www.example.com/user/123/?_escaped_fragment_=

If you have a #! url:

http://www.example.com/#!/user/123 = http://www.example.com/?_escaped_fragment_=/user/123

from prerender.

felixchan avatar felixchan commented on June 4, 2024

Thanks. What user agent can I use to test that function?

from prerender.

thoop avatar thoop commented on June 4, 2024

Oh, sorry. The Prerender server doesn't do any user agent checking, that's the job of the middleware. The Prerender server only takes a URL and prerenders it (with _escaped_fragment_ turned back into #!). The Node/Rails middleware is what checks the user agent.

You can try twitterbot: https://github.com/prerender/prerender-node/blob/master/index.js#L37

from prerender.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.