Subscribe to Acqal
Got Thoughts? Write Us!
Approved TYPO3 Agency
Acqal is an approved TYPO3 agency focusing on support, training and website migration.
This means that we...
- are available on TYPO3.org
- make substantial contributions to TYPO3 teams
- are registered as business members of the TYPO3 Association
- have completed more than four TYPO3 projects
- have proven our technical abilities with quality TYPO3 extensions
- use TYPO3 for our own website
Popular Blog Posts
Tech Tuesday Went Snowboarding at T3BOARD09
TYPO3 and Other Open Source WCM Systems Dissed Again
Automatic tt_news META descriptions via Acqal's extension aqnewsmeta
TYPO3 Extension cbstarter Version 1.3.2 Released
TYPO3, comments and Gravatar via Acqal's extension comments_gravatar
Sunday at T3BOARD09 in Laax, Switzerland
Not Good, Not Bad, Just Different
Increase TYPO3 Workspace Relation Limits
Looking into TYPO3 Webhosting?
Getting Help With TYPO3
Blog Topics
Virgil on Twitter

Nicole on Twitter

Recent Blog Posts
Acqal is Going Through Some Changes
Creating a MySQL Database for TYPO3 using CPanel
Acqal Promotes Biking and Families with World Vision
It's Official T3CON10-Dallas Web Site Launched! Join Us!
Create a simple "Contact Us" mail form in TYPO3
Configure TYPO3 for Localized Websites
TYPO3 in 2010, Join the TYPO3 Association and Get Involved
TYPO3 Association Quarterly Report 2009-12-14
Prepare cPanel/WHM and Ruby for Redmine: A Walk-Through
TYPO3 Acqal log_analyzer and difference_viewer Extensions
Blog Archives
Connect With Acqal
- Acqal on Delicious
- Acqal on Digg
- Acqal on Facebook
- Acqal on Twitter
- Fave Acqal on Technorati
Subscribe to blog RSS-
Want to share your TYPO3 advice with the Acqal community? Submit guest post ideas.
Add META Abstract & Author to seo_basics
Seo_basics is an excellent starter for rapidly implementing basic search engine optimization capabilities in TYPO3. For most, seo_basics when used with realurl for search engine friendly URLs is enough. However, for content publishers that require passing along more information about articles or publication contexts being included directly in a page, a meta abstract and author tag is needed.
After you've included seo_basics in your TYPO3 template, add the following TypoScript to the Setup box to enable meta abstract and author tags.
plugin.tx_seobasics {
# Building the Abstract tag
70 = TEXT
70 < .30
70.data = page:abstract
70.stdWrap >
70.wrap = <meta name="abstract" content="|" />
# Building the Author tag
# Thank you Joey <info@cybercraft.de> for the postCObjet cleanup
80 = TEXT
80 < .30
80 {
data = page:author
ifEmpty.data = page:author_email
stdWrap >
required = 1
postCObject = TEXT
postCObject {
data = page:author_email
noTrimWrap = | (|)|
if.isTrue.data = page:author
required = 1
}
wrap = <meta name="author" content="|" />
}
}
You'll notice that the TypoScript for the author tag is a little more complex than usual. The reason being is that you have 4 states in which the author tag can be presented. Those meta author tag states are:
- No author tag at all
- Name only
- Email only
- Name and email
Samples of each, except none, are included as images.
If you've got questions, please feel free to contact us.
Keywords:
- meta abstract, meta author, typo3 page properties, typo3 meta tags
Acqal Corporation is an approved TYPO3 agency with over 40 years of Internet experience. Acqal offers you TYPO3 support, TYPO3 templates and TYPO3 training and tutorials.
Please subscribe to Acqal Newsletter and Acqal Blogging via Email or RSS Feed
.
© 2009 Acqal Corporation. All Rights Reserved.


Add comment
* - required fieldI've added this post to my blog:
http://www.typo3-addict.com/2009/10/typo3-seo-the-basics/
Just above the last screenshot!