Skip to content

Commit

Permalink
Seo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Nov 12, 2024
1 parent c400490 commit 6e6d401
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion content/blog/september-2023-news.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:
author: guillaume
meta:
title: September 2023 news
description: 'Mockoon quarterly news for September 2023: new releases, global rules, GitHub Action, and more.'
description: 'Mockoon quarterly news for September 2023: new releases, global rules, GitHub Action, Mockoon Cloud progress, and more.'
---

Welcome to our first blog quarterly news! Usually sent in the form of a newsletter, we decided to publish it on our blog too.
Expand Down
4 changes: 2 additions & 2 deletions content/docs/latest/requests/query-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Query parameters
meta:
title: Query parameters usage and parsing
description: Learn how Mockoon parses query parameters and how to use them in your mock API responses.
description: Learn how Mockoon parses query parameters, including objects and arrays, and how to use them in your mock API responses.
order: 155
---

Expand Down Expand Up @@ -42,7 +42,7 @@ Parsed query parameters:

## Where can I access the query parameters?

The parsed query parameters will be available **everywhere [templating helpers](docs:templating/overview) are supported**: response body, headers, rules, data buckets, callbacks, etc. You will be able to use the [`queryParam`](docs:templating/mockoon-request-helpers#queryparam) and [`queryParamRaw`](docs:/docs/latest/templating/mockoon-request-helpers/#queryparamraw) to access the parsed parameters and create dynamic responses based on it.
The parsed query parameters will be available **everywhere [templating helpers](docs:templating/overview) are supported**: response body, headers, rules, data buckets, callbacks, etc. You will be able to use the [`queryParam`](docs:templating/mockoon-request-helpers#queryparam) and [`queryParamRaw`](docs:/docs/latest/templating/mockoon-request-helpers#queryparamraw) to access the parsed parameters and create dynamic responses based on it.

The parameters will also be **available in the [response rules](docs:route-responses/dynamic-rules)** to check their content and serve different responses based on them.

Expand Down
2 changes: 1 addition & 1 deletion content/releases/6.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You can also associate different callbacks to different route responses:

![the callback invocation interface{1310x476}](/images/releases/6.0.0/callbacks-invocation-interface.png)

Head over to the [documentation](https://mockoon.com/docs/latest/callbacks/overview) to learn more about this feature.
Head over to the [documentation](https://mockoon.com/docs/latest/callbacks/overview/) to learn more about this feature.

(Issue [#709](https://github.com/mockoon/mockoon/issues/709))

Expand Down
2 changes: 1 addition & 1 deletion content/releases/8.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Since the introduction of the admin API in the [previous release](https://mockoo
- The [transaction logs](https://mockoon.com/docs/latest/admin-api/transaction-logs/) of a running mock server can be fetched using the `/mockoon-admin/logs` endpoint. (Issue [#632](https://github.com/mockoon/mockoon/issues/632))
- The [data buckets can be regenerated](https://mockoon.com/docs/latest/admin-api/data-buckets/) without having to reset the full server state using the `/mockoon-admin/data-buckets` endpoint. (Issue [#1373](https://github.com/mockoon/mockoon/issues/1373))

Head to the [documentation](https://mockoon.com/docs/latest/admin-api/overview) to learn more about the admin API.
Head to the [documentation](https://mockoon.com/docs/latest/admin-api/overview/) to learn more about the admin API.

## New CLI flags and serverless options

Expand Down
2 changes: 1 addition & 1 deletion content/releases/8.4.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
meta:
title: Mockoon release v8.4.0
description: Discover Mockoon applications new v8.4.0 release with templating support in rules property/path, new JWT templating helpers, dot notation support in the CRUD route key, random latencies, and many more improvements and fixes.
description: Discover Mockoon applications new v8.4.0 release with templating support in rules property/path, new JWT templating helpers, dot notation support in the CRUD route key, random latencies, and more
date: '2024-08-06'
---

Expand Down
4 changes: 2 additions & 2 deletions pages/contact-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ const ContactForm: FunctionComponent = function () {
<Layout footerBanner='newsletter'>
<Meta
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.'
description='For all non-support inquiries (your Mockoon Cloud subscription, sponsoring, etc.) you can contact us using our contact form. We will get back to you shortly'
/>

<Hero
title='Contact us'
subtitle='For all inquiries not related to our applications (your Mockoon Cloud subscription, sponsoring, etc.), please contact us using the form below'
subtitle='For all non-support inquiries (your Mockoon Cloud subscription, sponsoring, etc.), please contact us using the form below'
/>
<section
id='form'
Expand Down
2 changes: 1 addition & 1 deletion pages/oss-friends.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const OssFriends: FunctionComponent<{
<Layout footerBanner='download'>
<Meta
title='Our OSS friends'
description='Discover other open-source software projects that we love and support.'
description='Discover other open-source software projects that we love and support. Mockoon is proud to be part of the open-source community.'
ogType='article'
/>
<Hero
Expand Down
2 changes: 1 addition & 1 deletion pages/public-roadmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const tasks: {
target: null
},
{
link: '/releases/8.4.0#random-latencies',
link: '/releases/8.4.0/#random-latencies',
title: 'Randomized lantency',
cloud: false,
target: null
Expand Down
2 changes: 1 addition & 1 deletion pages/tools/base64-encode-decode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Base64EncodeDecode: FunctionComponent = function () {
<Layout footerBanner='download'>
<Meta
title={'Base64 online encoder/decoder'}
description='Encode and decode your data or text, to and from the Base64 format using this free online tool.'
description='Encode and decode your strings, JSON, 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/jwt-decode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const JwtEncodeDecode: FunctionComponent = function () {
<Layout footerBanner='download'>
<Meta
title={'Online JWT decoder'}
description='Use this tool to decode your JSON Web Tokens online and extract the header and payload data'
description='Use this tool to decode your JSON Web Tokens online and extract the header and payload data: issuer, subject, audience, expiration time, and more.'
/>
<Hero
title='Online <span class="text-primary">JWT decoder</span>'
Expand Down
2 changes: 1 addition & 1 deletion pages/tools/markdown-to-html.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ _Note: This converter supports GitHub Flavored Markdown (GFM) and tables._
<Layout footerBanner='download'>
<Meta
title={'Markdown to HTML converter'}
description='Use Mockoon Markdown to HTML converter to parse your markdown content and convert it to HTML'
description='Use Mockoon Markdown to HTML converter to parse your markdown syntax and convert it to a structured HTML page'
/>
<Hero
title='Markdown to HTML <span class="text-primary">converter</span>'
Expand Down
2 changes: 1 addition & 1 deletion utils/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const urlTransform = (docsVersion?: string) => (uri: string) => {

return `/${schemeSplit[0]}${docsSuffix}/${pathSplit[0]}/${
pathSplit[1] ? '#' + pathSplit[1] : ''
}`;
}`.replace(/\/{2,}/g, '/');
}

return uri;
Expand Down

0 comments on commit 6e6d401

Please sign in to comment.