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": "
,
"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" : "
},
"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": "
,
"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" : "
},
"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": "All Time Chart
2017
Todays Price
Small greens.
STEEM Markets
Poloniex and Bittrex rock the volume.
Steem Backed Dollars Markets
Prediction
Watch news from @andrarchy and @steemitblog for infos that may Pump or Dump the price of token.
Follow, Resteem and VOTE UP @kingscrown creator of http://fuk.io blog for 0day cryptocurrency news and tips!
",
"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
