buy-bitcoin: Add 'Buy Bitcoin' page

This adds a 'Buy Bitcoin' page to Bitcoin.org. This page will allow us
to begin ranking and capturing traffic on search engines for the key
phrase 'buy bitcoin' which receives upwards of 100,000 unique searches a
month on Google, alone.

This strategy was employed with our Bitcoin Exchanges page, now the
fourth most-visited page on the site for the last three months. It has
received over 1,000,000 page views since it was added and is now also
the first search result on Google when the search term 'bitcoin
exchange' is used.

Unless others object, this will be merged on Tuesday, August 15th.

Closes #1573
This commit is contained in:
Will Binns 2017-08-13 15:33:08 -06:00
parent d01c03abff
commit 5c2e8415f4
No known key found for this signature in database
GPG key ID: 302EBEAEEB74A404
4 changed files with 41 additions and 6 deletions

View file

@ -33,6 +33,7 @@ http://opensource.org/licenses/MIT.
<li><a>{% translate menu-participate layout %}</a> <li><a>{% translate menu-participate layout %}</a>
<ul> <ul>
<li{% if page.id == 'support-bitcoin' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate support-bitcoin url %}">{% translate menu-support-bitcoin layout %}</a> <li{% if page.id == 'support-bitcoin' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate support-bitcoin url %}">{% translate menu-support-bitcoin layout %}</a>
{% if page.lang == 'en' %}<li{% if page.id == 'buy' %} class="active"{% endif %}><a href="/en/buy">Buy Bitcoin</a></li>{% endif %}
{% if page.lang == 'en' %}<li{% if page.id == 'full-node' %} class="active"{% endif %}><a href="/en/full-node">Running a full node</a></li>{% endif %} {% if page.lang == 'en' %}<li{% if page.id == 'full-node' %} class="active"{% endif %}><a href="/en/full-node">Running a full node</a></li>{% endif %}
<li{% if page.id == 'development' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate development url %}">{% translate menu-development layout %}</a></li> <li{% if page.id == 'development' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate development url %}">{% translate menu-development layout %}</a></li>
</ul> </ul>

22
_templates/buy.html Normal file
View file

@ -0,0 +1,22 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base
id: buy
---
<!-- Note: this file exempt from check-for-subheading-anchors check -->
<h1>{% translate pagetitle %}</h1>
<p class="summary">{% translate summary %}</p>
<h2 id="bitcoin-exchange"><span class="fa fa-bank fa-lg"></span> {% translate bitcoin-exchange %}</h2>
<p>{% translate bitcoin-exchange-text %}</p>
<h2 id="local-bitcoins"><span class="fa fa-map-signs fa-lg"></span> {% translate local-bitcoins %}</h2>
<p>{% translate local-bitcoins-text %}</p>
<h2 id="bitcoin-atm"><span class="fa fa-credit-card fa-lg"></span> {% translate bitcoin-atm %}</h2>
<p>{% translate bitcoin-atm-text %}</p>

View file

@ -27,7 +27,7 @@ id: getting-started
<div> <div>
<h2 id="get"><span>3.</span> {% translate get %}</h2> <h2 id="get"><span>3.</span> {% translate get %}</h2>
<p>{% translate gettxt %}</p> <p>{% translate gettxt %}</p>
<div><a href="/en/exchanges">{% translate getbut %}</a></div> <div><a href="/en/buy">{% translate getbut %}</a></div>
</div><div> </div><div>
<h2 id="spend"><span>4.</span> {% translate spend %}</h2> <h2 id="spend"><span>4.</span> {% translate spend %}</h2>
<p>{% translate spendtxt %}</p> <p>{% translate spendtxt %}</p>

View file

@ -1,4 +1,4 @@
en: en:
about-us: about-us:
title: "About bitcoin.org" title: "About bitcoin.org"
pagetitle: "About bitcoin.org" pagetitle: "About bitcoin.org"
@ -135,6 +135,16 @@
description: "Satoshi Nakamoto's original paper is still recommended reading for anyone studying how Bitcoin works. Choose which translation of the paper you want to read:" description: "Satoshi Nakamoto's original paper is still recommended reading for anyone studying how Bitcoin works. Choose which translation of the paper you want to read:"
translated_by: "translated by" translated_by: "translated by"
submit_new_translation: 'Do you want to translate the paper into your language? Visit the <a href="https://github.com/saivann/bitcoinwhitepaper">Bitcoin Paper repository</a> for instructions and <a href="https://github.com/saivann/bitcoinwhitepaper/issues/new">open an issue</a> if you have any questions.' submit_new_translation: 'Do you want to translate the paper into your language? Visit the <a href="https://github.com/saivann/bitcoinwhitepaper">Bitcoin Paper repository</a> for instructions and <a href="https://github.com/saivann/bitcoinwhitepaper/issues/new">open an issue</a> if you have any questions.'
buy:
title: "Buy"
pagetitle: "How to buy Bitcoin"
summary: "There are several ways you can buy Bitcoin."
bitcoin-exchange: "Use a Bitcoin Exchange"
bitcoin-exchange-text: "Our <a href=\"/en/exchanges\">Bitcoin Exchange</a> page, lists many different businesses that can help you buy Bitcoin using your bank account."
local-bitcoins: "Discover people selling Bitcoin in your community"
local-bitcoins-text: "<a href=\"https://localbitcoins.com/\">Local Bitcoins</a> lets you search and browse through various sellers of Bitcoin in your area. Sellers have reviews and feedback scores to help you choose."
bitcoin-atm: "Use a Bitcoin ATM"
bitcoin-atm-text: "Bitcoin ATMs work like a regular ATM, except they allow you to deposit and withdrawal money so that you can buy and sell Bitcoin. <a href=\"https://coinatmradar.com/\">Coin ATM Radar</a> has an interactive map to help you find the closest Bitcoin ATM near you."
community: community:
title: "Community - Bitcoin" title: "Community - Bitcoin"
pagetitle: "Bitcoin communities" pagetitle: "Bitcoin communities"
@ -546,10 +556,10 @@
choose: "Choose your wallet" choose: "Choose your wallet"
choosetxt: "You can bring a Bitcoin wallet in your everyday life with your mobile or you can have a wallet only for online payments on your computer. In any case, choosing your wallet can be done in a minute." choosetxt: "You can bring a Bitcoin wallet in your everyday life with your mobile or you can have a wallet only for online payments on your computer. In any case, choosing your wallet can be done in a minute."
choosebut: "Choose your wallet" choosebut: "Choose your wallet"
get: "Get bitcoins" get: "Get Bitcoin"
gettxt: "You can get bitcoins by accepting them as a payment for goods and services or by buying them from a friend or someone near you. You can also buy them directly from an exchange with your bank account." gettxt: "You can get Bitcoin by accepting it as a payment for goods and services. There are also several ways you can buy Bitcoin."
getbut: "Find an exchange" getbut: "Buy Bitcoin"
spend: "Spend bitcoins" spend: "Spend Bitcoin"
spendtxt: "There is a growing number of services and merchants accepting Bitcoin all over the world. You can use Bitcoin to pay them and rate your experience to help honest businesses to gain more visibility." spendtxt: "There is a growing number of services and merchants accepting Bitcoin all over the world. You can use Bitcoin to pay them and rate your experience to help honest businesses to gain more visibility."
spendbut: "Find merchants and products" spendbut: "Find merchants and products"
merchants: "How to accept Bitcoin" merchants: "How to accept Bitcoin"
@ -876,6 +886,7 @@
menu-privacy: "Privacy Policy" menu-privacy: "Privacy Policy"
menu-resources: Resources menu-resources: Resources
menu-support-bitcoin: "Support Bitcoin" menu-support-bitcoin: "Support Bitcoin"
menu-buy: "Buy Bitcoin"
menu-vocabulary: Vocabulary menu-vocabulary: Vocabulary
menu-you-need-to-know: "You need to know" menu-you-need-to-know: "You need to know"
banner-core-moved: | banner-core-moved: |
@ -899,6 +910,7 @@
bitcoin-for-developers: bitcoin-for-developers bitcoin-for-developers: bitcoin-for-developers
bitcoin-for-individuals: bitcoin-for-individuals bitcoin-for-individuals: bitcoin-for-individuals
bitcoin-for-businesses: bitcoin-for-businesses bitcoin-for-businesses: bitcoin-for-businesses
buy: buy
choose-your-wallet: choose-your-wallet choose-your-wallet: choose-your-wallet
community: community community: community
development: development development: development