türkçe twitter nasıl

eveet google da geldim başa oturdum. ama çözümü göstermiyen bir post ile. madem dedim google bana saygı gösterip en başa koyuyor bende gerekeni anlatmalıyım. hmm sorumluluk sahibi seo cu 🙂

twitter henüz türkçe desteklemiyor o sebeple yan alet edevat kullanmak gerekiyor. greasemonkey bu iş için icad edilmiş bişey. sayfaların her şeyini(işlevsel ve görüntüsel) değiştirme işini yapan bu eklenti ile bu işlem sağlanabilir. ben yazmadım yazan olursa bana linkini göndersin burdada yayınlayalım.

türkçe twitter yapmak için okunması gerekenler:

http://userscripts.org/scripts/show/38825
http://userscripts.org/scripts/show/20218
http://sozluk.sourtimes.org/show.asp?t=greasemonkey

kurulması gerekenler:
firefox

SEO sorunsalı

genelde forumlarda falan rastlanır böyle sorulara google da yapılan aramada kullanılan kelime büyük küçük harf de farklı sonuçlar verirmi ? cevap verir. ve linklemedede buna göre dikkat edilmesi gerekir sonuçda çok kişi büyük harf kullanmaz.

bide şu açı varki muhasebeciler ve rapor hazırlayan insanlar genelde büyük harf kullanabilir onların arama sonuçlarına hitap etmek için ayrıca seo ayarı verilebilir bu büyük harf muhabbetinden. hmm güzel hikayede seo’nun derdi, etkisinin uzun zaman alması ben hep unutuom yaptıklarımı 🙂

alexa

I don’t know what is going on but there is strange things happening about Alexa these days. I have been buying some text links for seo for Google but some how my site loosing its score from Alexa its simply impossible because traffic going up. but when I see that Google ranked as 4. in Alexa top list I understand that there must be some thing going on Alexa. I dunno what its yet. it may be changing its algorithm or something. but it effects even Google. think about it…..

sendRedirect and SEO in java

simply response.sendRedirect takes user to another page. mostly its enough for forwarding browser to somewhere else from user perspective but what about google bot and other search engines. PR is not a easy thing to earn. and not affordable thing to loose.

anyway back to the topic. let say we are redirecting clients for subdomains to the other folders. like this:

faq.domain.com –>> faq.domain.com/faq/

in this situation we should use sendRedirect but that function uses HTTP 302 for the response status it means moved temporarily. as a result if you got any link from pr5 to faq.domain.com you will loose it. because google bot will say that this is a temporarily issue then I should not give this pr to that page.

how can we gain back that pr. you shoul use these lines for redirect:
response.setStatus(301);
response.setHeader(“Location”,newUrl);

if anyone who wonder about the real implementation of sendRedirect here:

public void sendRedirect(String url)
throws IOException
{
if (url == null)
throw new NullPointerException();

if (_originalResponseStream.isCommitted())
throw new IllegalStateException(L.l(“Can’t sendRedirect() after data has committed to the client.”));

_responseStream.clearBuffer();
_originalResponseStream.clearBuffer();

_responseStream = _originalResponseStream;
resetBuffer();

setStatus(SC_MOVED_TEMPORARILY);
String path = getAbsolutePath(url);

CharBuffer cb = new CharBuffer();

for (int i = 0; i < path.length(); i++) {
char ch = path.charAt(i);

if (ch == ‘<')
cb.append(“%3c”);
else
cb.append(ch);
}

path = cb.toString();

setHeader(“Location”, path);

// The data is required for some WAP devices that can’t handle an
// empty response.
ServletOutputStream out = getOutputStream();
out.println(“The URL has moved <a href="" + path + "">here</a>”);
// closeConnection();

if (_request instanceof AbstractHttpRequest) {
AbstractHttpRequest request = (AbstractHttpRequest) _request;

request.saveSession(); // #503
}

close();
}

Clickaider

I have been waiting about this. cliackiader is a freeservice under 100 thousands page view after that it says.

Current period includes more than number of clicks allowed for youraccount (100,000).
You can view current report starting from 02/25/2008 00:00.

its nice to see that we overwhelmed the possible ways 🙂

SEO Dersi Tekillik

aslında bu konu çokda seo için değil sonuçda internette şöyle bir durum var herkez google kullanıyor. ve içeriğiniz ne kadar tekil(unique) ise o kadar değerli kabul ediliyor. bende aylar önce böle bi torrent sıkısı yaşadım die bi proje yapıp bişeyler yazmıştım burda.

bugün görünce şaşdım clickaider a bakıyordum kim girmiş nerden gelmiş günlük klasik kontrolündeyken bi dikkat ettim google ların hepsinden gelen var. önce inanamadım aşağıdaki google ların bi kaçına girip tek tek denedim hakaten “dom pro player” yazınca pat diye ana sayfadayım 3 le 5 arası değişio 🙂 çok mutlu oldum onuda burda yayınlayam dedim. seo ile ilgilide güzel bir aksiyon olmuş oldu. çok bilerek olmadı ama iyi tuttu 🙂
gelinen siteler:
1. google.com.tr 112 43.24%
2. blogspot.com 21 8.11%
3. google.com 20 7.72%
4. hafif.org 18 6.95%
5. google.pl 12 4.63%
6. google.ro 11 4.25%
7. google.fr 9 3.47%
8. blogger.com 9 3.47%
9. google.nl 8 3.09%
10. google.ca 6 2.32%
11. google.co.uk 6 2.32%
12. google.com.vn 5 1.93%
13. google.ch 3 1.16%
14. google.cz 2 0.77%
15. google.ee 2 0.77%
16. bilgi.com 2 0.77%
17. google.it 2 0.77%
18. comcast.net 2 0.77%
19. google.de 2 0.77%
20. google.be 1 0.39%

aranan kelimeler:
1. dom pro video player 35 17.59%
2. DOM pro video player 11 5.53%
3. play3w 10 5.03%
4. web proxy 10 5.03%
5. dom player key 10 5.03%
6. dom player 9 4.52%
7. datagridview 7 3.52%
8. DOM PRO VIDIO PLAYER 6 3.02%
9. docx uzantılı dosyalar 6 3.02%
10. Dom professional player 5 2.51%
11. php dom pro video player 5 2.51%
12. escort rus karı 4 2.01%
13. docx uzantılı dosya 4 2.01%
14. yutup ısmayıl yeka 4 2.01%
15. dom video player 3 1.51%
16. dom player 3 1.51%
17. smpp 3 1.51%
18. pLAY3w 3 1.51%
19. Rosa Caracciolo+torrent 3 1.51%
20. docx 2 1.01%

arada 12. escort rus karısı arayanın burayı bulmasıda hezimet olmuş 🙂 adam ne umutla girmiştir kimbilir 😀

demekki neymiş content is the king after all.