Mobile app version of vmapp.org
Login or Join
Caterina187

: How to tell Search Engine, that some words are irrelevant? I am developing Photopea, which should be an image editor for users, who need to edit PSD and can not use Photoshop for some reason.

@Caterina187

Posted in: #Keywords #Seo

I am developing Photopea, which should be an image editor for users, who need to edit PSD and can not use Photoshop for some reason.

My index.html is very short, the only SEO-relevant parts are title, meta keywords and meta description. After index.html is loaded, JavaScript adds a lot of new elements with a huge HTML structure.

Here are content keywords from Google search console:


The words like "server", "color" or "data" occur only as variable names in JS, or in labels of buttons. The "light" occurs in the names of blend modes - "soft light", "hard light", "linear light", "vivid light" ... I doubt, that people looking for image editor would get to my site through "light" keyword.

Is there any convenient way to tell the Search Engine, that some words are completely irrelevant? So it can give more relevance to the other words?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Caterina187

2 Comments

Sorted by latest first Latest Oldest Best

 

@Ravi8258870

Instead of making a blank page that gets filled up by JavaScript, you can put a descriptive ad for your app into the HTML body, then replace that when your app loads. There are many advantages:


specifically to your point, Google will index the ad content, thereby giving you control of what keywords users can search for, e.g. “Photopea enables you to edit PSD images in your Web browser” will be indexed even if that doesn’t show in your JavaScript app
humans who hit your page with JavaScript off will see an ad for your app instead of a blank page — this includes users who only whitelist JavaScript on a site by site basis and you need to convince them to whitelist you
your page will validate
your page will be accessible.

10% popularity Vote Up Vote Down


 

@Odierno851

When website has no more content (like only 20 webpages), then webmaster should not concentrate on this thing.

It contain keywords that Google found on your website, it gives you hint that you're using this type of keywords in your website and there are some variant for particular keyword which you're using.

It does not represent any relevancy.

I look out on this, to check, Is there any spammy keywords are injected by hacker or not?

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme