Skip to content

Commit

Permalink
updates seo information
Browse files Browse the repository at this point in the history
  • Loading branch information
jscyo committed Jul 31, 2024
1 parent 7e0d7ef commit 14db586
Show file tree
Hide file tree
Showing 9 changed files with 492 additions and 23 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
499 changes: 484 additions & 15 deletions content/5-tips-for-optimizing-your-react-apps-performance/index.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions static/blog-seo/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,26 +143,26 @@
{
"path": "/blog/5-tips-for-optimizing-your-react-apps-performance",
"metaTags": [
"<meta name=\"author\" content=\"Joel Coutinho\" /> ",
"<meta name=\"description\" content=\"One of the most frustrating things as a React developer is investing time and effort into building an application only to find it slow and unresponsive. In this post, we’ll go over 5 tips to improve the performance of your React app.\" />",
"<meta name=\"author\" content=\"Connor Peshek\" /> ",
"<meta name=\"description\" content=\"One of the most frustrating things as a React developer is investing time and effort into building an application only to find it slow and unresponsive. In this post, we’ll go over tips to improve the performance of your React app.\" />",
"",
"<meta name=\"keywords\" content=\"React, Open Source, Tips, Optimization\" />",
"<!--OG Tags-->",
"<meta property=\"og:title\" content=\"5 Tips for Optimizing Your React App’s Performance\" />",
"<meta property=\"og:title\" content=\"Tips for Optimizing Your React App’s Performance\" />",
"<meta property=\"og:type\" content=\"article\" />",
"<meta property=\"og:url\" content=\"https://supertokens.com/blog/5-tips-for-optimizing-your-react-apps-performance\" />",
"<meta property=\"og:description\" content=\"One of the most frustrating things as a React developer is investing time and effort into building an application only to find it slow and unresponsive. In this post, we’ll go over 5 tips to improve the performance of your React app.\"/>",
"<meta property=\"og:description\" content=\"One of the most frustrating things as a React developer is investing time and effort into building an application only to find it slow and unresponsive. In this post, we’ll go over tips to improve the performance of your React app.\"/>",
"<meta property=\"og:image\" content=\"https://supertokens.com/blog-meta-images/optimize-react-app-performance.png\" />",
"",
"<meta name=\"twitter:card\" content=\"summary_large_image\" />",
"<meta name=\"twitter:title\" content=\"5 Tips for Optimizing Your React App’s Performance\" />",
"<meta name=\"twitter:description\" content=\"One of the most frustrating things as a React developer is investing time and effort into building an application only to find it slow and unresponsive. In this post, we’ll go over 5 tips to improve the performance of your React app.\" />",
"<meta name=\"twitter:title\" content=\"Tips for Optimizing Your React App’s Performance\" />",
"<meta name=\"twitter:description\" content=\"One of the most frustrating things as a React developer is investing time and effort into building an application only to find it slow and unresponsive. In this post, we’ll go over tips to improve the performance of your React app.\" />",
"<meta name=\"twitter:url\" content=\"https://supertokens.com/blog/5-tips-for-optimizing-your-react-apps-performance\" />",
"<meta name=\"twitter:image\" content=\"https://supertokens.com/blog-meta-images/optimize-react-app-performance.png\" /> ",
"<!--OG Tags-->"
],
"title": "5 Tips for Optimizing Your React App’s Performance",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/5-tips-for-optimizing-your-react-apps-performance\"},\"headline\":\"5 Tips for Optimizing Your React App’s Performance\",\"description\":\"One of the most frustrating things as a React developer is investing time and effort into building an application only to find it slow and unresponsive. In this post, we’ll go over 5 tips to improve the performance of your React app.\",\"image\":\"https://supertokens.com/blog-meta-images/optimize-react-app-performance.png\",\"author\":{\"@type\":\"Organization\",\"name\":\"SuperTokens\",\"url\":\"https://supertokens.com\"},\"publisher\":{\"@type\":\"Organization\",\"name\":\"SuperTokens\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https://supertokens.com/static/assets/dark-home/logo.png\"}}}</script>"
"title": "Tips for Optimizing Your React App’s Performance",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/5-tips-for-optimizing-your-react-apps-performance\"},\"headline\":\"Tips for Optimizing Your React App’s Performance\",\"description\":\"One of the most frustrating things as a React developer is investing time and effort into building an application only to find it slow and unresponsive. In this post, we’ll go over tips to improve the performance of your React app.\",\"image\":\"https://supertokens.com/blog-meta-images/optimize-react-app-performance.png\",\"author\":{\"@type\":\"Organization\",\"name\":\"SuperTokens\",\"url\":\"https://supertokens.com\"},\"publisher\":{\"@type\":\"Organization\",\"name\":\"SuperTokens\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https://supertokens.com/static/assets/dark-home/logo.png\"}}}</script>"
},
{
"path": "/blog/creating-great-authentication-experiences-with-custom-ui",
Expand Down

0 comments on commit 14db586

Please sign in to comment.