Tag Info

Hot answers tagged

3

AFAIK, Google doesn't process XSLT templates. So while the text content of the XML can be indexed by Google, it'll just be in the form of the plain XML document, meaning most of the document semantics won't be understood by Google aside from some shared attributes and elements between XML and XHTML. I don't know if the situation is any different for other ...


2

It sounds like you're trying to create a Polyglot Document (and I sound like Clippy!) Essentially, that's an HTML5 document which is also valid XML. Basically, you just need to carry on as normal, writing valid HTML5. You will need to close any self-closing elements (e.g. <br> becomes <br />, same for img, source, hr, etc) and make sure all ...


2

As an advice, if you're current skills are limited, and the project is a little too much, don't take it, there will be tons of other oportunities when you're skills have increased. Having said so, i recommend that you invest time into any one of available php frameworks, some are incredibly easy to work with, and will make your tasks super easy. Building ...


1

Sadly there is no CMS that will do this for you out of the box and will require a lot of coding using the API's provided by these selected platforms, sadly if your skills are limited in developing then you will need to find plugins or components for the CMS your using or outsource a developer who can code this for you. You can read more at the following ...


1

You do this this same as with a standard sitemap. Simple create the multiple sitemaps for the different areas and then you can submit them to Google. Even better would be to then collate them into another sitemap file which details the other sitemaps available. This is all well documented by Google here: ...


1

Not to be off-topic, but is this a dynamically-generated site? If so, why are you wanting to have people scrape data from your markup, rather than returning a format that is more suited to service-reading software? It just sounds to me like the same purpose could be served by serving JSON or actual XML or RSS to clients requesting those feeds, and then you ...


1

JavaScript and the DOM are very quick ways to update any items on a web page. If you understand scripting, it is pretty easy to pick up as it's loosely typed. If there is a unique identifier, or if you have a way of adding one, it's pretty useful. Or you can fetch the table, loop through rows or cells, whichever you prefer, checking each element for evidence ...


1

Normally no user will see your sitemap.xml, it's there for the robots and spiders, you're right. You put it on the root directory of the site. In theory, a sitemap.xml should be enough, no need of a sitemap.html... but sitemap.html are useful for SEO, and some users like to use them to navigate the site. If you do a sitemap.xml, the .html can be ...



Only top voted, non community-wiki answers of a minimum length are eligible