![]() |
|
| Domain Name Sales | Domain Software | Calculate UK Domain Drop Dates | Domain Registration | NameDrive | Domain Parking | Subscribe to our Domains For Sale newsletter |
| | ||||||
| Home | Register | Rules | Membership Upgrade | Domains For Sale | Domain Name Escrow | Mark Forums Read | Domain Classified | Chat Room |
| Search Engine Optimisation Discuss Search Engine Optimisation |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
![]() | indexed urls
Is there a way of extrapolating a list of google indexed urls for a site ? , my arcade site has 2485 pages of which only 1570 are indexed by google, doing a site:domain.name gives results at 10 a page but the arcade page numbers are all mixed up. I've been comparing pages indexed against my sitemap to see whats missing but its taking forever. I'd be grateful if anyone knows of a quicker way of getting a google indexed sorted list. thanks
|
| |
| | #2 (permalink) |
![]() |
Not sure what you mean entirely but if you want more of your site indexed then I would say placing links to the main sub-pages that aren't indexed onto other sites as a back links. Then Google will pick it up straight away rather than having to crawl to it. So yeah PLUG the main pages not indexed on your site. And I've just re-indexing your games site for you here Also just to add as an extra thing but to step aside a bit Google won't show all your websites back links.(i read somewhere) so they hold back on some of the links they have got listed. Yahoo does show you all the links though..... use something like (can't remember what it is at the moment) linkurl: sitelink: ???? Last edited by golddiggerguy; 16-12-2007 at 10:29:46 AM. |
| |
| | #3 (permalink) |
![]() |
Thanks G, Some of the content on my game pages have duplicate content as some other arcade sites, I wanted to find out which pages had the dupe content i.e. not being indexed and correct the problem. On another note can I post a link to pagerank.me.uk on the arcadem forums , I think the guys could find your service beneficial. |
| |
| | #4 (permalink) |
![]() |
Yes no problem. Also the Search Engine site too if you want, as thats free anyway. |
| |
| | #5 (permalink) |
![]() |
just had a thought, if I were to place a footer link to my sitemap.txt, this would speed up the process would'nt it ? or would I need to covert the sitemap to html so the spiders can read it.?
|
| |
| | #6 (permalink) |
![]() |
Not sure if that would help at all. I would post sub category links myself as your site does have a lot of pages and sections. Try one thing sit back and see what happens after a week. If it's not worked try something else. One of the most important things with SEO is sitting back and waiting. Last edited by golddiggerguy; 16-12-2007 at 01:02:59 PM. |
| |
| | #7 (permalink) |
![]() |
Its not just seeing which pages are indexed in Google but which pages are listed in the main or supplemental indexes, try here for tips on how to find supplemental pages. If you adjust your search preferences you can see upto 100 results. |
| |
| | #9 (permalink) |
![]() |
Well that goes with out saying. Bit silly doing the wrong things And you find that out by waiting with trial and error whats wrong and right. Last edited by golddiggerguy; 16-12-2007 at 07:34:22 PM. |
| |
| | #10 (permalink) |
![]() |
I once had difficulty getting some really deep pages of a site indexed so i setup a simple script that randomly rotated a given number of URLS from a text file on my homepage. The PHP was as simple as: Code: <?php
$aArray = file('textfile.txt');
shuffle($aArray);
for($i=0;$i<8;$i++){
echo $aArray[$i] . '<br>';
}
?> <a href="">Link</a> <a href="">Link 2</a> This example would pull 8 random lines from the text file so make sure there are no spaces and blank lines in the list of links. |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Domain Name Community | Replies | Last Post |
| Getting indexed with Google problem | golddiggerguy | Search Engine Optimisation | 12 | 12-11-2007 11:27:53 AM |
| Parents pick baby names with available URLs - MSNBC | RSS | Domain Name News | 0 | 21-08-2007 07:59:10 PM |
| Site Indexed & Ranked on google within 24 hours ! | FreetimersInter | General Board | 0 | 01-08-2007 08:01:16 AM |
| 5 Billion Pages Indexed in Less Than 30 Days | stevie | Search Engine Optimisation | 3 | 21-06-2006 10:25:56 AM |