No matter what I put for my meta tag "Title", the results returned
from the GSA always puts whatever I have in the "Description" tag for
both the <S> and <T> elements (the value in the <T> is a truncated
copy of the full value).
Ideally, I'd like to have the <T> tag set to whatever I have in the
"Title" meta tag. The GSA does return the "Title" tag but I'd rather
not have to make an exception in my code to force it to use that
instead of the default <T> tag contents. Is that possible?
Thanks,
Dan
<?xml version="1.0" encoding="UTF-16"?>
<!DOCTYPE gsafeed PUBLIC "-//Google//DTD GSA Feeds//EN" ""[]>
<gsafeed>
<header>
<datasource>Catalog</datasource>
<feedtype>full</feedtype>
</header>
<group>
<record url="
http://www.mysite.com/filetoindex.htm" mimetype="text/
plain">
<metadata>
<meta name="Description" content="This is a test file" />
<meta name="Title" content="My Test File" />
</metadata>
<content>Test file to include in the GSA.</content>
</record>
</group>
</gsafeed>