Toti Google ma res finte
 
zraice 7. mar 2007 10:03:13 Pridružen od:
7. mar 2007
1 objav
0 0 0
#1

Imam novo spletno stran staro 2 meseca, ki sem jo vpisal v najdi.si in v google. Najdi.si jo takoj postavi na prvo mesto, medtem ko google šele na 6 mesto. Prav tako pa še google vedno kaže link do stare, ki sem jo že zbrisal. Kdo ve rešitev?:)


všeč(0) ni všeč(0) spam(0)
 
Vini 7. mar 2007 10:03:43 Pridružen od:
1. sep 2006
6612 objav
5234 611 56
#2

Ja, grozne finte... Po dveh mesecih bi pa res ze lahko bil na prvem mestu :)


všeč(0) ni všeč(0) spam(0)
 
boilers 7. mar 2007 10:03:55 Pridružen od:
6. sep 2006
1957 objav
695 62 2
#3

hehehe




  1. iz stare daj 301 redirect na novo

  2. potrpljenje je božja mast al kaj že...


všeč(0) ni všeč(0) spam(0)
 
frenky 7. mar 2007 10:03:59 Pridružen od:
31. avg 2006
593 objav
155 4 0
#4

Če imaš unix strežnik:

If you need to move a page or a whole website, a 301 redirect is always recommended. If you just change a file name or delete a page, you my lose search engine rankings that were associated with the old page. By using a 301 redirect, you tell search engines and humans where to find the new page.



Avoid using a meta refresh tag as this is a technique used by search engine spammers to rank well for certain keyphrases that are totally irrelevant from the page redirected to. Many search engines filter out the meta refresh tag, so it is not a search engine friendly option.



So, how do you do a 301 Redirect? It's actually quite simple on a website using a Unix server:




  1. Locate or create a .htaccess file on your server. Your .htaccess file gives search engine robots instructions on security and redirects.


  2. If you don't have an .htaccess file on your server, you can easily create one using a text file. Name it ".htaccess"


  3. If there is already an .htaccess file scroll down past the code that is already there and begin your new redirect instructions.


  4. Put in your redirect information, which should look like this:




redirect 301 /directory/file.html http://www.domainame.com/directory/file.html



*Note: The first part "/directory/file.html" is the location of the file being moved and the second part "http://www.domainame.com/directory/file.html" is where the file is being moved.




  1. Upload the file to your server.
    http://www.internetbasedmoms.com/seo/301-redirect.html



Če imaš pa windows:



Narediš file default.asp in noter vpišeš:

<%

response.status="301 moved permanently"

Response.AddHeader "Location", "http://urldonove_strani"

%>

Ter naložiš file na staro lokacijo.


všeč(0) ni všeč(0) spam(0)
Dynamic color chart and color picker for HTML Color Codes.
 
mactron 7. mar 2007 11:03:06 Pridružen od:
1. dec 2006
1846 objav
72 13 1
#5

Spamerji se jim preveč približajo pa so paranoični ;):P


všeč(0) ni všeč(0) spam(0)
 
misko 8. mar 2007 18:03:07 Pridružen od:
8. mar 2007
108 objav
2 0 0
#6

Ja, 301 permanent redirect je najboljša izbira.. lahko ga daš tudi v PHP file če ti je lažje.



BTW: če se tvoja stran ne spreminja veliko, potem lahko malo traja da te googlebot spet obišče, tako da ne pričakuj efekta že jutri / drug teden


všeč(0) ni všeč(0) spam(0)
 
 

🔒 Za odgovor na to temo se moraš prijaviti.

Prijavi se