dondi / GRNsight

Web app and service for modeling and visualizing gene regulatory networks.
http://dondi.github.io/GRNsight
BSD 3-Clause "New" or "Revised" License
17 stars 8 forks source link

Search engine optimization for GRNsight web site #277

Closed kdahlquist closed 8 years ago

kdahlquist commented 8 years ago

We want to do some things to optimize the GRNsight home page so it is found by search engines.

dondi commented 8 years ago

After doing some reading, the final approach taken for this was to use Google Search Console. This entailed:

Having taken these actions, some time is needed for engines to capture and index the new content. The intent is to now use Google Search Console to monitor this activity.

kdahlquist commented 8 years ago

Need to add 155 descriptions to each page. See beta page for how to do this.

kdahlquist commented 8 years ago

I went ahead and added the metadescriptions to each page, but now the About page is broken. I can't tell that there is anything wrong with the code, but the page isn't styled anymore. @dondi, can you take a look? Sorry.

dondi commented 8 years ago

OK, I was able to fix it. You'll love the root issue: it's the apostrophe problem all over again! But this time, it's the colon because as you can see, in this file format, the colon serves as the separator between the attribute name description and its value. The solution is special notation to deactivate recognition of the colon—you will see it now in about.html.

kdahlquist commented 8 years ago

Urgh--I thought it might be something like that, but I thought it might have been the comma's. Silly me. Maybe we just shouldn't have punctuation at all. Thanks for fixing it. I'm closing this just for the satisfaction of closing something, even though we are going to look at it again when some data has been collected by Google in a few weeks.