Skip to content

Commit bff53ef

Browse files
committed
Doc Fixes
1 parent be2f924 commit bff53ef

File tree

4 files changed

+135
-138
lines changed

4 files changed

+135
-138
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Description ##
44

5-
Search Console Archive store your Google Search Console (Webmaster Tools) Data to exceed the 90 days history and add a lot of analysis and search tools.
5+
Search Console Archive store your [Google Search Console](https://www.google.com/webmasters) (Webmaster Tools) data to exceed the 90 days history and add a lot of analysis and search tools.
66

77
- Unlimited history
88
- Up to 5000 records each day
@@ -37,14 +37,14 @@ Follow the instructions to Create a Service Account
3737
- Select your website
3838
- Click on the top right menu and select **Users & Property Owner**
3939
- Select **Add a new user**
40-
- Add the Service Account email and keep the Restricted permission
41-
- Click on Add
40+
- Add the Service Account email and keep the **Restricted** permission
41+
- Click on **Add**
4242

4343
### Script configuration ###
4444

45-
Rename configuration/base.php.sample to configuration/base.php
45+
Rename *configuration/base.php.sample* to *configuration/base.php*
4646

47-
Edit base.php and fill/replace the following :
47+
Edit *base.php* and fill/replace the following :
4848
- [Timezone](http://php.net/manual/en/timezones.php) & locale
4949
- Api Login
5050
- Websites to check (Add http:// or https:// before your website DNS)
@@ -63,10 +63,10 @@ Edit base.php and fill/replace the following :
6363

6464
You will need a MySQL database for Search Console Archive AND a user granted for CREATE, SELECT, INSERT, UPDATE, DELETE
6565

66-
- Open docs/sql/website.sql, replace the {%website%} token with your website name
66+
- Open *docs/sql/website.sql*, replace the {%website%} token with your website name
6767
(The ['table'] key used in the website array in the configuration file)
6868
- Run the SQL code to in your MySQL Database to create base tables for every website you want to add
69-
- Open docs/sql/filters.sql, replace the {%website%} token with your website name
69+
- Open *docs/sql/filters.sql*, replace the {%website%} token with your website name
7070
- Run the SQL code to in your MySQL Database to create base filters
7171

7272
### Data Import configuration ###

0 commit comments

Comments
 (0)