Hello everyone! I want to create some static website with Bloggger(blogspot) blog. mean that I will hide the label, author name, post date and keep them clean like static website. I just wonder that will this cause bad SEO for google because I will keep those static website(blogspot) without updated . Can you help me? Thank everyone in advance!
If you are setting up a static page site, any particular reason you are trying to use a blogging platform?
Yes, you can create static pages, here is the bare bone basics: Also, you can hack the basic 10 static page limit that Blogger has. If you really want to use Blogger. <?xml version="1.0" encoding="UTF-8" ?> <html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> <head> <b:skin><![CDATA[/* ]]></b:skin> </head> <body> </body> </html> Code (markup):