Spaces:
Build error
Build error
Romeo David commited on
Commit ·
37b4050
1
Parent(s): be5c225
Update display_outputs to include client website in the digital marketing audit header
Browse files- pages/output.py +2 -1
pages/output.py
CHANGED
|
@@ -116,13 +116,14 @@ def seo_on_page_table(df_data):
|
|
| 116 |
|
| 117 |
def display_outputs():
|
| 118 |
client_name = "RMX Creatives"
|
|
|
|
| 119 |
overview = f"""**{client_name}** is a financial services company based in Auckland, New Zealand, specializing in providing quick and flexible loan solutions for businesses and individuals. Represented by Paul Stone, LoansOne has enlisted ShoreMarketing to perform a deep dive into their digital footprint to have a view of the holistic status of their digital properties and determine how each property can play part in implementing a stronger digital marketing plan.\n
|
| 120 |
The Digital Marketing Footprint consists of deep-dive research by ShoreMarketing specialists to help the business leaders of LoansOne understand the effectiveness of their existing digital initiatives with the view of giving them an insight to developing a strategy and effectively allocating business resources to digital properties that will give them the best results.\n
|
| 121 |
This document represents the results of our audit of LoansOne’s digital marketing and management practices. Our audit covered reviews of key digital areas: Website and Tools, PPC/SEM, SEO, Social Media, and Market Places."""
|
| 122 |
|
| 123 |
|
| 124 |
st.markdown("# Digital Marketing Audit")
|
| 125 |
-
st.markdown(f"{client_name}")
|
| 126 |
st.write("")
|
| 127 |
st.write("")
|
| 128 |
st.write("")
|
|
|
|
| 116 |
|
| 117 |
def display_outputs():
|
| 118 |
client_name = "RMX Creatives"
|
| 119 |
+
client_website = "https://rmxcreatives.com/"
|
| 120 |
overview = f"""**{client_name}** is a financial services company based in Auckland, New Zealand, specializing in providing quick and flexible loan solutions for businesses and individuals. Represented by Paul Stone, LoansOne has enlisted ShoreMarketing to perform a deep dive into their digital footprint to have a view of the holistic status of their digital properties and determine how each property can play part in implementing a stronger digital marketing plan.\n
|
| 121 |
The Digital Marketing Footprint consists of deep-dive research by ShoreMarketing specialists to help the business leaders of LoansOne understand the effectiveness of their existing digital initiatives with the view of giving them an insight to developing a strategy and effectively allocating business resources to digital properties that will give them the best results.\n
|
| 122 |
This document represents the results of our audit of LoansOne’s digital marketing and management practices. Our audit covered reviews of key digital areas: Website and Tools, PPC/SEM, SEO, Social Media, and Market Places."""
|
| 123 |
|
| 124 |
|
| 125 |
st.markdown("# Digital Marketing Audit")
|
| 126 |
+
st.markdown(f"for: **{client_name} ({client_website})**")
|
| 127 |
st.write("")
|
| 128 |
st.write("")
|
| 129 |
st.write("")
|