How to add keywords for google search for you web application?

414
1
03-02-2023 05:23 AM
Labels (2)
RehanChaudhary
Occasional Contributor

i have a web application built on web app builder and currently deployed on a local server. so i created the basic layout  on web app builder and download the application and then extended its widgets and deployed it on my local server instead of the portal. My question is now i want to add keywords to it so that it's findable on google search through those keywords. Where should i add them? 

0 Kudos
1 Reply
Omar_A
by Esri Contributor
Esri Contributor

Hi Rehan,

If you want to improve the search engine visibility of your web application, you can add relevant keywords to your web page's metadata. Try to edit the HTML code of your webpage and include meta tags for keywords. For example, try this code might help solve your problem. 

<head>
<meta name="keywords" content="web application, GIS, mapping, local server">
</head>

Thanks,

 

0 Kudos