0

In the site I am working on there many Java functions that dynamically generate content when executed, the problem is this content is not visible in the source when viewing the source it show only the java function so that content is also not visible to search engines.

Is there is any way to make this content visible in source so it be visible to search engines?

1
  • @AndrewThompson yes i mean javascript Commented Jul 21, 2013 at 19:04

1 Answer 1

1

The answer to your question is 'no'. Search engines do not attempt to parse and run JS (which is necessary to recreate the output the user sees).

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

2 Comments

yes i know that search engines doesn't parse js but i am asking about method to get he source code of the geneared content
Copy it direct from the browser output if you want it. Search engines don't (want it).

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.