Thursday, September 26, 2019

Suggestion for a SEO friendly way to do Jquery hidden text

Unfortunately for a good design's sake, hiding text only to have some onclick or onmouseover function deranks all of the useful keywords that might be hidden in that text.

As far as I'm concerned, disabling all javascript in the page gives you a good idea of what SEO's see when scanning the page. Parting from this idea, wouldn't it be possible to make text disappear with javascript after the document has completely loaded, while keeping the keywords as relevant?

I'm thinking along these lines:

$(document).ready(function() { $('.hiddentext').hide(); }); 
submitted by /u/barbecue_
[link] [comments]

from Search Engine Optimization: The Latest SEO News https://www.reddit.com/r/SEO/comments/d9h7bw/suggestion_for_a_seo_friendly_way_to_do_jquery/>

No comments:

Post a Comment