-
- CommentAuthorSkyshadow
- CommentTimeJul 19th 2008
Just wondered whether or not anyone had ideas about using javascript to display time/date/month and how that would appear to robots on a given web page - I have emulated a few things and it just is ignored - but one would expect that in the future maybe it is different?
For example I have a box that says 'new for X' with 'X' being the current month (purely to save me time) - it says 'News' for JS disabled / bots btw. -
- CommentAuthorcthelight
- CommentTimeJul 20th 2008
You could use PHP to do it.Search Egnings DO NOT render javascript. So if you do date through javascript, the search engin WILL NOT see it.
to do the month in php you do this:<?php
echo date("M");
?>
1 to 2 of 2
