Forum Moderators: open
first post so be gentle,
I have a site which runs on two templates made in DWeaver 4, I am now using MX if that makes a difference.
I have a PR 3 for this site, yet the keywords, title and description have been ignored, I notice I can't post the url so here is the code for the top of the pages, can anyone see why google (and all seo simulators i tried) misses the meta stuff out?
<html><!-- #BeginTemplate "/Templates/Main_content_template.dwt" --><!-- DW6 -->
<head>
<!-- #BeginEditable "doctitle" -->
<title>MY SITE TITLE</title>
<meta name="keywords" KEY WORDS HERE">
<meta name="description" DESCRIPTION HERE">
<!-- #EndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="Css/Panels.css" type="text/css">
just can not see the reason why google etc and this is supposed to be the macromedia work around placing the meta in the doc title region but se's ignore it all ...grrrr
thanks if you can help
That said it should use the TITLE tag unless we are mid update and it knows the site exists but hasn't gotten around to crawling it yet.
- Tony
Welcome to WW. I'm not familiar with DW and any of its issues with SEs, but unless those are typos in your example the correct syntax for the metas should be:
<meta name="keywords" content="KEY WORDS HERE">
<meta name="description" content="DESCRIPTION HERE">
Hope it's as simple as that, but...
Jim