From 5c2e8415f4a44a874ae7b9f69d33746d5c75382b Mon Sep 17 00:00:00 2001 From: Will Binns Date: Sun, 13 Aug 2017 15:33:08 -0600 Subject: [PATCH] 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 --- _includes/layout/base/head-menu.html | 1 + _templates/buy.html | 22 ++++++++++++++++++++++ _templates/getting-started.html | 2 +- _translations/en.yml | 22 +++++++++++++++++----- 4 files changed, 41 insertions(+), 6 deletions(-) create mode 100644 _templates/buy.html diff --git a/_includes/layout/base/head-menu.html b/_includes/layout/base/head-menu.html index 9fe55aca..738d08d7 100644 --- a/_includes/layout/base/head-menu.html +++ b/_includes/layout/base/head-menu.html @@ -33,6 +33,7 @@ http://opensource.org/licenses/MIT.
  • {% translate menu-participate layout %} diff --git a/_templates/buy.html b/_templates/buy.html new file mode 100644 index 00000000..eeed96bf --- /dev/null +++ b/_templates/buy.html @@ -0,0 +1,22 @@ +--- +# This file is licensed under the MIT License (MIT) available on +# http://opensource.org/licenses/MIT. + +layout: base +id: buy +--- + + + +

    {% translate pagetitle %}

    +

    {% translate summary %}

    + +

    {% translate bitcoin-exchange %}

    +

    {% translate bitcoin-exchange-text %}

    + +

    {% translate local-bitcoins %}

    +

    {% translate local-bitcoins-text %}

    + +

    {% translate bitcoin-atm %}

    +

    {% translate bitcoin-atm-text %}

    + diff --git a/_templates/getting-started.html b/_templates/getting-started.html index 8f09c91b..1acc1215 100644 --- a/_templates/getting-started.html +++ b/_templates/getting-started.html @@ -27,7 +27,7 @@ id: getting-started

    3. {% translate get %}

    {% translate gettxt %}

    -
    {% translate getbut %}
    +
    {% translate getbut %}

    4. {% translate spend %}

    {% translate spendtxt %}

    diff --git a/_translations/en.yml b/_translations/en.yml index 3c0acd08..4a2bfe54 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -1,4 +1,4 @@ -en: +en: about-us: title: "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:" translated_by: "translated by" submit_new_translation: 'Do you want to translate the paper into your language? Visit the Bitcoin Paper repository for instructions and open an issue 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 Bitcoin Exchange 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: "Local Bitcoins 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. Coin ATM Radar has an interactive map to help you find the closest Bitcoin ATM near you." community: title: "Community - Bitcoin" pagetitle: "Bitcoin communities" @@ -546,10 +556,10 @@ 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." choosebut: "Choose your wallet" - get: "Get bitcoins" - 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." - getbut: "Find an exchange" - spend: "Spend bitcoins" + get: "Get Bitcoin" + 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: "Buy Bitcoin" + 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." spendbut: "Find merchants and products" merchants: "How to accept Bitcoin" @@ -876,6 +886,7 @@ menu-privacy: "Privacy Policy" menu-resources: Resources menu-support-bitcoin: "Support Bitcoin" + menu-buy: "Buy Bitcoin" menu-vocabulary: Vocabulary menu-you-need-to-know: "You need to know" banner-core-moved: | @@ -899,6 +910,7 @@ bitcoin-for-developers: bitcoin-for-developers bitcoin-for-individuals: bitcoin-for-individuals bitcoin-for-businesses: bitcoin-for-businesses + buy: buy choose-your-wallet: choose-your-wallet community: community development: development