Dynamic update of content of a noscript tag in default.html

0
0

Hi!

In order for Google to index my WiseJ page, I’d like to add a NOSCRIPT tag. Is there a way I can dynamically fill such a NOSCRIPT tag (to more or less reflect the content shown by WiseJ)?

Thx in advance, Tom

  • You must to post comments
0
0

Hi Tom,

Sorry for the delay.

The NOSCRIPT tag is displayed when the browser has javascript disabled.

Unfortunately, Wisej does not create any html strings. It’s all JavaScript components.

Best,
Alaa

//

  • Tom Van den Eynde
    Hi Alaa, my question is how I can put server side generated content between and tags. Using default.cshtml ? I’m familoar with WebForms but not with Blazor/Razor. The idea is to provide searchable content for Google for a public facing part of the application.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.