0

I've developed a large javascript library that I'm using to create a number of visualizations was well as dynamic content for my webpage.

I have recently noticed that the google crawler does not run javascript and a lot of my pages are being index without the onload content that my library creates.

I'm in a .NET environment and am wondering what the solution for this is? In my mind I see:

  1. Convert the entire javascript library to a service side language (this would be a large undertaking)

  2. using something like Node mixed with .net to run server side javascript (not sure how this would work)

  3. Use something like Node.NET: https://github.com/dnewcome/Node.net (pretty old, not sure if it would work)

Are there any other solutions to this issue?

1 Answer 1

1

Borrowing from this question: Does Google index Web Apps with Ember JS?

https://developers.google.com/webmasters/ajax-crawling/ should help you.

Sign up to request clarification or add additional context in comments.

1 Comment

I saw this: developers.google.com/webmasters/ajax-crawling/docs/… But it says to create a html snapshot, which amounts to the same problem as above

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.