aproh.gportal.hu analysis, site info, backlinks and seo
aproh.gportal.hu - apró és keretes hirdetések, banner és link csere: ingyen! - g-portál
Description: minden hirdetés ingyen! feladhatod apróhirdetésedet, hirdetheted magadat, szolgáltatásodat, oldaladat, vagy a kedvenc focicapatodat. cserélj velünk bannert, vagy linket! ha unatkozol is jó helyen jársz, viccek, humoros képek. ide be kell nézned!
aproh.gportal.hu scores a 5,1 out of 10 on our optimalisation scale. This is average. We have identified 63 keywords. This page seems optimized for the keyword 'cib'
summary
This is the summary of our aproh.gportal.hu analysis. Please check for detailed info under their tabs.
| Site | aproh.gportal.hu (visit site) |
| Page Title | apró és keretes hirdetések, banner és link csere: ingyen! - g-portál |
| Keyword density | ajnlom aprhirdets aproh banner bannercsere brmit cib cikkek csak egy egyb ezen foldal forever freedomfighter g-portal hdl hdr hirdets hirdetsek hirdetst hogy hutcherson hutchersonline ibolya iframe ingatlan iro ismerd itt japan josh kat-tun katt keres keress keretes kinel like linkcsere magyar meg minden mindig minus munkahelyet napi nem nezz nike nyelvoktatas nyitva oldal oldala php rajongoi sok try ujra vagy van www young |
| SEO Summary | 7% meta description relevance, 15% link relevance, 0% heading relevance, 210 page errors |
| Server info | Location: Budapest,Hungary |
No backlinks were found for this domain or backlink search was skipped
Content & Html
Analyzed html, text, tags, links, headings, keywords and more
We found 210 html errors and warings !
>> Read More !
SEO score of aproh.gportal.hu
5,1
>> Read More !
aproh.gportal.hu server info
A good server setup can make a huge difference for website performance and may even enhance the ratings in the search engine results since page speed has become an issue.
Http request info
| 'HTTP response code | 200 |
| Download time | 0,25783 seconds |
| Filesize | 51081 bytes |
Server headers
Server headers are the response the server sends before the actual content. A correct server setup can speed up a site and free up server resources. Make sure that all headers are set correct. For example dont cache dynamic content and dont close connections unless there is a good reason.
| HTTP/1.0 200 OK | |
| Date: Wed, 23 May 2012 06:26:44 GMT | The Date header represents the time when the message was generated, regardless of caching that happened since. It is used by caches as input to expiration calculations, and to detect clock drift. |
| Vary: Host | |
| Set-Cookie: PHPSESSID=2fm9tg15gvabj670oc28qml5d3; path=/; domain=aproh.gportal.hu | A cookie, also known as a web cookie, browser cookie, and HTTP cookie, is a piece of text stored on a user's computer by their web browser. The set cookie header tells the browser to store this data in a text file. The cookie value is PHPSESSID=2fm9tg15gvabj670oc28qml5d3; path=/; domain=aproh.gportal.hu bytes |
| Expires: Thu, 19 Nov 1981 08:52:00 GMT | The Expires header tells a browser when the requested file is to expire. If this is set in the futre the browser may cache the file. A common trick to ensure no caching of content is to set the expires date in the past. The value is the expires header is Thu, 19 Nov 1981 08:52:00 GMT |
| Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 | The Cache-Control header is used to specify directives that must be obeyed by all caches along the request/response chain. Cache directives are unidirectional in that the presence of a directive in a request does not imply that the same directive is in effect in the response. The value is no-store, no-cache, must-revalidate, post-check=0, pre-check=0 |
| Pragma: no-cache | The Pragma header is used to include implementation-specific directives that might apply to any recipient along the request/response chain. This header is deprecated, in favour of Cache-Control. The value is no-cache |
| P3P: CP="NON DSP COR LAW CUR ADMo DEVo OUR STP ONL UNI NAV" | |
| X-AspNet-Version: 2.0.50727 | |
| X-Powered-By: ASP.NET | The non-standard X-Powered-By header is used by applications running behind a web server to advertise their specific technology. A few examples could be php and asp. The technology used here is ASP.NET |
| Content-Type: text/html; charset=iso-8859-2 | The Content-Type entity-header field indicates the media type of the entity-body sent to the recipient or, in the case of the HEAD method, the media type that would have been sent had the request been a GET. . The value is text/html; charset=iso-8859-2 |
| X-Cache: MISS from proxy1.gportal.hu | |
| Connection: close | The Connection general-header field allows the sender to specify options that are desired for that particular connection. Common values are keep-alive and close. Keep alive means the connection to the server should stay open for re-use. Usually this means a speed advantage for a website since the connection can be reused to fetch images, javascript, css etc. The value is close |
Server location
Server location is important because a server that is located near the customer will serve pages faster then a server located far away
| IP Adress | 94.199.53.10 |
| Country Code | HU |
| Country Code 3 | HUN |
| Country Name | Hungary |
| Region | 05 |
| City | Budapest |
aproh.gportal.hu javascript info
Javascript is a scripting language to enable Web authors to design interactive sites. On this page we found 5 external javascripts and 5 internal javascripts on aproh.gportal.hu
Javascripts in the head of the page
http://aproh.gportal.hu/js/gportal.js
http://gportal.hu/js/xgemius.js
http://imgs.adverticum.net/scripts/goa3/goa3.js
http://www.kissdesign.net/horloge/152/calendrier.js
http://www.kissdesign.net/calendriers/019/code.js
aproh.gportal.hu inline javascript info
The following inline javascript snippets were found on this page:
<!--//--><![cdata[//><!--
var pp_gemius_identifier = new string('nx0wpbt274vgquqoysh8qartfunu828wibq5ayqbcfh.57');
//--><!]]>
<!--
webaudit=function() {
this.wacid=null;
this.wacidname="wacid";
this.getcookie=function(name) {
var nameeq = name + "=";
var ca = document.cookie.split(';');
for(var i=0;i < ca.length;i++)
{
var c = ca[i];
while (c.charat(0)==' ') c = c.substring(1,c.length);
if (c.indexof(nameeq) == 0) return c.substring(nameeq.length,c.length);
}
return null;
}
this.setcookie=function(name,value,topdomain) {
var date = new date(2020,12,31,23,59,59);
var expires = "; expires="+date.togmtstring();
document.cookie = name+"="+value+expires+"; path=/; domain=" + topdomain;
}
this.generateid=function(splitter) {
var sp=(splitter) ? splitter : 'a';
var now=new date();
return date.parse(now.togmtstring()) + sp + math.floor(math.random()*1000000);
}
this.gettopdomain=function(fulldomain) {
var darabok=fulldomain.split('.');
return darabok[(darabok.length-2)] + '.' + darabok[(darabok.length-1)];
}
this.getdomain=function(url) {
var urldarabok=url.split('/');
return urldarabok[2];
}
this.wacid=this.getcookie(this.wacidname);
}
var wa=new webaudit();
var felbontas = "";
var wa_referrer = "";
var same = math.floor(math.random()*1000000);
if(wa.wacid==null)
{
wa.wacid=wa.generateid('a');
wa.setcookie(wa.wacidname,wa.wacid,wa.gettopdomain(wa.getdomain(document.url)));
}
same = same + "@welid=" + wa.wacid;
if(screen) felbontas='@felbontas='+screen.width+'x'+screen.height;
if((document.referrer) && (document.referrer!="")) wa_referrer='@r='+document.referrer;
same = same + felbontas + wa_referrer;
//-->
<!--
document.write('<!-- medián webaudit g-portál felhasználói oldalak 1/2 --><img style="position: absolute; left: -100; top:-100;" src="http://audit.median.hu/cgi-bin/track.cgi?uc=11224701815144&dc=1&ui='+same+'" width="1" height="1">');
//-->
if (document.all)
document.body.style.csstext="background: url
http://gportal.hu/portal/aproh/image/gallery/hatternek.jpg no-repeat fixed center center"
<!--
function initarray() {
this.length = initarray.arguments.length
for (var i = 0; i < this.length; i++)
this[i+1] = initarray.arguments[i]
}
/* hónap névnapjainak meghatározása */
function havinev(ev,ho,nap) {
if (ho==1)
{ var napok = new initarray("ÚjÉv, fruzsina","Ábel","genovéva, benjámin",
"titusz, leona","simon","boldizsár","attila, ramóna","gyöngyvér","marcell",
"melánia","Ágota","ernõ","veronika","bódog","lóránt, loránd",
"gusztáv","antal, antónia","piroska","sára, márió","fábián, sebestyén",
"Ágnes","vince, artúr","zelma, rajmund","timót","pál","vanda, paula",
"angelika","károly, karola","adél","martina, gerda","marcella","") }
if (ho==2)
if ((ev!=2000) && (ev!=2004) && ev!=1996)
{ var napok=new initarray("ignác","karolina, aida","balázs","ráhel, csenge",
"Ágota, ingrid","dorottya, dóra","tódor, rómeó","aranka","abigél, alex","elvira",
"bertold, marietta","lívia, lídia","ella, linda","bálint, valentin",
"kolos, georgina","julianna, lilla","donát","bernadett","zsuzsanna",
"aladár, Álmos","eleonóra","gerzson","alfréd",
"mátyás","géza","edina","Ákos, bátor","elemér","","") }
else
{ var napok=new initarray("ignác","karolina, aida","balázs","ráhel, csenge",
"Ágota, ingrid","dorottya, dóra","tódor, rómeó","aranka","abigél, alex","elvira",
"bertold, marietta","lívia, lídia","ella, linda","bálint, valentin",
"kolos, georgina","julianna, lilla","donát","bernadett","zsuzsanna",
"aladár, Álmos","eleonóra","gerzson","alfréd",
"szõkõnap","mátyás","géza","edina","Ákos, bátor","elemér","","") }
if (ho==3)
{ var napok=new initarray("albin","lujza","kornélia","kázmér","adorján, adrián",
"leonóra, inez","tamás","nemz.nõnap, zoltán","franciska, fanni","ildikó",
"szilárd","gergely","krisztián, ajtony","matild","nemzeti Ünnep, kristóf",
"henrietta","gertrúd, patrik","sándor, ede","józsef, bánk","klaudia",
"benedek","beáta, izolda","emõke","gábor, karina","irén, irisz",
"emánuel","hajnalka","gedeon, johanna","auguszta","zalán","Árpád","" ) }
if (ho==4)
{ var napok=new initarray("hugó","Áron","buda, richárd","izidor","vince",
"vilmos, bíborka","herman","dénes","erhard","zsolt","leó, szaniszló","gyula",
"ida","tibor","anasztázia, tas","csongor","rudolf","andrea, ilma","emma",
"tivadar","konrád","csilla, noémi","béla","györgy","márk","ervin",
"zita","valéria","péter","katalin, kitti","" )}
if (ho==5)
{ var napok=new initarray("munka Ünn.,fülöp, jakab","zsigmond","tímea, irma",
"mónika, flórián","györgyi","ivett, frida","gizella","mihály","gergely",
"Ármin, pálma","ferenc","pongrác","szervác, imola","bonifác","zsófia, szonja",
"mózes, botond","paszkál","erik, alexandra","ivó, milán",
"bernát, felícia","konstantin","júlia, rita","dezsõ","eszter, eliza",
"orbán","fülöp, evelin","hella","emil, csanád","magdolna",
"janka, zsanett","angéla, petronella","" )}
if (ho==6)
{ var napok=new initarray("tünde","kármen, anita","klotild","bulcsú","fatime",
"norbert, cintia","róbert","medárd","félix","margit, gréta","barnabás",
"villõ","antal, anett","vazul","jolán, vid","jusztin","laura, alida",
"arnold, levente","gyárfás","rafael","alajos, leila","paulina",
"zoltán","iván","vilmos","jános, pál","lászló","levente, irén",
"péter, pál","pál","" ) }
if (ho==7)
{ var napok=new initarray("tihamér, annamária","ottó","kornél, soma","ulrik",
"emese, sarolta","csaba","appolónia","ellák","lukrécia","amália",
"nóra, lili","izabella, dalma","jenõ","õrs, stella","henrik, roland","valter",
"endre, elek","frigyes","emília","illés","dániel, daniella",
"magdolna","lenke","kinga, kincsõ","kristóf, jakab","anna, anikó",
"olga, liliána","szabolcs","márta, flóra","judit, xénia","oszkár","" )}
if (ho==8)
{ var napok=new initarray("boglárka","lehel","hermina","domonkos, dominika",
"krisztina","berta, bettina","ibolya","lászló","emõd","lörinc",
"zsuzsanna, tiborc","klára","ipoly","marcell","mária","Ábrahám",
"jácint","ilona","huba","alkotmÁny Ünn., istván","sámuel, hajna",
"menyhért, mirjam","bence","bertalan","lajos, patrícia","izsó",
"gáspár","Ágoston","beatrix, erna","rózsa","erika, bella") }
if (ho==9)
{ var napok= new initarray("egyed, egon","rebeka, dorina","hilda","rozália",
"viktor, lõrinc","zakariás","regina","mária, adrienn","Ádám","nikolett, hunor",
"teodóra","mária","kornél","szeréna, roxána","enikõ, melitta","edit",
"zsófia","diána","vilhelmina","friderika","máté, mirella","móric",
"tekla","gellért, mercédesz","eufrozina, kende","jusztina","adalbert",
"vencel","mihály","jeromos","" )}
if (ho==10)
{ var napok= new initarray("malvin","petra","helga","ferenc","aurél","brúnó, renáta",
"amália","koppány","dénes","gedeon","brigitta","miksa","kálmán, ede","helén",
"teréz","gál","hedvig","lukács","nándor","vendel","orsolya","elõd",
"kÖzt.kikiÁlt., gyöngyi","salamon","blanka, bianka","dömötör",
"szabina","simon, szimonetta","nárcisz","alfonz","farkas","" )}
if (ho==11)
{ var napok=new initarray("marianna","achilles","gyõzõ","károly","imre","lénárd",
"rezsõ","zsombor","tivadar","réka","márton","jónás, renátó","szilvia",
"aliz","albert, lipót","Ödön","hortenzia, gergõ","jenõ","erzsébet",
"jolán","olivér","cecília","kelemen, klementina","emma","katalin",
"virág","virgil","stefánia","taksony","andrás, andor","" )}
if (ho==12)
{ var napok=new initarray("elza","melinda, vivien","ferenc, olívia","borbála, barbara",
"vilma","miklós","ambrus","mária","natália","judit","Árpád","gabriella",
"luca, otília","szilárda","valér","etelka, aletta","lázár, olimpia",
"auguszta","viola","teofil","tamás","zéno","viktória","Ádám, Éva",
"karÁcsony, eugénia","karÁcsony, istván","jános","kamilla",
"tamás, tamara","dávid","szilveszter","") }
return napok[nap];
}
/* hónap neve */
function honev(ho) {
var month = new initarray("január","február","március","Április","május",
"junius","július","augusztus","szeptember","október","november","december");
return month[ho]
}
/* nap neve */
function napnev(szam) {
var napok = new initarray("vasárnap","hétfõ","kedd","szerda","csütörtök",
"péntek","szombat","vasárnap")
return napok[szam]
}
var ido = new date()
var ev = ido.getyear()
var ho = ido.getmonth()+1
var nap = ido.getdate()
if (ev<1900) ev+=1900;
document.writeln("ma <b>" + ev + ". " + honev(ho) + " " + nap + ". "
+ napnev(ido.getday()+1)
+",<font color=blue> "+havinev(ev,ho,nap)+" napja van.")
document.writeln("sok boldogságot kívánok!")
//-->
<!--
function checklogdata() {
with(document.loginform) {
if((ln.value == "") || (pw.value == "")) {
alert("a név és a jelszó megadása kötelező! kérem, add meg!");
return false;
} else {
return true;
}
}
}
-->
<!--
function makearray0() {
for (i = 0; i<makearray0.arguments.length; i++) this[i] = makearray0.arguments[i];
this.length=makearray0.arguments.length;
}
var days = new makearray0("vasárnap","hétfõ","kedd","szerda","csütörtök","péntek","szombat");
var months = new makearray0('január','február','március','április','május','június','július',
'augusztus','szeptember','október','november','december');
function y2k(number) { return (number < 1000) ? number + 1900 : number; }
function magyarit(datum){
var adatum = new date(datum);
return (y2k(adatum.getyear())+". "
+months[adatum.getmonth()]+""+adatum.getdate()+", " +days[adatum.getday()]);
}
document.write("az utolsó módosítás ideje: "+magyarit(document.lastmodified));
//-->
<!--
document.write("böngésződ: <b>"+navigator.appname+" "+navigator.appversion+"");
//-->
var gajshost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3cscript src='" + gajshost + "google-analytics.com/ga.js' type='text/javascript'%3e%3c/script%3e"));
var pagetracker = _gat._gettracker("ua-3807740-1");
pagetracker._initdata();
pagetracker._trackpageview();
Backlink analysis for aproh.gportal.hu
Backlinks leading into a domain are of great important for the search engine results of a page. Each link from a website counts as a 'vote' for that websites. Links from trusted, related and high quality domains have more weight then other links.
Gathering links is often referred to as link building. If you do not have enought quility links to a domain you better start to build those links !
There are currently 0 links leading into aproh.gportal.hu
There are a below average amount of backinks. Link building should be a priority for this site. Try to get links from hight quality websites to your site.
Links to external pages from aproh.gportal.hu
|
www.ibolya.gportal.hu ibolya oldala - www.ibolya.gportal.hu |
|
www.gportal.hu Őranygalok - www.gportal.hu/orangyalok |
|
www.gprotal.hu ibolya második oldala - www.gprotal.hu/ibolya2 |
|
www.lapozz.hu www.lapozz.hu - www.lapozz.hu |
|
kezdojapan.wordpress.com japán nyelvoktatás//japán nyelvoktatás//japán nyelvoktatás//japán nyelvoktatás//japán nyelvoktatás//japán nyelvoktatás - kezdojapan.wordpress.com |
|
jangkeunsuk.gportal.hu jang keun suk - ismerd meg ázsia hercegét! :) képek, videók, fordítások. gyere és nézz be! :) ~ jangkeunsuk.gportal.hu - jangkeunsuk.gportal.hu/ |
|
jokka.gportal.hu ide mindig érdemes benézni picur mini abc nyitva: mindennap 5-21h-ig bp. iv. nádor u. 87. az ünnepek alatt is nyitva! - jokka.gportal.hu/ |
|
freedomfighter.gportal.hu újra itt a freedomfighter! - újra itt a freedomfighter! - újra itt a freedomfighter! - újra itt a freedomfighter! - freedomfighter.gportal.hu/ |
|
ktno6.gportal.hu szereted a kat-tun fiú bandát vagy a no.6 animét? nézz be hozzám, napi frissekkel várlak! :) kat-tun & no.6 <3 - ktno6.gportal.hu |
|
www.bit.ly internetes munkalehetõség! kommunikációs - kapcsolattartó munka, fõállás mellett végezhetõ!jelentkezz! katt. - bit.ly/iebazo |
|
graphics-island.gportal.hu like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!like! - graphics-island.gportal.hu |
|
lovasregenyek.gportal.hu ~ forever young ~ egy blog, egy író, sok ezer gondolat... az író, aki örökké fiatal akar maradni. ~ forever young ~ - lovasregenyek.gportal.hu |
|
mwd.gportal.hu mwd design - olcsó, egyedi oldal létrehozása, g-portálos, e107-es és joomlás oldal designolása, matrica készítés... - mwd.gportal.hu |
|
dreamblog.gportal.hu egy szerelmes nõ viszontagságai! õszinte vallomás szexrõl, szerelemrõl, flörtölésrõl! - dreamblog.gportal.hu |
|
www.tanfolyamokj.hu ingyenes nappali okj képzések - több mint 40 féle szeptemberben induló tanfolyam ingyen - foglald le a helyed most itt! - tanfolyamokj.hu/nappali |
|
www.merleg-ado-2000.hu tatabányán és környékén könyvelés, adóbevallás, bérszámfejtés, adótanácsadás szolgáltatás - www.merleg-ado-2000.hu |
|
mobilszolgaltatok.freeblog.hu a magyar telekom még mindig nem döntött, hogy ki fizeti a telefonadót - legfrissebb hírek a mobilszolgáltatókról - mobilszolgaltatok.freeblog.hu/ |
|
gportal.gportal.hu g-portál história - a g-portál történelme kezdetektõl a napjainkig. játékok, nyeremények és sok más. :) - gportal.gportal.hu |
|
www.hutchersonline.com josh hutcherson // hutchersonline // josh hutcherson magyar rajongói oldala | josh hutcherson // hutchersonline // - hutchersonline.com |
|
www.teambooboo.gportal.hu kinyílt magyarország egyetlen mûködõ booboo stewart rajongói oldala!ismerd meg booboo-t!nézz be az oldalra,nem bánod meg - www.teambooboo.gportal.hu |
|
www.chromeart.hu saját készítésû designok, rajzok, írások és fotók garmadája található meg nálam. egy pillantást megér, nem? chrome~ - chromeart.hu |
|
alomruhatar.gportal.hu designer divat - cipõk, táskák, tippek, trendek, lookbook, újdonságok, érdekességek... nézz be! - alomruhatar.gportal.hu |
|
www.href.hu hiteled kiváltása vagy ingatlanvásárlási lehetõég. május 31 .-ig elõregisztráció. http://href.hu/x/hsx0 katt........ - href.hu/x/hsx0 |
|
mobilszolgaltatok.freeblog.hu szeretnél minden információt tudni a 3 mobilszolgáltatóról? belekavarodtál, hogy kinél milyen akciók vannak? itt napi szinten megtudhatod, hogy kinél éri meg lenni é - mobilszolgaltatok.freeblog.hu/ |
aproh.gportal.hu content analysis
On this page the content of aproh.gportal.hu is analyzed for internal coherence.
In other words: r-domain checks if elements on the site (headings, meta tags, link anchor text etc) are in sync with the rest of the contents of the page.
Any element on a page should reflect to some degree the main subject of the page.
If an elemts matches the most important content of the page is is displayed in green. If it does not match is is displayed in red
Domain
| Site | aproh.gportal.hu |
| Domain length | 16 characters |
| Domain relevance | No important keywords were found in the domain name ! |
Head
The head element is a container for all the elements int he head of a page. Elements inside head can fort example include scripts, instruct the browser where to find style sheets, provide meta information. We analyzed the follwoing tags in the head section: <title>, <link>, <meta>,<script>, and <style>.
| Page Title | apró és keretes hirdetések, banner és link csere: ingyen! - g-portál |
| Page Title relevance |
17% match apr oacute eacute keretes hirdet sek banner link csere ingyen g-port aacute |
| Meta Description | minden hirdetés ingyen! feladhatod apróhirdetésedet, hirdetheted magadat, szolgáltatásodat, oldaladat, vagy a kedvenc focicapatodat. cserélj velünk bannert, vagy linket! ha unatkozol is jó helyen jársz, viccek, humoros képek. ide be kell nézned! (256 chars) |
| Meta Deascription relevance |
7% match minden hirdet ingyen feladhatod apr sedet hirdetheted magadat szolg ltat sodat oldaladat vagy kedvenc focicapatodat cser vel bannert linket unatkozol helyen rsz viccek humoros pek ide kell zned |
| Meta Keywords | no keywords found |
| Meta keyword relevance |
0% match No meta keywords found ! |
| Meta | http://gportal.hu/image/gplogo-fb.png |
Content
Content is the most important thing on a website. Content can be indexed by seach engines. They provide most of a websites traffic. Tags such as headings (h1 .. h6), paragraphs (p) can be used to structure the text on the page. Tags as bold (b / strong) or italic (i / em) can be used the empasize important text. Images can be used to further explain or just to brighten up a page and can be describud using the alt tag. Links can be used to direct users to another page. All elements have in common that they use text and text can be indexed !
| Keyword density | ajnlom aprhirdets aproh banner bannercsere brmit cib cikkek csak egy egyb ezen foldal forever freedomfighter g-portal hdl hdr hirdets hirdetsek hirdetst hogy hutcherson hutchersonline ibolya iframe ingatlan iro ismerd itt japan josh kat-tun katt keres keress keretes kinel like linkcsere magyar meg minden mindig minus munkahelyet napi nem nezz nike nyelvoktatas nyitva oldal oldala php rajongoi sok try ujra vagy van www young |
| Wordcount | 756 words found on aproh.gportal.hu |
| Links |
67 links found on page containing the following anchor texts ajÁnlom az oldalt, bezár, főoldal, apróhirdetés, keretes hirdetés, bannercsere, linkcsere, netikett, hirdetés feladás, lakás, ingatlan (12), föld, telek (1), autó (2), egyéb jármű (3), műszaki cikkek (2), háztartási cikkek (1), bútor, ruha (1), egyéb eladás (15), egyéb keresés (3), munkahelyet kínál (7), munkahelyet keres (1), csere-bere, szolgáltatás (19), társkeresés, keretes hirdetések, bannercsere, linkcsere, hirdesd magad!, Írj nekünk!, ibolya oldala, Őranygalok, ibolya második oldala, viccek, humoros képek, ukrán mozi, tesztek, aranyköpések, okosságok, kereső regisztrálás, automatikus továbbugratás, háttér és színmegadás, hivatkozások, eseménykezelés, súgó, regisztráció, elfelejtettem a jelszót, www.lapozz.hu, japán nyelvoktatás//japán nyelvoktatás//japán nyelvoktatás//japán nyelvoktatás//japán nyelvoktatás//japán nyelvoktatás, jang keun suk - ismerd meg ázsia hercegét! :) képek, videók, fordítások. gyere és nézz be! :) ~ jangkeunsuk.gportal.hu, ide mindig érdemes benézni picur mini abc nyitva: mindennap 5-21h-ig bp. iv. nádor u. 87. az ünnepek alatt is nyitva!, újra itt a freedomfighter! - újra itt a freedomfighter! - újra itt a freedomfighter! - újra itt a freedomfighter!, szereted a kat-tun fiú bandát vagy a no.6 animét? nézz be hozzám, napi frissekkel várlak! :) kat-tun & no.6 <3, internetes munkalehetõség! kommunikációs - kapcsolattartó munka, fõállás mellett végezhetõ!jelentkezz! katt., like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!like!, ~ forever young ~ egy blog, egy író, sok ezer gondolat... az író, aki örökké fiatal akar maradni. ~ forever young ~, mwd design - olcsó, egyedi oldal létrehozása, g-portálos, e107-es és joomlás oldal designolása, matrica készítés..., egy szerelmes nõ viszontagságai! õszinte vallomás szexrõl, szerelemrõl, flörtölésrõl!, ingyenes nappali okj képzések - több mint 40 féle szeptemberben induló tanfolyam ingyen - foglald le a helyed most itt!, tatabányán és környékén könyvelés, adóbevallás, bérszámfejtés, adótanácsadás szolgáltatás, a magyar telekom még mindig nem döntött, hogy ki fizeti a telefonadót - legfrissebb hírek a mobilszolgáltatókról, g-portál história - a g-portál történelme kezdetektõl a napjainkig. játékok, nyeremények és sok más. :), josh hutcherson // hutchersonline // josh hutcherson magyar rajongói oldala | josh hutcherson // hutchersonline //, kinyílt magyarország egyetlen mûködõ booboo stewart rajongói oldala!ismerd meg booboo-t!nézz be az oldalra,nem bánod meg, saját készítésû designok, rajzok, írások és fotók garmadája található meg nálam. egy pillantást megér, nem? chrome~, designer divat - cipõk, táskák, tippek, trendek, lookbook, újdonságok, érdekességek... nézz be!, hiteled kiváltása vagy ingatlanvásárlási lehetõég. május 31 .-ig elõregisztráció. http://href.hu/x/hsx0 katt........, szeretnél minden információt tudni a 3 mobilszolgáltatóról? belekavarodtál, hogy kinél milyen akciók vannak? itt napi szinten megtudhatod, hogy kinél éri meg lenni é, |
| Link anchor relevance |
15% match nlom oldalt bez oldal apr hirdet keretes bannercsere linkcsere netikett felad lak ingatlan telek aut egy szaki cikkek ztart tor ruha elad keres munkahelyet csere-bere szolg ltat rskeres sek hirdesd magad nek ibolya oldala ranygalok sodik viccek humoros pek ukr mozi tesztek aranyk okoss gok regisztr automatikus tov bbugrat nmegad hivatkoz sok esem nykezel elfelejtettem jelsz www lapozz jap nyelvoktat jang keun suk ismerd meg zsia herceg vide ford gyere jangkeunsuk gportal ide mindig rdemes ben zni picur mini abc nyitva mindennap h-ig dor nnepek alatt jra itt freedomfighter szereted kat-tun band vagy anim hozz napi frissekkel rlak internetes munkalehet kommunik kapcsolattart munka mellett gezhet jelentkezz katt like forever young blog ezer gondolat aki fiatal akar maradni mwd design olcs egyedi trehoz g-port los -es jooml designol matrica szerelmes viszontags gai szinte vallom szexr szerelemr ingyenes nappali okj mint szeptemberben indul tanfolyam ingyen foglald helyed most tatab rny nyvel bevall rsz mfejt tan csad magyar telekom nem hogy fizeti telefonad legfrissebb rek mobilszolg hist ria nelme kezdetekt napjainkig kok nyerem nyek josh hutcherson hutchersonline rajong kiny magyarorsz egyetlen booboo stewart booboo-t oldalra nod saj designok rajzok fot garmad tal lhat lam pillant chrome designer divat cip tippek trendek lookbook jdons rdekess gek hiteled kiv ingatlanv lehet jus -ig http href hsx szeretn minden inform tudni belekavarodt kin milyen akci vannak szinten megtudhatod lenni |
| Headings |
0 headings found on page containing the following texts No headings found ! |
| Headings relevance |
0% match No headings found on this page! |
| Emphasis (bold and italic) |
3 bold or italic tags found on page containing the following texts kiemelt partnereink:, keress az interneten:, www.lapozz.hu, |
| Bold and italic tag relevance |
33% match kiemelt partnereink keress interneten www lapozz |
| Image alt tags |
89 image alt tags found on page containing the following texts , , , apró és keretes hirdetések, banner és link csere: ingyen!, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Újságírás honlap, , , , , , , http://www.bannertop.try.hu, , , , , , , , , , , , , , , , , minden ami banner, , , , súgó, , , , , , , try.hu, , , , , , , , , , , , , , , , |
| Image alt tag relevance |
33% match apr keretes hirdet sek banner link csere ingyen honlap http www bannertop try minden ami |
aproh.gportal.hu navigation and internal link structure
We have scanned aproh.gportal.hu for internal links and found 40 links on this page. We found 1 base folders and 2 folders on this site. Easy to follow navigation helps your visitors navigate through your website efficiently and improves the website experience. It is even more important for seach engines while it helps them spider your website and find the most important content.
We found an easy to follow navigation structure on aproh.gportal.hu
Internal links found
Click on any of the links below to analyze that page
aproh.gportal.hu html info
HTML stands for Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages.
Html / text ratio
Try to keep your html as short as possible. Html only describes your content. There is no benefit in having a page with lots of html tags. A bloated page will slow down your site and harm user experience.
The html ratio of this page is 6,72
Page Errors
Html errors at best slow down your website (since a browser has to guess at the meaning) and in worst case render your page unviewable. Therefor make shure there are no html errors on your page !
line 96 column 119 - Warning: unescaped & or unknown entity "&dc"
line 99 column 1 - Warning: <style> isn't allowed in <div> elements
line 98 column 1 - Info: <div> previously mentioned
line 360 column 10 - Warning: discarding unexpected </a>
line 384 column 1 - Warning: <ilayer> is not approved by W3C
line 521 column 52 - Warning: '<' + '/' + letter not allowed here
line 521 column 56 - Warning: '<' + '/' + letter not allowed here
line 573 column 125 - Warning: <object> discarding newline in URI reference
line 578 column 1 - Warning: <embed> is not approved by W3C
line 580 column 1 - Warning: discarding unexpected </embed>
line 614 column 122 - Warning: unescaped & or unknown entity "&id"
line 636 column 44 - Warning: unescaped & or unknown entity "&style"
line 669 column 78 - Warning: '<' + '/' + letter not allowed here
line 691 column 7 - Warning: <link> isn't allowed in <td> elements
line 690 column 5 - Info: <td> previously mentioned
line 697 column 103 - Warning: <marquee> is not approved by W3C
line 8 column 1 - Warning: <meta> proprietary attribute "property"
line 9 column 1 - Warning: <meta> proprietary attribute "property"
line 10 column 1 - Warning: <meta> proprietary attribute "property"
line 11 column 1 - Warning: <meta> proprietary attribute "property"
line 99 column 1 - Warning: <style> inserting "type" attribute
line 25 column 1 - Warning: <body> proprietary attribute "onscroll"
line 26 column 1 - Warning: <script> inserting "type" attribute
line 89 column 1 - Warning: <script> inserting "type" attribute
line 96 column 1 - Warning: <img> lacks "alt" attribute
line 166 column 1 - Warning: <table> lacks "summary" attribute
line 169 column 71 - Warning: <img> lacks "alt" attribute
line 170 column 55 - Warning: <img> proprietary attribute "valign"
line 170 column 55 - Warning: <img> lacks "alt" attribute
line 181 column 3 - Warning: <table> lacks "summary" attribute
line 185 column 9 - Warning: <iframe> attribute "src" lacks value
line 190 column 1 - Warning: <table> lacks "summary" attribute
line 194 column 1 - Warning: <table> escaping malformed URI reference
line 194 column 1 - Warning: <table> proprietary attribute "background"
line 194 column 1 - Warning: <table> lacks "summary" attribute
line 204 column 1 - Warning: <table> lacks "summary" attribute
line 206 column 33 - Warning: <table> lacks "summary" attribute
line 206 column 95 - Warning: <table> proprietary attribute "module_id"
line 206 column 95 - Warning: <table> lacks "summary" attribute
line 207 column 66 - Warning: <img> lacks "alt" attribute
line 209 column 99 - Warning: <img> lacks "alt" attribute
line 209 column 137 - Warning: <img> lacks "alt" attribute
line 210 column 50 - Warning: <tr> proprietary attribute "opened"
line 210 column 125 - Warning: <table> lacks "summary" attribute
line 233 column 73 - Warning: <table> proprietary attribute "module_id"
line 233 column 73 - Warning: <table> lacks "summary" attribute
line 234 column 66 - Warning: <img> lacks "alt" attribute
line 236 column 99 - Warning: <img> lacks "alt" attribute
line 236 column 137 - Warning: <img> lacks "alt" attribute
line 237 column 50 - Warning: <tr> proprietary attribute "opened"
line 237 column 125 - Warning: <table> lacks "summary" attribute
line 284 column 73 - Warning: <table> proprietary attribute "module_id"
line 284 column 73 - Warning: <table> lacks "summary" attribute
line 285 column 66 - Warning: <img> lacks "alt" attribute
line 287 column 99 - Warning: <img> lacks "alt" attribute
line 287 column 137 - Warning: <img> lacks "alt" attribute
line 288 column 50 - Warning: <tr> proprietary attribute "opened"
line 288 column 125 - Warning: <table> lacks "summary" attribute
line 302 column 73 - Warning: <table> proprietary attribute "module_id"
line 302 column 73 - Warning: <table> lacks "summary" attribute
line 303 column 66 - Warning: <img> lacks "alt" attribute
line 305 column 99 - Warning: <img> lacks "alt" attribute
line 305 column 137 - Warning: <img> lacks "alt" attribute
line 306 column 50 - Warning: <tr> proprietary attribute "opened"
line 306 column 125 - Warning: <table> lacks "summary" attribute
line 311 column 73 - Warning: <table> proprietary attribute "module_id"
line 311 column 73 - Warning: <table> lacks "summary" attribute
line 312 column 66 - Warning: <img> lacks "alt" attribute
line 314 column 99 - Warning: <img> lacks "alt" attribute
line 314 column 137 - Warning: <img> lacks "alt" attribute
line 315 column 50 - Warning: <tr> proprietary attribute "opened"
line 315 column 125 - Warning: <table> lacks "summary" attribute
line 317 column 73 - Warning: <table> proprietary attribute "module_id"
line 317 column 73 - Warning: <table> lacks "summary" attribute
line 318 column 66 - Warning: <img> lacks "alt" attribute
line 320 column 99 - Warning: <img> lacks "alt" attribute
line 320 column 137 - Warning: <img> lacks "alt" attribute
line 321 column 50 - Warning: <tr> proprietary attribute "opened"
line 321 column 125 - Warning: <img> lacks "alt" attribute
line 321 column 305 - Warning: <table> proprietary attribute "module_id"
line 321 column 305 - Warning: <table> lacks "summary" attribute
line 322 column 66 - Warning: <img> lacks "alt" attribute
line 324 column 99 - Warning: <img> lacks "alt" attribute
line 324 column 137 - Warning: <img> lacks "alt" attribute
line 325 column 50 - Warning: <tr> proprietary attribute "opened"
line 325 column 125 - Warning: <script> inserting "type" attribute
line 326 column 140 - Warning: <table> proprietary attribute "module_id"
line 326 column 140 - Warning: <table> lacks "summary" attribute
line 327 column 66 - Warning: <img> lacks "alt" attribute
line 329 column 99 - Warning: <img> lacks "alt" attribute
line 329 column 137 - Warning: <img> lacks "alt" attribute
line 330 column 50 - Warning: <tr> proprietary attribute "opened"
line 330 column 125 - Warning: <script> inserting "type" attribute
line 331 column 138 - Warning: <table> proprietary attribute "module_id"
line 331 column 138 - Warning: <table> lacks "summary" attribute
line 332 column 66 - Warning: <img> lacks "alt" attribute
line 334 column 99 - Warning: <img> lacks "alt" attribute
line 334 column 137 - Warning: <img> lacks "alt" attribute
line 335 column 50 - Warning: <tr> proprietary attribute "opened"
line 335 column 178 - Warning: <img> lacks "alt" attribute
line 337 column 1 - Warning: <table> lacks "summary" attribute
line 338 column 1 - Warning: <table> proprietary attribute "module_id"
line 338 column 1 - Warning: <table> lacks "summary" attribute
line 339 column 66 - Warning: <img> lacks "alt" attribute
line 341 column 99 - Warning: <img> lacks "alt" attribute
line 341 column 137 - Warning: <img> lacks "alt" attribute
line 342 column 50 - Warning: <tr> proprietary attribute "opened"
line 343 column 1 - Warning: <script> inserting "type" attribute
line 359 column 9 - Warning: <img> lacks "alt" attribute
line 367 column 52 - Warning: <img> lacks "alt" attribute
line 369 column 69 - Warning: <img> lacks "alt" attribute
line 371 column 57 - Warning: <img> lacks "alt" attribute
line 374 column 14 - Warning: <img> lacks "alt" attribute
line 377 column 15 - Warning: <img> lacks "alt" attribute
line 381 column 1 - Warning: <iframe> attribute "align" has invalid value "top"
line 384 column 1 - Warning: <ilayer> attribute "align" has invalid value "top"
line 384 column 1 - Warning: <ilayer> attribute "width" has invalid value "90px"
line 384 column 1 - Warning: <ilayer> attribute "height" has invalid value "35px"
line 385 column 49 - Warning: <img> lacks "alt" attribute
line 391 column 63 - Warning: <img> lacks "alt" attribute
line 394 column 33 - Warning: <table> lacks "summary" attribute
line 394 column 95 - Warning: <table> proprietary attribute "module_id"
line 394 column 95 - Warning: <table> lacks "summary" attribute
line 395 column 66 - Warning: <img> lacks "alt" attribute
line 397 column 99 - Warning: <img> lacks "alt" attribute
line 397 column 137 - Warning: <img> lacks "alt" attribute
line 398 column 50 - Warning: <tr> proprietary attribute "opened"
line 398 column 125 - Warning: <script> inserting "type" attribute
line 524 column 73 - Warning: <table> proprietary attribute "module_id"
line 524 column 73 - Warning: <table> lacks "summary" attribute
line 525 column 66 - Warning: <img> lacks "alt" attribute
line 527 column 99 - Warning: <img> lacks "alt" attribute
line 527 column 137 - Warning: <img> lacks "alt" attribute
line 528 column 50 - Warning: <tr> proprietary attribute "opened"
line 528 column 125 - Warning: <table> lacks "summary" attribute
line 548 column 73 - Warning: <table> proprietary attribute "module_id"
line 548 column 73 - Warning: <table> lacks "summary" attribute
line 549 column 66 - Warning: <img> lacks "alt" attribute
line 551 column 99 - Warning: <img> lacks "alt" attribute
line 551 column 137 - Warning: <img> lacks "alt" attribute
line 552 column 50 - Warning: <tr> proprietary attribute "opened"
line 552 column 125 - Warning: <table> lacks "summary" attribute
line 569 column 73 - Warning: <table> proprietary attribute "module_id"
line 569 column 73 - Warning: <table> lacks "summary" attribute
line 570 column 66 - Warning: <img> lacks "alt" attribute
line 572 column 99 - Warning: <img> lacks "alt" attribute
line 572 column 137 - Warning: <img> lacks "alt" attribute
line 573 column 50 - Warning: <tr> proprietary attribute "opened"
line 582 column 73 - Warning: <table> proprietary attribute "module_id"
line 582 column 73 - Warning: <table> lacks "summary" attribute
line 583 column 66 - Warning: <img> lacks "alt" attribute
line 585 column 99 - Warning: <img> lacks "alt" attribute
line 585 column 137 - Warning: <img> lacks "alt" attribute
line 586 column 50 - Warning: <tr> proprietary attribute "opened"
line 589 column 87 - Warning: <table> proprietary attribute "module_id"
line 589 column 87 - Warning: <table> lacks "summary" attribute
line 590 column 66 - Warning: <img> lacks "alt" attribute
line 592 column 99 - Warning: <img> lacks "alt" attribute
line 592 column 137 - Warning: <img> lacks "alt" attribute
line 593 column 50 - Warning: <tr> proprietary attribute "opened"
line 593 column 125 - Warning: <script> inserting "type" attribute
line 608 column 1 - Warning: <form> anchor "loginform" already defined
line 611 column 1 - Warning: <table> lacks "summary" attribute
line 622 column 134 - Warning: <table> proprietary attribute "module_id"
line 622 column 134 - Warning: <table> lacks "summary" attribute
line 623 column 66 - Warning: <img> lacks "alt" attribute
line 625 column 99 - Warning: <img> lacks "alt" attribute
line 625 column 137 - Warning: <img> lacks "alt" attribute
line 626 column 50 - Warning: <tr> proprietary attribute "opened"
line 631 column 73 - Warning: <table> proprietary attribute "module_id"
line 631 column 73 - Warning: <table> lacks "summary" attribute
line 632 column 66 - Warning: <img> lacks "alt" attribute
line 634 column 99 - Warning: <img> lacks "alt" attribute
line 634 column 137 - Warning: <img> lacks "alt" attribute
line 635 column 50 - Warning: <tr> proprietary attribute "opened"
line 637 column 77 - Warning: <table> proprietary attribute "module_id"
line 637 column 77 - Warning: <table> lacks "summary" attribute
line 638 column 66 - Warning: <img> lacks "alt" attribute
line 640 column 99 - Warning: <img> lacks "alt" attribute
line 640 column 137 - Warning: <img> lacks "alt" attribute
line 641 column 50 - Warning: <tr> proprietary attribute "opened"
line 641 column 125 - Warning: <script> inserting "type" attribute
line 661 column 73 - Warning: <table> proprietary attribute "module_id"
line 661 column 73 - Warning: <table> lacks "summary" attribute
line 662 column 66 - Warning: <img> lacks "alt" attribute
line 664 column 99 - Warning: <img> lacks "alt" attribute
line 664 column 137 - Warning: <img> lacks "alt" attribute
line 665 column 50 - Warning: <tr> proprietary attribute "opened"
line 666 column 1 - Warning: <script> inserting "type" attribute
line 674 column 73 - Warning: <table> proprietary attribute "module_id"
line 674 column 73 - Warning: <table> lacks "summary" attribute
line 675 column 66 - Warning: <img> lacks "alt" attribute
line 677 column 99 - Warning: <img> lacks "alt" attribute
line 677 column 137 - Warning: <img> lacks "alt" attribute
line 678 column 50 - Warning: <tr> proprietary attribute "opened"
line 684 column 1 - Warning: <table> lacks "summary" attribute
line 688 column 1 - Warning: <table> lacks "summary" attribute
line 690 column 5 - Warning: <td> proprietary attribute "astyle"
line 692 column 1 - Warning: <table> proprietary attribute "valign"
line 692 column 1 - Warning: <table> lacks "summary" attribute
line 694 column 103 - Warning: <img> lacks "alt" attribute
line 695 column 96 - Warning: <img> lacks "alt" attribute
line 696 column 123 - Warning: <img> anchor "Teis" already defined
line 696 column 123 - Warning: <img> lacks "alt" attribute
line 697 column 17 - Warning: <td> proprietary attribute "background"
line 697 column 103 - Warning: <marquee> attribute "align" has invalid value "bottom"
line 698 column 177 - Warning: <img> lacks "alt" attribute
line 699 column 121 - Warning: <img> lacks "alt" attribute
line 700 column 180 - Warning: <img> lacks "alt" attribute
line 379 column 1 - Warning: trimming empty <p>
line 384 column 1 - Warning: trimming empty <ilayer>
Info: Document content looks like HTML Proprietary
210 warnings, 0 errors were found!
Repair broken html
r-domain lets you repair the broken html. Click on the button below to let r-domain fetch your page and show the repaired output. Copy the output to your site and test it there !
aproh.gportal.hu stylesheet info
Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language.
Stylesheets in the head of the document
The following css files were found on aproh.gportal.hu:
http://aproh.gportal.hu/./style/cib.css
http://aproh.gportal.hu/./style/gportal.css
http://aproh.gportal.hu/style/sms.css
r-domain advises to combine all stylesheets to one compressed stylesheet. Adding multiple stylesheets to your page can seriously slow down your website. Compressing your stylehseet can speed up your page
aproh.gportal.hu inline stylesheet info
No inline css was detected on this page
aproh.gportal.hu seo score expained
Below are the scores we calculated for different parts of aproh.gportal.hu.
If any score is below 100 optimalisation is possible. If any score is below 40 improving this score should be a priority.
Not all scores are weighted equally in our final SEO score.
More detailed information for any suggestion can be count under the tabs.
Relatively unimportant optimalisation tips are not included in this summary.
| Item | Score | Factor | Suggestion | |
|---|---|---|---|---|
|
|
PageTitle | 100 | 0,3 | Far too many sites lack a page title. A page title is the first thing that shows in the search results so always use the title element. |
|
|
Title relevance | 22 | 2,3 | A title should reflect the contents of a site. This site has a 17 % match |
|
|
Title Length | 50 | 0,7 | Try to keep your title between 40 and 66 characters. Your title was 104 characters long |
|
|
Meta Description | 100 | 0,2 | A meta description is the second thing that shows in the search results so always use the meta description. |
|
|
Meta Description Length | 50 | 0,7 | The meta description should be between 145 and 160 characters. This meta description was 257 characters long |
|
|
Meta description relevance | 9 | 0,7 | Meta Description should reflect the contents of a site. This site has a 7 % match |
|
|
Number of internal links | 100 | 3,3 | Linking to internal pages makes pages easier to find for search engines. Try to keep the number of links on your page roughly below 100. There are 40 internal links on this page. |
|
|
Folder structure | 100 | 1,4 | We found a folder structure in the links on your page. A good folder structure makes a site easier to navigate. We found 1 level 1 folders and 2 folders above or in the first level of navigation. |
|
|
Headings | 0 | 1,6 | Headers should reflect the contents of a site. This site has a 0 % match |
|
|
Links | 45 | 1,6 | Link anchors should to some degree reflect the contents of a site. This site has a 15 % match |
|
|
Image alt tags | 99 | 0,5 | Image alt tags should to some degree reflect the contents of a site. This site has a 33 % match |
|
|
Bold and italic | 100 | 0,4 | Bold and italic tags should to some degree reflect the contents of a site. This site has a 33 % match |
|
|
Html ratio | 10 | 1,1 | Try to keep the html / text ratio as low as possible. More html means longer loading times. Layout should be handled in a serpate css file |
|
|
Page errors | 0 | 2 | If this score is not 100 check the html very carefully. We found 210 errors and warnings |
|
|
WordCount | 85 | 1,1 | An ideal page contains between 400 and 600 words.This page contains 757 words |
Analyse your website !
| Please enter your domain name |