-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SEO #6
Comments
Test on WebPageTest.org requires us to serve static content as cached. |
In essence fetching github assets can give us lower load times. We can resolve this by caching all cross site request within the repositories assets everytime we make a commit and trigger a build. This being a hack, and requiring human intervention when state changes, we can try using a webhook to trigger a travis build that will fetch all assets and publish to gh-pages branch. As for use of images and assets from github like avatars that aren't added in a repository. |
As for SEO we do conform to all basic SEO requirements. All we need to do is Increase content. Do test using Lighthouse |
But maintaining assets is an additional overhead and it breaks the dynamic nature also since ota mobile app and website all fetches same json, now if any fixes need to be done in future then we've to modify website assets too. But the existing page seems to be fast enough. Google test said no issues while loading 😅 So anything can be done regarding SEO? |
Probably let's move this caching part to another separate issue and we will see how can we improve the page rank of this react app in this issue :) |
About SEO, asfaik all we need to do is increase content, Otherwise for our simple webpage anything else will have no impact. |
Okay let me see how can I increase content for SEO. For caching you can proceed let's try it out :D |
When people search for freakyos, we have to make sure our website comes on top :)
This is current status of the search results. Let's do something to increase our page rank!
The text was updated successfully, but these errors were encountered: