diff --git a/new-examples/http-client-basic-auth/http_client_basic_auth.metatags b/new-examples/http-client-basic-auth/http_client_basic_auth.metatags index ca398d522a..f517479e3a 100644 --- a/new-examples/http-client-basic-auth/http_client_basic_auth.metatags +++ b/new-examples/http-client-basic-auth/http_client_basic_auth.metatags @@ -1,2 +1,2 @@ description: BBE on how to secure HTTP client with Basic auth in Ballerina. -keywords: ballerina, ballerina by example, http, auth, basic auth +keywords: ballerina, ballerina by example, bbe, http, auth, basic auth diff --git a/new-examples/http-client-bearer-token-auth/http_client_bearer_token_auth.metatags b/new-examples/http-client-bearer-token-auth/http_client_bearer_token_auth.metatags index a319bc7204..992fbda8bd 100644 --- a/new-examples/http-client-bearer-token-auth/http_client_bearer_token_auth.metatags +++ b/new-examples/http-client-bearer-token-auth/http_client_bearer_token_auth.metatags @@ -1,2 +1,2 @@ description: BBE on how to secure HTTP client with Bearer token auth in Ballerina. -keywords: ballerina, ballerina by example, http, auth, jwt auth +keywords: ballerina, ballerina by example, bbe, http, auth, jwt auth diff --git a/new-examples/http-client-mutual-ssl/http_client_mutual_ssl.metatags b/new-examples/http-client-mutual-ssl/http_client_mutual_ssl.metatags index 6283540fd3..e99fcf88bf 100644 --- a/new-examples/http-client-mutual-ssl/http_client_mutual_ssl.metatags +++ b/new-examples/http-client-mutual-ssl/http_client_mutual_ssl.metatags @@ -1,2 +1,2 @@ -description: BBE on how the Ballerina listener client support mutual SSL. -keywords: ballerina, ballerina by example, bbe, mutual ssl, ssl protocols, ciphers +description: BBE on how to secure HTTP client with mutual SSL. +keywords: ballerina, ballerina by example, bbe, http, mutual ssl, ssl protocols, ciphers diff --git a/new-examples/http-client-oauth2-client-credentials-grant-type/http_client_oauth2_client_credentials_grant_type.metatags b/new-examples/http-client-oauth2-client-credentials-grant-type/http_client_oauth2_client_credentials_grant_type.metatags index ae93f33bf3..66ef43052d 100644 --- a/new-examples/http-client-oauth2-client-credentials-grant-type/http_client_oauth2_client_credentials_grant_type.metatags +++ b/new-examples/http-client-oauth2-client-credentials-grant-type/http_client_oauth2_client_credentials_grant_type.metatags @@ -1,2 +1,2 @@ description: BBE on how to secure HTTP client with OAuth2 client credentials grant type in Ballerina. -keywords: ballerina, ballerina by example, http, auth, oauth2, client credentials grant type +keywords: ballerina, ballerina by example, bbe, http, auth, oauth2, client credentials grant type diff --git a/new-examples/http-client-oauth2-password-grant-type/http_client_oauth2_password_grant_type.metatags b/new-examples/http-client-oauth2-password-grant-type/http_client_oauth2_password_grant_type.metatags index 6215d7f2dc..66968e9013 100644 --- a/new-examples/http-client-oauth2-password-grant-type/http_client_oauth2_password_grant_type.metatags +++ b/new-examples/http-client-oauth2-password-grant-type/http_client_oauth2_password_grant_type.metatags @@ -1,2 +1,2 @@ description: BBE on how to secure HTTP client with OAuth2 password grant type in Ballerina. -keywords: ballerina, ballerina by example, http, auth, oauth2, password grant type +keywords: ballerina, ballerina by example, bbe, http, auth, oauth2, password grant type diff --git a/new-examples/http-client-oauth2-refresh-token-grant-type/http_client_oauth2_refresh_token_grant_type.metatags b/new-examples/http-client-oauth2-refresh-token-grant-type/http_client_oauth2_refresh_token_grant_type.metatags index 5e72ca989c..62d20a5b1b 100644 --- a/new-examples/http-client-oauth2-refresh-token-grant-type/http_client_oauth2_refresh_token_grant_type.metatags +++ b/new-examples/http-client-oauth2-refresh-token-grant-type/http_client_oauth2_refresh_token_grant_type.metatags @@ -1,2 +1,2 @@ description: BBE on how to secure HTTP client with OAuth2 refresh token grant type in Ballerina. -keywords: ballerina, ballerina by example, http, auth, oauth2, refresh token grant type +keywords: ballerina, ballerina by example, bbe, http, auth, oauth2, refresh token grant type diff --git a/new-examples/http-client-self-signed-jwt-auth/http_client_self_signed_jwt_auth.metatags b/new-examples/http-client-self-signed-jwt-auth/http_client_self_signed_jwt_auth.metatags index 1a8130935e..a28739ed7c 100644 --- a/new-examples/http-client-self-signed-jwt-auth/http_client_self_signed_jwt_auth.metatags +++ b/new-examples/http-client-self-signed-jwt-auth/http_client_self_signed_jwt_auth.metatags @@ -1,2 +1,2 @@ description: BBE on how to secure HTTP client with self-signed JWT auth in Ballerina. -keywords: ballerina, ballerina by example, http, auth, jwt auth +keywords: ballerina, ballerina by example, bbe, http, auth, jwt auth diff --git a/new-examples/http-client-ssl-tls/http_client_ssl_tls.metatags b/new-examples/http-client-ssl-tls/http_client_ssl_tls.metatags index 0949871d4b..0c603e4217 100644 --- a/new-examples/http-client-ssl-tls/http_client_ssl_tls.metatags +++ b/new-examples/http-client-ssl-tls/http_client_ssl_tls.metatags @@ -1,2 +1,2 @@ -description: BBE on how the Ballerina HTTPS client can be configured to connect to an HTTPS listener through 1-way SSL connection (i.e. the server is verified by the client) -keywords: ballerina, ballerina by example, bbe, ssl, tls, https client, https listener +description: BBE on how to secure HTTP client with SSL. +keywords: ballerina, ballerina by example, bbe, http, ssl, tls diff --git a/new-examples/http-service-basic-auth-file-user-store/http_service_basic_auth_file_user_store.metatags b/new-examples/http-service-basic-auth-file-user-store/http_service_basic_auth_file_user_store.metatags index db8db94fe4..21eacc0b89 100644 --- a/new-examples/http-service-basic-auth-file-user-store/http_service_basic_auth_file_user_store.metatags +++ b/new-examples/http-service-basic-auth-file-user-store/http_service_basic_auth_file_user_store.metatags @@ -1,2 +1,2 @@ description: BBE on how to secure HTTP service with Basic auth in Ballerina. -keywords: ballerina, ballerina by example, http, auth, basic auth +keywords: ballerina, ballerina by example, bbe, http, auth, basic auth diff --git a/new-examples/http-service-basic-auth-ldap-user-store/http_service_basic_auth_ldap_user_store.metatags b/new-examples/http-service-basic-auth-ldap-user-store/http_service_basic_auth_ldap_user_store.metatags index db8db94fe4..21eacc0b89 100644 --- a/new-examples/http-service-basic-auth-ldap-user-store/http_service_basic_auth_ldap_user_store.metatags +++ b/new-examples/http-service-basic-auth-ldap-user-store/http_service_basic_auth_ldap_user_store.metatags @@ -1,2 +1,2 @@ description: BBE on how to secure HTTP service with Basic auth in Ballerina. -keywords: ballerina, ballerina by example, http, auth, basic auth +keywords: ballerina, ballerina by example, bbe, http, auth, basic auth diff --git a/new-examples/http-service-jwt-auth/http_service_jwt_auth.metatags b/new-examples/http-service-jwt-auth/http_service_jwt_auth.metatags index 1040bb14bd..e13cf2d6d2 100644 --- a/new-examples/http-service-jwt-auth/http_service_jwt_auth.metatags +++ b/new-examples/http-service-jwt-auth/http_service_jwt_auth.metatags @@ -1,2 +1,2 @@ description: BBE on how to secure HTTP service with JWT auth in Ballerina. -keywords: ballerina, ballerina by example, http, auth, jwt auth +keywords: ballerina, ballerina by example, bbe, http, auth, jwt auth diff --git a/new-examples/http-service-mutual-ssl/http_service_mutual_ssl.metatags b/new-examples/http-service-mutual-ssl/http_service_mutual_ssl.metatags index f55224431d..28bfcd6a73 100644 --- a/new-examples/http-service-mutual-ssl/http_service_mutual_ssl.metatags +++ b/new-examples/http-service-mutual-ssl/http_service_mutual_ssl.metatags @@ -1,2 +1,2 @@ -description: BBE on how the Ballerina listener support mutual SSL. -keywords: ballerina, ballerina by example, bbe, mutual ssl, ssl protocols, ciphers +description: BBE on how to secure HTTP listener with mutual SSL. +keywords: ballerina, ballerina by example, bbe, http, mutual ssl, ssl protocols, ciphers diff --git a/new-examples/http-service-oauth2/http_service_oauth2.metatags b/new-examples/http-service-oauth2/http_service_oauth2.metatags index d61bbb0f15..ea6dc6f21d 100644 --- a/new-examples/http-service-oauth2/http_service_oauth2.metatags +++ b/new-examples/http-service-oauth2/http_service_oauth2.metatags @@ -1,2 +1,2 @@ description: BBE on how to secure HTTP service with OAuth2 in Ballerina. -keywords: ballerina, ballerina by example, http, auth, oauth2, introspection +keywords: ballerina, ballerina by example, bbe, http, auth, oauth2, introspection diff --git a/new-examples/http-service-ssl-tls/http_service_ssl_tls.metatags b/new-examples/http-service-ssl-tls/http_service_ssl_tls.metatags index 417768d665..b92362eab5 100644 --- a/new-examples/http-service-ssl-tls/http_service_ssl_tls.metatags +++ b/new-examples/http-service-ssl-tls/http_service_ssl_tls.metatags @@ -1,2 +1,2 @@ -description: BBE on how to use the Ballerina HTTPS listener to connect or interact with an HTTPS client. -keywords: ballerina, ballerina by example, bbe, ssl, https, https listener +description: BBE on how to secure HTTP listener with SSL. +keywords: ballerina, ballerina by example, bbe, http, ssl, tls