Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: why meta description and keywords is not generated in txp 4.0.8
shilmy wrote:
So, it’s leave me with one suspect, my internet connection, because I try two computers with the same internet connection both cannot see the meta description and keywords tags and tag trace results.
Emmh. Or it’s might just the browser caching the page. Or it could be hardware end cache also.
If you have But apparently you don’t have it on, because the pages don’t send the header.Send Last-Modified headers? option set on in TXP > Admin > Preferences, turn it off.
Last edited by Gocom (2009-07-09 03:56:50)
Offline
Re: why meta description and keywords is not generated in txp 4.0.8
Are your requests for internetpages going through a proxy server? If so, try going around the proxy server, connecting directly to the internet.
If compatibility mode in MSIE8 solves the problem, then I wonder if this is related to the user-agent sent by the browser in the page request. Compatibility mode changes the user-agent string from MSIE8 to MSIE7. You could try installing a user-agent change extension in Firefox and see what it does if you let Firefox emulate the MSIE7 user-agent string.
Offline
#33 2009-07-11 00:39:52
- shilmy
- Member
- Registered: 2006-04-29
- Posts: 49
Re: why meta description and keywords is not generated in txp 4.0.8
I,ve try the user-agent addon, change the user agent to IE7, but the results still the same, no meta description and keywords. But that’s no surprising result, since the problem also exist when I try using IE7 to access the site.
Last edited by shilmy (2009-07-11 00:41:03)
Offline
Re: why meta description and keywords is not generated in txp 4.0.8
Hi.
I’d try to see your meta description and keywords tags into your source pages but nothing appear!
Could you wrap these two meta tags with some words (sometimes I use this method to mark some parts in my code cause I am a TXP newbee)
Try this:
HERE<meta name="keywords" content="some,key,word" />
THERE<meta name="description" content="my content goes here" />
Save your page template/or form then empty your cache browser load your page and see your page source.
If you don’t see the two words the correspondiing TXP mechanism isn’t runing and you have a problem in your structure.
Hope that can helo you.
Patrick.
Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.
Offline