-
Notifications
You must be signed in to change notification settings - Fork 0
SEO descriptions #18
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 descriptions #18
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,95 @@ | ||
| { | ||
| "IDX.aI.enableInlineCompletion": true, | ||
| "IDX.aI.enableCodebaseIndexing": true, | ||
|
|
||
| "editor.tabSize": 2, | ||
| "editor.autoClosingBrackets": "never", | ||
| "editor.autoClosingOvertype": "never", | ||
| "editor.autoClosingQuotes": "never", | ||
| "editor.copyWithSyntaxHighlighting": false, | ||
| "editor.detectIndentation": false, | ||
| "editor.minimap.enabled": false, | ||
| "workbench.list.smoothScrolling": true, | ||
| "terminal.integrated.mouseWheelScrollSensitivity": 0.5, | ||
| "workbench.startupEditor": "newUntitledFile", | ||
| "editor.insertSpaces": false, | ||
| "javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false, | ||
| "javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": false, | ||
| "javascript.format.semicolons": "remove", | ||
| "html.format.indentInnerHtml": true, | ||
| "html.format.extraLiners": "", | ||
| "typescript.suggest.enabled": false, | ||
| "javascript.suggest.enabled": false, | ||
| "editor.quickSuggestions": { | ||
| "comments": "off", | ||
| "strings": "off", | ||
| "other": "off" | ||
| }, | ||
| "workbench.colorCustomizations": { | ||
|
|
||
| }, | ||
| "json.maxItemsComputed": 5000000, | ||
| "security.workspace.trust.untrustedFiles": "open", | ||
| "security.workspace.trust.enabled": false, | ||
| "explorer.confirmDelete": false, | ||
| "json.format.keepLines": true, | ||
| "typescript.format.semicolons": "remove", | ||
| "css.format.spaceAroundSelectorSeparator": true, | ||
| "html.autoCreateQuotes": false, | ||
| "css.format.newlineBetweenRules": false, | ||
| "javascript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false, | ||
| "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true, | ||
| "eslint.format.enable": true, | ||
| "eslint.probe": [ | ||
| "javascript", | ||
| "typescript", | ||
| "html", | ||
| "markdown" | ||
| ], | ||
| "editor.formatOnSaveMode": "modifications", | ||
| "editor.minimap.maxColumn": 200, | ||
| "html.format.wrapLineLength": 200, | ||
| "editor.padding.top": 20, | ||
| "vscode-edge-devtools.webhintInstallNotification": true, | ||
| "files.associations": { | ||
| "*.json5": "json5" | ||
| }, | ||
| "json.schemas": [ | ||
|
|
||
| ], | ||
| "redhat.telemetry.enabled": true, | ||
| "explorer.excludeGitIgnore": true, | ||
| "scm.inputFontSize": 18, | ||
| "terminal.integrated.fontSize": 18, | ||
| "debug.console.fontSize": 18, | ||
| "chat.editor.fontSize": 18, | ||
| "markdown.preview.fontSize": 18, | ||
| "settingsSync.ignoredSettings": [ | ||
| "editor.fontSize", | ||
| "debug.console.fontSize", | ||
| "scm.inputFontSize", | ||
| "terminal.integrated.fontSize", | ||
| "chat.editor.fontSize", | ||
| "markdown.preview.fontSize" | ||
| ], | ||
| "git.openRepositoryInParentFolders": "always", | ||
| "editor.stickyScroll.enabled": false, | ||
| "window.menuBarVisibility": "visible", | ||
| "html.autoClosingTags": false, | ||
| "editor.indentSize": "tabSize", | ||
| "git.autofetch": true, | ||
| "diffEditor.maxComputationTime": 0, | ||
| "diffEditor.codeLens": true, | ||
| "remoteHub.commitDirectlyWarning": "off", | ||
| "workbench.editor.enablePreview": false, | ||
| "geminicodeassist.inlineSuggestions.enableAuto": false, | ||
| "files.autoSave": "afterDelay", | ||
| "geminicodeassist.project": "daniel-herr-software", | ||
| "git.enableSmartCommit": true, | ||
| "window.zoomPerWindow": false, | ||
| "github.copilot.nextEditSuggestions.enabled": true, | ||
| "window.zoomLevel": 1, | ||
| "editor.fontSize": 18, | ||
| "git.confirmSync": false, | ||
| "window.autoDetectColorScheme": true | ||
| } |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -9,14 +9,15 @@ | |||||
| <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1"> | ||||||
| <meta name="color-scheme" content="light dark"> | ||||||
| <link rel="canonical" href="https://danielherr.software/Link_Controller"> | ||||||
| <meta name="description" content="Link Controller is a WebExtension which controls whether links open in the current tab or in a new tab."> | ||||||
| </head> | ||||||
| <body> | ||||||
| <header> | ||||||
| <h1> | ||||||
| <a href="/">Daniel Herr Software</a> | ||||||
| </h1> | ||||||
| <h2> | ||||||
| <img src="images/link_controller_32.png" width="32" height="32"> | ||||||
| <img src="images/link_controller_32.png" alt="" width="32" height="32"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding an empty
Suggested change
|
||||||
| Link Controller | ||||||
| </h2> | ||||||
| </header> | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -9,14 +9,15 @@ | |||||
| <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1"> | ||||||
| <meta name="color-scheme" content="light dark"> | ||||||
| <link rel="canonical" href="https://danielherr.software/Memory_Monitor"> | ||||||
| <meta name="description" content="Memory Monitor is a WebExtension which displays RAM usage information."> | ||||||
| </head> | ||||||
| <body> | ||||||
| <header> | ||||||
| <h1> | ||||||
| <a href="/">Daniel Herr Software</a> | ||||||
| </h1> | ||||||
| <h2> | ||||||
| <img src="images/memory_monitor_32.png" width="32" height="32"> | ||||||
| <img src="images/memory_monitor_32.png" alt="" width="32" height="32"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding an empty
Suggested change
|
||||||
| Memory Monitor | ||||||
| </h2> | ||||||
| </header> | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -9,14 +9,15 @@ | |||||
| <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1"> | ||||||
| <meta name="color-scheme" content="light dark"> | ||||||
| <link rel="canonical" href="https://danielherr.software/Navigation_Confirmation"> | ||||||
| <meta name="description" content="Navigation Confirmation is a WebExtension which asks for confirmation before closing, reloading, or navigating to another page."> | ||||||
| </head> | ||||||
| <body> | ||||||
| <header> | ||||||
| <h1> | ||||||
| <a href="/">Daniel Herr Software</a> | ||||||
| </h1> | ||||||
| <h2> | ||||||
| <img src="images/navigation_confirmation_32.png" width="32" height="32"> | ||||||
| <img src="images/navigation_confirmation_32.png" alt="" width="32" height="32"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding an empty
Suggested change
|
||||||
| Navigation Confirmation | ||||||
| </h2> | ||||||
| </header> | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -9,14 +9,15 @@ | |||||
| <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1"> | ||||||
| <meta name="color-scheme" content="light dark"> | ||||||
| <link rel="canonical" href="https://danielherr.software/Processor_Monitor"> | ||||||
| <meta name="description" content="Processor Monitor is a WebExtension which displays CPU usage information."> | ||||||
| </head> | ||||||
| <body> | ||||||
| <header> | ||||||
| <h1> | ||||||
| <a href="/">Daniel Herr Software</a> | ||||||
| </h1> | ||||||
| <h2> | ||||||
| <img src="images/processor_monitor_32.png" width="32" height="32"> | ||||||
| <img src="images/processor_monitor_32.png" alt="" width="32" height="32"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding an empty
Suggested change
|
||||||
| Processor Monitor | ||||||
| </h2> | ||||||
| </header> | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -9,14 +9,15 @@ | |||||
| <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1"> | ||||||
| <meta name="color-scheme" content="light dark"> | ||||||
| <link rel="canonical" href="https://danielherr.software/Single_Tab_Zoom"> | ||||||
| <meta name="description" content="Single Tab Zoom is a WebExtension which applies zooming to the current tab instead of the entire site."> | ||||||
| </head> | ||||||
| <body> | ||||||
| <header> | ||||||
| <h1> | ||||||
| <a href="/">Daniel Herr Software</a> | ||||||
| </h1> | ||||||
| <h2> | ||||||
| <img src="images/single_tab_zoom_32.png" width="32" height="32"> | ||||||
| <img src="images/single_tab_zoom_32.png" alt="" width="32" height="32"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding an empty
Suggested change
|
||||||
| Single Tab Zoom | ||||||
| </h2> | ||||||
| </header> | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -9,6 +9,7 @@ | |||||
| <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1"> | ||||||
| <meta name="color-scheme" content="light dark"> | ||||||
| <link rel="canonical" href="https://danielherr.software"> | ||||||
| <meta name="description" content="Software applications and WebExtensions developed by Daniel Herr Software"> | ||||||
| </head> | ||||||
| <body> | ||||||
| <header> | ||||||
|
|
@@ -19,7 +20,7 @@ <h2>Web Extensions</h2> | |||||
| <section> | ||||||
| <h3> | ||||||
| <a href="Memory_Monitor"> | ||||||
| <img src="images/memory_monitor_32.png" width="32" height="32"> | ||||||
| <img src="images/memory_monitor_32.png" alt="" width="32" height="32"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding an empty
Suggested change
|
||||||
| Memory Monitor | ||||||
| </a> | ||||||
| </h3> | ||||||
|
|
@@ -28,7 +29,7 @@ <h3> | |||||
| <section> | ||||||
| <h3> | ||||||
| <a href="Processor_Monitor"> | ||||||
| <img src="images/processor_monitor_32.png" width="32" height="32"> | ||||||
| <img src="images/processor_monitor_32.png" alt="" width="32" height="32"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding an empty
Suggested change
|
||||||
| Processor Monitor | ||||||
| </a> | ||||||
| </h3> | ||||||
|
|
@@ -37,7 +38,7 @@ <h3> | |||||
| <section> | ||||||
| <h3> | ||||||
| <a href="Bookmark_Topper"> | ||||||
| <img src="images/bookmark_topper_32.png" width="32" height="32"> | ||||||
| <img src="images/bookmark_topper_32.png" alt="" width="32" height="32"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding an empty
Suggested change
|
||||||
| Bookmark Topper | ||||||
| </a> | ||||||
| </h3> | ||||||
|
|
@@ -46,7 +47,7 @@ <h3> | |||||
| <section> | ||||||
| <h3> | ||||||
| <a href="Navigation_Confirmation"> | ||||||
| <img src="images/navigation_confirmation_32.png" width="32" height="32"> | ||||||
| <img src="images/navigation_confirmation_32.png" alt="" width="32" height="32"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding an empty
Suggested change
|
||||||
| Navigation Confirmation | ||||||
| </a> | ||||||
| </h3> | ||||||
|
|
@@ -55,7 +56,7 @@ <h3> | |||||
| <section> | ||||||
| <h3> | ||||||
| <a href="Link_Controller"> | ||||||
| <img src="images/link_controller_32.png" width="32" height="32"> | ||||||
| <img src="images/link_controller_32.png" alt="" width="32" height="32"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding an empty
Suggested change
|
||||||
| Link Controller | ||||||
| </a> | ||||||
| </h3> | ||||||
|
|
@@ -64,7 +65,7 @@ <h3> | |||||
| <section> | ||||||
| <h3> | ||||||
| <a href="Single_Tab_Zoom"> | ||||||
| <img src="images/single_tab_zoom_32.png" width="32" height="32"> | ||||||
| <img src="images/single_tab_zoom_32.png" alt="" width="32" height="32"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding an empty
Suggested change
|
||||||
| Single Tab Zoom | ||||||
| </a> | ||||||
| </h3> | ||||||
|
|
@@ -77,32 +78,32 @@ <h2>Profiles and Contact</h2> | |||||
| <a href="https://github.com/DanielHerr"> | ||||||
| <picture> | ||||||
| <source srcset="https://github.githubassets.com/favicons/favicon.svg" type="image/svg+xml"> | ||||||
| <img src="https://github.githubassets.com/favicons/favicon.png" width="16" height="16"> | ||||||
| <img src="https://github.githubassets.com/favicons/favicon.png" alt="" width="16" height="16"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding an empty
Suggested change
|
||||||
| </picture> | ||||||
| GitHub | ||||||
| </a> | ||||||
| <a href="https://www.reddit.com/r/Daniel_Herr_Software/"> | ||||||
| <img src="https://www.redditstatic.com/desktop2x/img/favicon/favicon-32x32.png" width="16" height="16"> | ||||||
| <img src="https://www.redditstatic.com/desktop2x/img/favicon/favicon-32x32.png" alt="" width="16" height="16"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding an empty
Suggested change
|
||||||
| </a> | ||||||
| <a href="https://groups.google.com/g/daniel_herr_software"> | ||||||
| <img src="https://www.gstatic.com/images/branding/product/1x/groups_32dp.png" width="16" height="16"> | ||||||
| <img src="https://www.gstatic.com/images/branding/product/1x/groups_32dp.png" alt="" width="16" height="16"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding an empty
Suggested change
|
||||||
| Google Groups | ||||||
| </a> | ||||||
| <a href="https://www.youtube.com/@DanielHerrSoftware"> | ||||||
| <img src="https://www.youtube.com/favicon.ico" width="16" height="16"> | ||||||
| <img src="https://www.youtube.com/favicon.ico" alt="" width="16" height="16"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding an empty
Suggested change
|
||||||
| YouTube | ||||||
| </a> | ||||||
| <a href="https://www.linkedin.com/in/daniel-herr"> | ||||||
| <img src="https://www.linkedin.com/favicon.ico" width="16" height="16"> | ||||||
| <img src="https://www.linkedin.com/favicon.ico" alt="" width="16" height="16"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding an empty
Suggested change
|
||||||
| </a> | ||||||
| <a href="https://x.com/Daniel_Herr_SW"> | ||||||
| <img src="https://x.com/favicon.ico" width="16" height="16"> | ||||||
| <img src="https://x.com/favicon.ico" alt="" width="16" height="16"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding an empty
Suggested change
|
||||||
| X (Twitter) | ||||||
| </a> | ||||||
| <a href="https://stackoverflow.com/users/3591628/daniel-herr"> | ||||||
| <img src="https://stackoverflow.com/favicon.ico" width="16" height="16"> | ||||||
| <img src="https://stackoverflow.com/favicon.ico" alt="" width="16" height="16"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding an empty
Suggested change
|
||||||
| Stack Overflow | ||||||
| </a> | ||||||
| </address> | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding an empty
altattribute improves accessibility, but consider adding a more descriptivealttext that describes the image for users who cannot see it. For example,alt="Bookmark Topper icon"would be more helpful.