Hello, I'm trying to start my own blog and I know everything I got to do. But I don't know how I can index the database entries. I know it has something to do with .htaccess but who, what and where? So do you know how to do it? Or do you have a link where I can learn working with .htaccess something like this must be indexed: testpage.com?blogid=24 Example database: Blogid, titel, content entries: blogid = 24 titel = Hello web developers content = Allot of text here and this should be indexed by Google so it shows up as a result on Google. Ending of the blog post, bye.
So I need this? <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://www.example.com/?blogid=24</loc> <lastmod>2009-09-22</lastmod> <changefreq>monthly</changefreq> <priority>0.8</priority> </url> <url> <loc>http://www.example.com/?blogid=25</loc> <lastmod>2009-09-22</lastmod> <changefreq>monthly</changefreq> <priority>0.5</priority> </url> <url> <loc>http://www.example.com/?blogid=26</loc> <lastmod>2009-09-22</lastmod> <changefreq>monthly</changefreq> <priority>0.5</priority> </url> </urlset> HTML: and upload that file to the server? BUT WAIT I'M READING THIS NOW: "You can submit up to 500 Sitemap index files for each site in your account." - google but what if I have more than 500 blog posts, how do I index it by than?
One sitemap can include up to 50000 URL-s and multiply that amount with 500 sitemaps. I believe that amount is sufficient. And yes you have to upload it to the server. If you have Wordpress, then you could try some SEO packs: http://wordpress.org/extend/plugins/all-in-one-seo-pack/