Skip to content

Commit

Permalink
SEO improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Aug 19, 2024
1 parent e509c35 commit d814096
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion content/blog/september-2023-news.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: September 2023 news
excerpt: 'Mockoon quarterly news for September 2023: new releases, global rules, GitHub Action, and more.'
excerpt: 'Mockoon quarterly news for September 2023: new releases, global rules, CLI GitHub Action, and more.'
date: '2023-10-06'
image: september-2023-news.png
imageAlt: mockoon logo with screenshot
Expand Down
2 changes: 1 addition & 1 deletion content/docs/latest/admin-api/transaction-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Logs
meta:
title: 'Admin API: fetch and purge transaction logs'
description: 'Learn how to fetch and purge transaction logs using the admin API'
description: 'Learn how to fetch and purge your mock API transaction logs using the Mockoon admin API endpoints'
order: 803
---

Expand Down
2 changes: 1 addition & 1 deletion content/docs/latest/callbacks/using-callbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Using callbacks
meta:
title: Using callbacks
description: Learn how to use Mockoon's callbacks, link them to your route responses and delay their execution
description: Learn how to use Mockoon's callbacks or webhooks, link them to your route responses and delay their execution
order: 651
---

Expand Down
2 changes: 1 addition & 1 deletion content/docs/latest/mockoon-cloud/overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Overview
meta:
title: Mockoon Cloud
title: Discover Mockoon Cloud
description: Deploy your mock APIs in the cloud, synchronize your data across your team, and collaborate on your mock API projects using Mockoon Cloud
order: 900
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Body
meta:
title: Response body
title: Configuring response body
description: Learn how to serve different type of bodies with Mockoon, how to use files or databucket to serve realistic dynamic responses
order: 400
---
Expand Down
2 changes: 1 addition & 1 deletion content/docs/latest/server-configuration/port-prefix.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Port and prefix
meta:
title: Change port and API prefix
description: Learn how you can customize the localhost port and API prefix of your mock server.
description: Learn how you can customize the localhost port and API prefix of your running mock server.
order: 100
---

Expand Down
2 changes: 1 addition & 1 deletion pages/brand.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Brand: FunctionComponent = function () {
<Layout footerBanner='newsletter'>
<Meta
title='Mockoon logo and usage'
description='We have created a set of logos and guidelines to help you use Mockoon brand in your projects.'
description='We have created a set of logos and guidelines to help you refer to the Mockoon brand in your projects and websites'
ogType='article'
/>

Expand Down
2 changes: 1 addition & 1 deletion pages/contact-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const ContactForm: FunctionComponent = function () {
return (
<Layout footerBanner='newsletter'>
<Meta
title='Contact us'
title="Contact Mockoon's team"
description='For all inquiries not related to our applications (your Mockoon Cloud subscription, sponsoring, etc.) you can contact us using our contact form. We will get back to you as soon as possible.'
/>

Expand Down
1 change: 1 addition & 0 deletions pages/download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const Download: FunctionComponent<{ version: string }> = function ({
title='<span class="text-primary">Design your mock API</span> with Mockoon desktop'
subtitle="Don't let API dependencies slow you down. Design the perfect API mock with Mockoon Desktop and accelerate your development lifecycle"
mainPicture='/images/desktop-stylized.png'
mainPictureAlt='Mockoon desktop application screenshot'
/>

<section className='py-5'>
Expand Down
4 changes: 2 additions & 2 deletions pages/oss-friends.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ const OssFriends: FunctionComponent<{
<Layout footerBanner='download'>
<Meta
title='Our OSS friends'
description='Discover other open-source projects that we love and support.'
description='Discover other open-source software projects that we love and support.'
ogType='article'
/>
<Hero
title='Our <span class="text-primary">OSS friends</span>'
subtitle='Discover other open-source projects that we love and support.'
subtitle='Discover other open-source software projects that we love and support.'
/>

<section className='py-5 py-lg-10'>
Expand Down
3 changes: 2 additions & 1 deletion pages/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import Layout from '../layout/layout';

const meta = {
title: "Mockoon's Cloud plans pricing",
description: ''
description:
'Collaborate with your team, keep your data in sync, and deploy your mock APIs with Mockoon Cloud plans'
};

const Cloud: FunctionComponent = function () {
Expand Down
6 changes: 3 additions & 3 deletions pages/request-demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ const RequestDemo: FunctionComponent = function () {
return (
<Layout footerBanner='contact'>
<Meta
title='Request a demo'
description='Book a demo with our team to see how Mockoon can help you with your API development workflow.'
title='Request a Mockoon Cloud demo'
description='Book a demo with our team to see how Mockoon and our Cloud can help you streamline your API development workflows'
/>

<Hero
title='Request a <span class="text-primary">demo</span>'
subtitle='Book a demo with our team to see how Mockoon can help you with your API development workflow.'
subtitle='Book a demo with our team to see how Mockoon and our Cloud can help you streamline your API development workflows'
/>
<section className='py-6 py-md-8 border-top bg-gradient-light-white'>
<div className='container'>
Expand Down
3 changes: 1 addition & 2 deletions pages/tools/base64-encode-decode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ import Meta from '../../components/meta';
import Layout from '../../layout/layout';

const Base64EncodeDecode: FunctionComponent = function () {
const [error, setError] = useState<string>(null);
const [base64, setBase64] = useState<string>('SGVsbG8gd29ybGQh');
const [text, setText] = useState<string>('Hello world!');

return (
<Layout footerBanner='download'>
<Meta
title={'Base64 online encoder/decoder'}
description='Encode and decode your data to/from the Base64 format using this free online tool.'
description='Encode and decode your data or text, to and from the Base64 format using this free online tool.'
/>
<Hero
title='Online <span class="text-primary">Base64 encoder/decoder</span>'
Expand Down
2 changes: 1 addition & 1 deletion pages/tools/csv-parser-json-converter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Alice,35,Chicago,Data Scientist,Amazon,Seattle,345-678-9012`;
<Layout footerBanner='download'>
<Meta
title={'Online CSV parser and JSON converter'}
description='View and parse your comma separated values (CSV) data online and convert them to formatted JSON'
description='View and parse your comma separated values (CSV) data with this online tool and convert them to formatted JSON'
/>
<Hero
title='Online <span class="text-primary">CSV parser</span> and <span class="text-primary">JSON converter</span>'
Expand Down
8 changes: 4 additions & 4 deletions pages/what-is-mockoon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function () {
<img
src='/images/illustrations/use-cases/api-integration.svg'
className='img-fluid'
alt=''
alt='one person connecting to multiple applications'
/>
</div>
</div>
Expand All @@ -96,7 +96,7 @@ export default function () {
<img
src='/images/illustrations/use-cases/integration-testing.svg'
className='img-fluid'
alt=''
alt='visual representation of software testing'
/>
</div>
</div>
Expand All @@ -117,7 +117,7 @@ export default function () {
<img
src='/images/illustrations/use-cases/onboarding.svg'
className='img-fluid'
alt=''
alt='Two people coding'
/>
</div>
</div>
Expand Down Expand Up @@ -227,7 +227,7 @@ export default function () {
<img
src='/images/what-is-mockoon/desktop-cli-screenshot.png'
className='img-fluid w-md-50'
alt=''
alt='Screenshot of the Mockoon desktop application and CLI'
/>
</div>
</div>
Expand Down

0 comments on commit d814096

Please sign in to comment.