You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've set up the includes/headers.inc.php file to accept a description if, on each page, you do the following:
$description = "<Your Description Here>";
So now that this function is implemented, we should think of a description for:
The home.php page (we want the website as a whole to get more traffic and the home page will likely recieve the most).
The blog.php page (we want the blog to be publicised).
The chat.php page (we want people to join the community).
The state-of-linux-accessibility, what-is-linux.php and webbie-programs.php articles (articles are what will bring users).
The mac-os-10.12-video.php, ubuntu-17.10-video.php and ubuntu-mate-16.04-video.php video pages (I've proven with my youtube channel that videos bring viewers).
Other pages should have descriptions, but are not necessarily as important.
The text was updated successfully, but these errors were encountered:
After the release of commit b252c83 the way descriptions, titles and contributers (authors as far as the meta tags are concerned) are fetched has changed.
These values are now pulled from the pages table in the database.
Table Columns
pageTitle = The page's title, with Blind Computing automatically prepended to it.
pageDescription = The page's description (automatically added to the meta tags on each page.
contributer = The contributer of the page. This is automatically set as the "author" meta tag.
I've set up the includes/headers.inc.php file to accept a description if, on each page, you do the following:
So now that this function is implemented, we should think of a description for:
Other pages should have descriptions, but are not necessarily as important.
The text was updated successfully, but these errors were encountered: