Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades committed Oct 5, 2020
1 parent 81e872e commit 9a59e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migrating/from-gatsby.md
Expand Up @@ -169,7 +169,7 @@ export default {

## Search Engine Optimization

Most Gatsby examples use `react-helmet` to assist with adding `meta` tags for proper SEO. With Next.js, we use [`next/head`](/docs/api-reference/next/head.md) to add `meta` tags to your `<head />` element. For example, here's how a SEO component with Gatsby looks like:
Most Gatsby examples use `react-helmet` to assist with adding `meta` tags for proper SEO. With Next.js, we use [`next/head`](/docs/api-reference/next/head.md) to add `meta` tags to your `<head />` element. For example, here's a SEO component with Gatsby:

```js
// src/components/seo.js
Expand Down

0 comments on commit 9a59e9b

Please sign in to comment.