Hi,
Ik ben bezig met een site waarvoor ik een gratis theme heb aangepast en aan de hand daarvan verder werk. Dit alles doe ik in WordPress. Gek genoeg geeft hij steeds een no-index aan (SEO tools), terwijl ik dit overal heb uitgeschakeld(!).
Dit staat in de header (omdat ik voor een bedrijf bezig ben heb ik wat URL-info achterwege gelaten)
Let op: je kan [code=html][/] tags gebruiken
Ik ben bezig met een site waarvoor ik een gratis theme heb aangepast en aan de hand daarvan verder werk. Dit alles doe ik in WordPress. Gek genoeg geeft hij steeds een no-index aan (SEO tools), terwijl ik dit overal heb uitgeschakeld(!).
Dit staat in de header (omdat ik voor een bedrijf bezig ben heb ik wat URL-info achterwege gelaten)
HTML:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Een Titel!</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" type="text/css" href="http://lalala.nl/wp-content/themes/typebased/style.css" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://lalala.nl/feed/" /> <link rel="alternate" type="text/xml" title="RSS .92" href="http://lalala.nl/feed/rss/" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://lalala.nl/feed/atom/" /> <link rel="pingback" href="http://lalala.nl/xmlrpc.php" /> <!--[if IE 6]> <script type="text/javascript" src="http://lalala.nl/wp-content/themes/typebased/includes/js/menu.js"></script> <![endif]--> <link rel="alternate" type="application/rss+xml" title="Naaa lalala" href="http://lalala.nl/uncategorized/hahaha/feed/" /> <script type='text/javascript' src='http://lalala.nl/wp-includes/js/comment-reply.js?ver=20090102'></script> <script type='text/javascript' src='http://lalala.nl/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script> <script type='text/javascript' src='http://lalala.nl/wp-content/themes/typebased/includes/js/superfish.js?ver=3.0.1'></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://lalala.nl/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://lalala.nl/wp-includes/wlwmanifest.xml" /> <link rel='index' title='Titel' href='http://lalala.nl/' /> <link rel='start' title='Lol' href='/lalala/' /> <meta name="generator" content="WordPress 3.0.1" /> <link rel='shortlink' href='/?p=27' /> <!-- All in One SEO Pack 1.6.12.2 by Michael Torbert of Semper Fi Web Design[190,235] --> <meta name="description" content="Kijk! Een beschrijving" /> <meta name="keywords" content="hier, staan, dus, keywords" /> <link rel="canonical" href="nananana/" /> <!-- /all in one seo pack --> <meta name="generator" content="Typebased 2.3.1" /> <meta name="generator" content="Woo Framework Version 3.1.03" /> <link href="/wp-content/themes/typebased/styles/default.css" rel="stylesheet" type="text/css" /> <link href="/wp-content/themes/typebased/functions/css/shortcodes.css" rel="stylesheet" type="text/css" /> <link href="/wp-content/themes/typebased/custom.css" rel="stylesheet" type="text/css" /> </head> |
Let op: je kan [code=html][/] tags gebruiken
[ Voor 1% gewijzigd door BtM909 op 01-11-2010 17:00 ]
If it aint fixed, it's broken.