-
-
Notifications
You must be signed in to change notification settings - Fork 6
feat(seo): optimize homepage for search engines #42
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
Open
TimeToBuildBob
wants to merge
3
commits into
ActivityWatch:master
Choose a base branch
from
TimeToBuildBob:seo-homepage-optimization
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| <!-- FAQ Schema Start --> | ||
| <script type="application/ld+json"> | ||
| { | ||
| "@context": "https://schema.org", | ||
| "@type": "FAQPage", | ||
| "mainEntity": [ | ||
| { | ||
| "@type": "Question", | ||
| "name": "What is ActivityWatch?", | ||
| "acceptedAnswer": { | ||
| "@type": "Answer", | ||
| "text": "ActivityWatch is a free, open-source, automated time tracker that runs on your computer and monitors which applications and websites you use. It works on Windows, macOS, Linux, and Android. Unlike cloud-based time trackers, all data is stored locally on your device for maximum privacy." | ||
| } | ||
| }, | ||
| { | ||
| "@type": "Question", | ||
| "name": "Is ActivityWatch really free?", | ||
| "acceptedAnswer": { | ||
| "@type": "Answer", | ||
| "text": "Yes. ActivityWatch is completely free and open-source software, licensed under the MPL-2.0 license. There are no premium tiers, no usage limits, and no ads. It is developed and maintained by volunteers." | ||
| } | ||
| }, | ||
| { | ||
| "@type": "Question", | ||
| "name": "How does ActivityWatch compare to RescueTime?", | ||
| "acceptedAnswer": { | ||
| "@type": "Answer", | ||
| "text": "ActivityWatch is a privacy-first, open-source alternative to RescueTime. While RescueTime sends your data to their cloud servers, ActivityWatch keeps everything local on your device. ActivityWatch also supports more platforms (including Linux, which RescueTime dropped support for) and offers browser extensions for both Chrome and Firefox." | ||
| } | ||
| }, | ||
| { | ||
| "@type": "Question", | ||
| "name": "Does ActivityWatch track my data privately?", | ||
| "acceptedAnswer": { | ||
| "@type": "Answer", | ||
| "text": "Yes. ActivityWatch follows a local-first approach. All your time tracking data is stored on your own device and is never sent to any server. You have full control over your data and can export, delete, or back it up at any time." | ||
| } | ||
| }, | ||
| { | ||
| "@type": "Question", | ||
| "name": "What platforms does ActivityWatch support?", | ||
| "acceptedAnswer": { | ||
| "@type": "Answer", | ||
| "text": "ActivityWatch runs on Windows (10 and later), macOS (10.15+), Linux (most distributions), and Android. Browser extensions are available for Chrome and Firefox to track your web activity." | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| </script> | ||
| <!-- FAQ Schema End --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.