BeyondBOINC.Net Updates! (Glasnost v0.8)
Updates Galore!
This week I've been busy building upon the Glasnost v0.8 platform developed by @ontofractal!
Updated list of authors (Follow them!)
- @cm-steem - View on BeyondBOINC
- @officialfuzzy - View on BeyondBOINC
- @kencode - View on BeyondBOINC
- @screenname - View on BeyondBOINC
- @chris4210 - View on BeyondBOINC
- @psiphitheta - View on BeyondBOINC
- @moisesmcardona - View on BeyondBOINC
- @peppernrino - View on BeyondBOINC
- @svk - View on BeyondBOINC
- @chainsquad - View on BeyondBOINC
- @steemitblog - View on BeyondBOINC
- @jonnybitcoin - View on BeyondBOINC
- @kingscrown - View on BeyondBOINC
- @erkan - View on BeyondBOINC
- @vortac - View on BeyondBOINC
- @sc-steemit - View on BeyondBOINC
- @blockchained - View on BeyondBOINC
- @peerplays - View on BeyondBOINC
- @steempower - View on BeyondBOINC
Raised Glasnost issues
- Too many images overwhelms image selection for posts card view? - Affects @screenname's posts.
- Request: Author json_metadata
- Images not rendering in post
- SEO: Structured Data
- Images not using HTTPS (Solved)
Improved Nav Bar
- Improved drop-down menus featuring Gridcoin trading links, as well as community links for Gridcoin, BOINC, Bitshares and Peerplays. If you wish for additional links to be added, please request them in this thread.
- Note: The nav bar still sucks on mobile, I'm working to hide the drop-downs on mobile/tablet views.
Improved Footer!
- Promoted tags/authors, affiliate links (help me afford to run services), blurb about the blog and some additional links & Steem logo.
Google Translate & Search!
Within posts: Relevant tags, direct link to Steemit post, breadcrumbs, social links, link to more content by author
Telegram group created!
Come join the BeyondBOINC.Net Telegram group!
Full SiteMap generated!
npm install -g sitemap-generator-cli
sitemap-generator https://beyondboinc.net /glasnost_app/_build/prod/lib/glasnost/priv/static/images/sitemap.xml
https://beyondboinc.net/images/sitemap.xml
Why is this important? It helps Google & other search engines index the full website faster (over 1400 posts submitted to google!)
Unique JSON-TD SEO for every post!
Relevant GitHub issue: SEO: Structured Data
To improve visibility on search engines, I have implemented unique JSON-TD fields for each post.
SEO Metadata template:
<script type="application/ld+json">
[
{
"@context": "http://schema.org",
"@type": "Article",
"headline": "<%= @post.title %>",
"alternativeHeadline": "<%= @post.title %>",
"image": {
"@type": "ImageObject",
"url": "https://beyondboinc.net/images/steem-logo.png",
"caption": "Steem-logo",
"height": "696",
"width": "696"
},
"author" : { "@type" : "Person", "name" : "<%= @post.author %>" },
"editor": { "@type" : "Person", "name" : "<%= @post.author %>" },
"citation": "https://steemit.com/@<%= @post.author %>/<%= @post.permlink %>/",
"sameAs": "https://steemit.com/@<%= @post.author %>/<%= @post.permlink %>/",
"genre": "<%= for tag <- @post.tags do %><%=tag%> <% end %>",
"keywords": "<%= for tag <- @post.tags do %><%=tag%> <% end %>",
"articleSection": "<%= for tag <- @post.tags do %><%=tag%> <% end %>",
"publisher" : { "@type" : "Organization", "name" : "Steemit", "logo" : "https://beyondboinc.net/images/steem-logo.png" },
"url": "https://beyondboinc.net/authors/<%= @post.author %>/<%= @post.permlink %>/",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://beyondboinc.net/authors/<%= @post.author %>/<%= @post.permlink %>/"
},
"description": "<%= @post.title %>",
"articleBody": "<%= @post.body %>",
"datePublished": "<%= @post.created %>",
"dateCreated": "<%= @post.created %>",
"dateModified": "<%= @post.created %>"
},
{
"@context": "http://www.schema.org",
"@type": "WebSite",
"name": "BeyondBOINC",
"accountablePerson": "<%= @post.author %>",
"accessModeSufficient": "textual, visual",
"alternateName": "BeyondBoinc",
"url": "https://beyondboinc.net"
}
]
</script>
Example in production:
<script type="application/ld+json">
[
{
"@context": "http://schema.org",
"@type": "Article",
"headline": "STEEM going UP - Charts & Stats Since Launch",
"alternativeHeadline": "STEEM going UP - Charts & Stats Since Launch",
"image": {
"@type": "ImageObject",
"url": "https://beyondboinc.net/images/steem-logo.png",
"caption": "Steem-logo",
"height": "696",
"width": "696"
},
"author" : { "@type" : "Person", "name" : "kingscrown" },
"editor": { "@type" : "Person", "name" : "kingscrown" },
"citation": "https://steemit.com/@kingscrown/steem-going-up-charts-and-stats-since-launch/",
"sameAs": "https://steemit.com/@kingscrown/steem-going-up-charts-and-stats-since-launch/",
"genre": "steem blockchain cryptocurrency steemit beyondbitcoin ",
"keywords": "steem blockchain cryptocurrency steemit beyondbitcoin ",
"articleSection": "steem blockchain cryptocurrency steemit beyondbitcoin ",
"publisher" : { "@type" : "Organization", "name" : "Steemit", "logo" : "https://beyondboinc.net/images/steem-logo.png" },
"url": "https://beyondboinc.net/authors/kingscrown/steem-going-up-charts-and-stats-since-launch/",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://beyondboinc.net/authors/kingscrown/steem-going-up-charts-and-stats-since-launch/"
},
"description": "STEEM going UP - Charts & Stats Since Launch",
"articleBody": "<h2>All Time Chart</h2>
<p>http://i.imgur.com/VBbW2a1.png</p>
<h2>2017</h2>
<p>http://i.imgur.com/6DboBRg.png</p>
<h2>Todays Price</h2>
<p>http://i.imgur.com/82m9NDX.png
Small greens.</p>
<h2>STEEM Markets</h2>
<p>http://i.imgur.com/9zICq0Y.png
Poloniex and Bittrex rock the volume.</p>
<h2>Steem Backed Dollars Markets</h2>
<p>http://i.imgur.com/mdQwilp.png</p>
<h2>Prediction</h2>
<p>Watch news from @andrarchy and @steemitblog for infos that may Pump or Dump the price of token.</p>
<table>
<tr>
<th><h1> Follow, Resteem and VOTE UP @kingscrown creator of http://fuk.io blog for 0day cryptocurrency news and tips!</h1></th>
<th>https://media.giphy.com/media/3ohzdPbKlUFVsmGpq0/giphy.gif</th>
</tr>
</table>",
"datePublished": "2017-04-25 02:49:33",
"dateCreated": "2017-04-25 02:49:33",
"dateModified": "2017-04-25 02:49:33"
},
{
"@context": "http://www.schema.org",
"@type": "WebSite",
"name": "BeyondBOINC",
"accountablePerson": "kingscrown",
"accessModeSufficient": "textual, visual",
"alternateName": "BeyondBoinc",
"url": "https://beyondboinc.net"
}
]
</script>
Lessons learned
Check out my previous glasnost announcement post, the comments contain many 'lessons learned' if you're interested in creating your own glasnost blog.
Best regards,
@CM-Steem
@Erkan requested the following features:
Page tag summary
Relocated author tag (not over image)
I thought maybe you could also list the wikipedia page for Gridcoin (I started writing the initial stub in January 2017 and undid a previous redirect to a sub-article). I noticed you added the gridcoin.us wiki so I'll leave this up to you to decide :)
I'll add it :)
Also it looks like individual author pages are not being updated when new articles are written, even when the beyondboinc tag is added...
There seems to be a delay before new content is added, but your recent posts are now showing on the front page :)
Like/Retweet please: https://twitter.com/customminer/status/856853687284756480
Thanks in advance, tweetbot :)
CM tweeted @ 25 Apr 2017 - 12:53 UTC
Disclaimer: I am just a bot trying to be helpful.
This post has been ranked within the top 80 most undervalued posts in the second half of Apr 25. We estimate that this post is undervalued by $2.48 as compared to a scenario in which every voter had an equal say.
See the full rankings and details in The Daily Tribune: Apr 25 - Part II. You can also read about some of our methodology, data analysis and technical details in our initial post.
If you are the author and would prefer not to receive these comments, simply reply "Stop" to this comment.