docs: improved SEO & fixed typo and localization issues #8993
Merged
pottekkat merged 3 commits intoMar 6, 2023
Conversation
Co-Authored-By: Ajay Singh <[email protected]>
Signed-off-by: Pratyay Banerjee <[email protected]> Co-Authored-By: Navendu Pottekkat <[email protected]>
5 tasks
Contributor
|
This PR fixes Issue ID #7218 |
juzhiyuan
reviewed
Mar 3, 2023
juzhiyuan
left a comment
Member
There was a problem hiding this comment.
LGTM.
P.S. From my understanding, Google and other Search Engines don't rank pages according to keywords fields anymore 😅 but this PR does enhance the Apache APISIX branding.
| - API 网关 | ||
| - Plugin | ||
| - OpenTelemetry | ||
| - opentelemetry |
Member
There was a problem hiding this comment.
Keep one item is ok
Suggested change
| - opentelemetry | |
| - opentelemetry |
Ajay-singh1
suggested changes
Mar 3, 2023
Ajay-singh1
left a comment
Contributor
There was a problem hiding this comment.
@Neilblaze Do some changes as mentioned by @juzhiyuan.
pottekkat
previously approved these changes
Mar 3, 2023
pottekkat
left a comment
Member
There was a problem hiding this comment.
LGTM after @juzhiyuan 's comment
Signed-off-by: Pratyay Banerjee <[email protected]> Co-Authored-By: 琚致远 / Zhiyuan Ju <[email protected]>
Contributor
Author
|
Damn, it's so annoying! :( |
Contributor
Author
|
@Ajay-singh1 this is a low-priority PR. Reviewers are already tagged & they'll review it accordingly. Hence refrain from tagging them again and again! |
Contributor
|
@Neilblaze Ok! |
moonming
approved these changes
Mar 6, 2023
pottekkat
approved these changes
Mar 6, 2023
hongbinhsu
added a commit
to fitphp/apix
that referenced
this pull request
Mar 17, 2023
* upstream/master: (46 commits) fix(consumer): work if the etcd connection failed during starting (apache#9077) ci: fix low disk space error when loading saved docker images (apache#9080) change: change the default router from radixtree uri to radixtree hos… (apache#9047) chore(deps): bump dubbo from 2.7.18 to 2.7.21 in /t/lib/dubbo-backend/dubbo-backend-provider (apache#9041) fix: cli test on master (apache#9075) fix: Non wildcard origin in CORS should sent Vary header (apache#9010) feat: bump lua-resty-ldap version for ldap-auth (apache#9037) fix: invalidate cache in core.request.add_haeder and fix some calls (apache#8824) docs: remove unnecessary getting-started.md (apache#9054) docs: contribute Getting Started tutorials (apache#9046) docs: replace full-width quotation mark with half-width quotation mark (apache#8887) docs: fix typo and grammar (apache#9008) feat: ready to release 2.15.3 (apache#9021) ci: ensure the test can run with different repo name (apache#8832) chore(deps): bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 in /ci/pod/openfunction/function-example/test-uri (apache#9018) docs: improved SEO & fixed typo and localization issues (apache#8993) feat: release APISIX 3.2.0 (apache#8988) docs: fix grammar (apache#8935) docs: fix indent in encrypted-storage-fields (apache#8876) docs: k8s discovery: state the restriction on the use of port number (apache#8969) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Optimizing keywords and metadata of the docs enhances the SEO of APISIX & overall increases the accessibility for current and potential users. Hence, a few of the docs having "APISIX" has been updated to "Apache APISIX" (like the rest), and the keyword "API Gateway" or "API 网关" (in ZH) has been synchronously added to the list.
Moreover, a few typos and localization mistakes detected during the process have also been rectified.
Fixes: #7218
Refer to: #8966
cc: @juzhiyuan, @nfrankel, @navendu-pottekkat, @Ajay-singh1
Checklist