mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
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:
parent
d01c03abff
commit
5c2e8415f4
4 changed files with 41 additions and 6 deletions
22
_templates/buy.html
Normal file
22
_templates/buy.html
Normal 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>
|
||||
|
|
@ -27,7 +27,7 @@ id: getting-started
|
|||
<div>
|
||||
<h2 id="get"><span>3.</span> {% translate get %}</h2>
|
||||
<p>{% translate gettxt %}</p>
|
||||
<div><a href="/en/exchanges">{% translate getbut %}</a></div>
|
||||
<div><a href="/en/buy">{% translate getbut %}</a></div>
|
||||
</div><div>
|
||||
<h2 id="spend"><span>4.</span> {% translate spend %}</h2>
|
||||
<p>{% translate spendtxt %}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue