Problem
A. Explain how headings like
and can cause bots to penalize web pages.
B. Explain why creating menu item named "Home" might not be a good idea for SEO.
C. List four properties of a schema org Airline microdata item. For each property, explain how inheritance is used for that property.
D. Explain how trailing slashes can cause duplicate URL's in Joomla, and how to fix that.
E. When you change the title of an article, why is it a good idea not to change the alias as well?
F. Explain what your are doing if you create an article named "error", then replace the contents of the error.php file in your template directory with the following:
defined('_JEXEC') or die;
if (($this->error->getCode()) == '404') {
header('Location: /error');
exit;}
?>