Hello,
1- our site have sitemap contain more than 70.000 urls
and google accept only 50.000 url per site map
so that refuse it
can you tell me how split sitemap.xml file ??
2-our site have section that appears at search engine
daily > 2000 visitor
1500 visitor > come from google with same keyword !!!
although this section have alot of content (most content updated daily)
how we can appears in SE with multi keywords ??
Regards
we have big content but most visitors come with single keyword
although we don’t have backlinks with this keyword !!!
we can’t know why we appear with this “single keyword”
so that we ask how ?
The same way you appear in SE with single keywords…
There are no exact answers to your second question and I think you should open a new thread.
Take care in how you word your question as this will make a difference to the responses.
.
thanks we split sitemap now by php
now please answer my question 2
how we can appears in SE with multi keywords ??
Let me know the location of your sitemap.xml file and I will split it for you.
Thanks John,
1- but i want know how split file which have more over 50000 url ??
2-our site have section that appears at search engine
daily > 2000 visitor
1500 visitor > come from google with same keyword !!!
although this section have alot of content (most content updated daily)
how we can appears in SE with multi keywords ??
Regards
Checkout:
http://www.sitemaps.org/protocol.php#index
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>http://www.example.com/sitemap1.xml.gz</loc>
<lastmod>2004-10-01T18:23:17+00:00</lastmod>
</sitemap>
<sitemap>
<loc>http://www.example.com/sitemap2.xml.gz</loc>
<lastmod>2005-01-01</lastmod>
</sitemap>
</sitemapindex>
.