Skip to content

Commit a265378

Browse files
committed
(Grav GitSync) Automatic Commit from asika32764
1 parent b402ecb commit a265378

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: SEO
3+
---
4+
5+
6+
This tab has some functions help you do auto SEO settings.
7+
8+
## Sitemap
9+
10+
Render a XML sitemap for Joomla articles and menus only. Enable this function and type `?cmd=sitemap` after your site URL, for example: `http://mysite.com/?cmd=sitemap`.
11+
12+
It can be a simple & fast way to help you submit Sitemap to Google Webmaster. If you want to integrate more 3rd party extensions to sitemap, please consider other sitemap extensions in [JED](https://extensions.joomla.org/category/structure-a-navigation/site-map/).
13+
14+
## Alias Translate
15+
16+
Sometimes non-english user will write an article title with their native language, if Joomla can not get any alphanum letters from title, the alias will be time string like `2017-03-02-02-59-00`.
17+
18+
This is not good for SEO, so Ezset can use Google translate API to help you translate alias if you are not fill alias field.
19+
20+
Note this function will work on all components and menus if they save data with `jform[title]` and `jform[alias]`.
21+
22+
> You must use your own Google translate API, we will provide a service without API key in the future.
23+
24+
The `Origin Language` will be translate to `Target Language`, by default it is `Auto detection`, but we suggest you choose your own language.
25+
26+
- [Get Google API Key](https://cloud.google.com/translate/docs/getting-started#set_up_your_project)
27+
- [How to create Google API key](https://docs.simplecalendar.io/google-api-key/)
28+
- [Obtain A Google Translate API Key](https://atrilsolutions.zendesk.com/hc/en-us/articles/205540421-How-to-obtain-a-Google-Translate-API-key)
29+
30+
## SEO Metadata
31+
32+
Enable this function, Ezset will auto get article introtext as meta description if user didn't fill meta description field.

0 commit comments

Comments
 (0)