Skip to content

Commit

Permalink
🐛 moved most meta tags to php app file
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFerguson committed Jun 5, 2022
1 parent bc999c5 commit 531f568
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 0 additions & 4 deletions resources/js/pages/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ const Home = () => {
Mates Motivate | Achieve your goals, celebrate success
together.
</title>
<meta
name="description"
content="Mates Motivate is the next thing in following your goals, we have found in our own lives that the best motivator there is “your mates”. Encourage a stronger commitment, celebrate your wins, and keep you motivated toward completing your goals."
/>
</Head>

{/* Hero */}
Expand Down
9 changes: 4 additions & 5 deletions resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@
<link href="{{ mix('/css/app.css') }}" rel="stylesheet" />
<script src="{{ mix('/js/app.js') }}" defer></script>
@inertiaHead

<meta name="description"
content="Mates Motivate is the next thing in following your goals, we have found in our own lives that the best motivator there is “your mates”. Encourage a stronger commitment, celebrate your wins, and keep you motivated toward completing your goals.">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://matesmotivate.com/" />
<meta property="og:title" content="Mates Motivate | Achieve your goals, celebrate success
together." />
<meta property="og:title" content="Mates Motivate | Achieve your goals, celebrate success together." />
<meta property="og:description"
content="Mates Motivate is the next thing in following your goals, we have found in our own lives that the best motivator there is “your mates”. Encourage a stronger commitment, celebrate your wins, and keep you motivated toward completing your goals." />
<meta property="og:image" content="https://matesmotivate.com/assets/meta.jpg" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://matesmotivate.com/" />
<meta property="twitter:title" content="Mates Motivate | Achieve your goals, celebrate success
together." />
<meta property="twitter:title" content="Mates Motivate | Achieve your goals, celebrate success together." />
<meta property="twitter:description"
content="Mates Motivate is the next thing in following your goals, we have found in our own lives that the best motivator there is “your mates”. Encourage a stronger commitment, celebrate your wins, and keep you motivated toward completing your goals." />
<meta property="twitter:image" content="https://matesmotivate.com/assets/meta.jpg" />
Expand Down

0 comments on commit 531f568

Please sign in to comment.