Skip to content

Commit

Permalink
feat(SEO): add data (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreybakanovsky authored Sep 26, 2023
1 parent 9e2a27b commit de5c9b7
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 10 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
is-4-widescreen is-offset-1-widescreen
is-4-fullhd is-offset-2-fullhd">
<figure class="image">
<%= image_tag('pmoney_landing_0.png', alt: 'Children wallet') %>
<%= image_tag('budgeting_kid_landing_0.jpg', alt: 'Children wallet') %>
</figure>
</div>
</div>
Expand Down
23 changes: 23 additions & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@
<%= csp_meta_tag %>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="BudgetingKid - Foster good financial habits in your children">
<meta name="description" content="Empower Your Kids with Financial Wisdom: Cultivate responsible money habits
from an early age. Our application makes it effortless to guide your children towards a secure financial future.
Teach them to manage, save, and plan wisely with ease. Track allowances, set goals, and collaborate seamlessly
with family members. Start their journey to financial literacy today!">

<meta property="og:type" content="website">
<meta property="og:url" content="http://budgetingkid.com/">
<meta property="og:title" content="BudgetingKid - Foster good financial habits in your children">
<meta property="og:description" content="Empower Your Kids with Financial Wisdom: Cultivate responsible money habits
from an early age. Our application makes it effortless to guide your children towards a secure financial future.
Teach them to manage, save, and plan wisely with ease. Track allowances, set goals, and collaborate seamlessly
with family members. Start their journey to financial literacy today!">
<meta property="og:image" itemprop="image" content="<%= image_url 'budgeting_kid_landing_0.jpg'%>">

<meta property="twitter:card" content='summary_large_image'>
<meta property="twitter:url" content="http://budgetingkid.com/">
<meta property="twitter:title" content="BudgetingKid - Foster good financial habits in your children">
<meta property="twitter:description" content="Empower Your Kids with Financial Wisdom: Cultivate responsible money habits
from an early age. Our application makes it effortless to guide your children towards a secure financial future.
Teach them to manage, save, and plan wisely with ease. Track allowances, set goals, and collaborate seamlessly
with family members. Start their journey to financial literacy today!">
<meta property="twitter:image" content="<%= image_url 'budgeting_kid_landing_0.jpg' %>">

<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
<%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>
Expand Down
18 changes: 9 additions & 9 deletions config/budgeting_kid_reasons.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
reasons:
- name: Get rid of the clutter
explanation: Uncontrollable toy purchases lead to chaos at home. Does that make you feel uncomfortable? Take control of toy purchases with our application. Prevent toys from cluttering your space
image: pmoney_landing_1.jpg
image: budgeting_kid_landing_1.jpg

- name: Reduce spending on toys
- name: Reduce spending on toys
explanation: With our application, you can easily manage your children's toy expenses, helping you safeguard your family budget. Allocate those funds towards more valuable investments, such as education and healthcare
image: pmoney_landing_2.jpg
image: budgeting_kid_landing_2.png

- name: Convenience
explanation: An allowance app makes it easy for parents to manage their children's allowances from their smartphones, without having to carry cash or remember to make payments manually
image: pmoney_landing_0.png
image: budgeting_kid_landing_0.jpg

- name: Tracking
explanation: A kids' allowance app allows parents to track how much money their children receive and spend, helping them to monitor their kids' spending habits and teach them financial responsibility
image: pmoney_landing_0.png
image: budgeting_kid_landing_0.jpg

- name: Budgeting
explanation: Parents can use an allowance app to set up a budget for their children, which can help kids learn how to manage money and make wise spending decisions
image: pmoney_landing_0.png
image: budgeting_kid_landing_0.jpg

- name: Teaching financial literacy
explanation: An allowance app can be a useful tool for parents to teach their children about money management and financial literacy
image: pmoney_landing_0.png
image: budgeting_kid_landing_0.jpg

- name: Encouraging responsibility
explanation: By using an allowance app, parents can encourage their children to take responsibility for their own spending and saving, which can help kids develop important life skills
image: pmoney_landing_0.png
image: budgeting_kid_landing_0.jpg

- name: Overall
explanation: A kids' allowance app can be a useful tool for parents to help their children learn about money and develop good financial habits that will serve them well in the future
image: pmoney_landing_0.png
image: budgeting_kid_landing_0.jpg

0 comments on commit de5c9b7

Please sign in to comment.