Skip to content
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

The Application is lacking SEO #337

Open
plantindesk opened this issue Mar 26, 2024 · 0 comments
Open

The Application is lacking SEO #337

plantindesk opened this issue Mar 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@plantindesk
Copy link

plantindesk commented Mar 26, 2024

Problem description

The project isn't showing up much on search engines like Google. That means people might have trouble finding it when they look online. This could make the project less popular. To fix this problem, we need to do some things to help search engines notice us more. For example, we could choose better keywords, write clearer descriptions, get links from other websites, and take other steps to boost our online popularity. Doing these things will make it easier for people to find the project and make it more successful.

Proposed solution

Proposed Solution

Code

<meta
    http-equiv="Content-Security-Policy"
    content="
      default-src 'self';
      script-src 'self' 'unsafe-inline';
      style-src 'self' 'unsafe-inline';
      img-src 'self' data:;
      form-action 'self';
      object-src 'none';
      block-all-mixed-content;
    "
  >
  <meta name="referrer" content="no-referrer">
  <meta name="keywords" content="Discover privacy.sexy, the privacy tool to maximize your privacy and security on Windows, macOS, and Linux.
  Easily use best practices to prevent tracking and make your life secure and private — because privacy is sexy.">
  <meta property="og:type" content="website">
  <meta property="og:url" content="https://privacy.sexy/">
  <meta property="og:title" content="privacy.sexy - Maximize Your Privacy and Security">
  <meta property="og:description"
    content="Discover privacy.sexy, the privacy tool to maximize your privacy and security on Windows, macOS, and Linux.">
  <meta property="og:image" content="https://privacy.sexy/og-image.png">

Additional information

The modifications for improving SEO.

@plantindesk plantindesk added the enhancement New feature or request label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant