Editor A user level on a Joomla site that by default can access only the front end. Editors have privileges to post and edit content, but no permission for publishing content.
Search engine optimization (SEO) The process of optimizing your pages to give them high-ranking placement in the search results page of a search engine (SERP) - including Google, Bing, Yahoo and other search engines.
View (MVC) One of the elements of the model-view-controller design pattern used for Joomla core components. The view is responsible for generating output sent to the browser by the component. The base API class we use for views is called JView.