Replies: 1 comment
-
|
SEO is always a tricky thing to handle in the world of dynamic JavaScript stuff. In terms of alphaTab the main music sheet is anyhow rather a graphical object and not really "search indexable". Beside the general song/file information there is not much "text" a robot could add to the search index. Until some extend engines like Google will execute dynamic JavaScript and re-scan the updated DOM, but it has a lower search ranking. Having server-side generated HTML has generally a higher rank on indexing. I guess the main question is what parts should be indexed and how do search engines support it. This also depends on how the "content" is presented (is it mainly an alphaTab player, some sort of lecture where alphaTab provides some interactive UI etc.) From a gut feeling the most important parts are:
Looking more concrete to alphaTab it can help there in these ways:
In all cases, you would likely to some sort of server-side caching in a database and on file system to avoid recomputing things on every page load. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I know this isn't an alphaTab topic per se, but I'll ask anyway ;-)
Has anyone here ever thought about optimising the sheet music generated by JavaScript for SEO?
And do you have any ideas or suggestions that would also work in a non-JS server environment, such as PHP?
For example, with the idea that generated sheet music could appear as SVG or another graphic format in Google & Co search results?
Beta Was this translation helpful? Give feedback.
All reactions