Discussion Enter a unique and descriptive title that briefly explains your discussion Tags Enter keywords that best describe your discussion, separate by spaces. Think of the...
Recently we are some freelancer faced a great problem in seoclerks. We couldn't put third party username in service title. For which our services could not appear on targeted search result of buyers. In this case pleas...
How to add descriptions to pages in mybb forum, that is....when google searched,i could only edit the description for the index page. How to add descriptions to other pages??? It looks really bad without descriptions be...
So I recently made my Own Subreddit on Reddit and just wondering does anyone know any good ways to gain subscribers. Can you get backlinks on your Subreddit is this a good Idea or would you say was pointless to even try ...
For a long time, there was a misconception inside the SEO community that title tags written in caps can affect you SEO and Google may rank you differently. Apparently, this isn't the case. Google said so and here i...
I understand as the main headline as the h1 tag - for headings under that say I had 3 more main topics could I use all h2 tags for them. Just thought I would ask as like they say if your not sure ask. Hope everyone is do...
Yes I know that most of the sellers here will know about this SEO hack, but there are loads of web masters and bloggers that are completely unaware of this simple technique to SEO images. Adding your keywords to the ...
I am just wondering what everyone else's experiences has been with adding tags for posts? This is one of the good examples of those contradicting bits of advice I was given when I first started working online. I st...
What all counts for SEO when it comes to images? Does the image size play a role and how do I know what the optimal image size is? All I do is put my keywords into my alt description and I name the image as my keyw...
OK, many serious bloggers know about this, but i also noted that many bloggers copy some image from internet and add into blog post without renaming it, which is very important regarding SEO! So perhaps if you writing a...
Can you supply any examples of these meta tags: noindex meta tag index meta tag nofollow meta tag follow meta tag Say I do not want to index a page, but have a bot follow the links, what meta tags should I us...
If you have articles/posts/forum/threads/etc, you may have a tag cloud. Clicking on the tag cloud shows a list of articles/posts/threads/etc with the same tag. Is this considered duplicate content by Google? From my w...
Does adding rel="next" and rel="prev" in the links for pagination help SEO or rank? An example would be: <a href='page/1' rel='prev'>1</a><a href='page/3' rel='canonical '>2</a><a href='page/3...
Meta keywords used to be considered as a good on page SEO technique. Meta tags were considered to be a good way for search engines to read and index sites. However I have heard that they no longer have that sort of power...
Today i got an order which an near the order detail i have seen a new things "100%" when i mouse over its say "Your own client, you will earn 100% minus fees when this order clear?" I don't know what exactly its me...
Hi I am interested about the Seo tags. Usually this refers to your title tag and meta tags within the head of your HTML. How can it is my help. real i don't know about this. Please inform me about the seo tags of the ...
What are "NOODP" and "NOYDIR" Meta Tags and why they are used?
Where do you put company names in TITLE tags for SEO?
Can Meta tags such as the keyword tag bring High Rankings to my site?
Do Google still read meta tags when ranking websites on its search engine?
Which gives better results: <strong> tags or <b> bold tags?
You should share your best expertise here (one expertise resource in one comment) with resources. No spam please. Answer should be sounds technical and knowledgeable.
...............How to use H Tags ?.............
Is it crucial that you have these on your page? Can you successfully leave them off or do you really need to use meta tags?
| Match | Count | SQL | Script |
| SELECT * FROM members_ledger WHERE ip = ? AND added>=unix_timestamp(NOW())-86400 | 1 | SELECT querystring, added
FROM members_ledger
WHERE
ip = ? AND added>=unix_timestamp(NOW())-86400 | /opt/clerks-staging/docroot/include/functions/includes/security.php 398 fetchMemberLedger() include_once() |
| SELECT * FROM questions A, categories_faq B, seoclerks.members C where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND (A.tags LIKE '% Tags %' OR A.tags LIKE 'Tags %' OR A.tags LIKE '% Tags' OR A.tags='Tags') LIMIT 1 | 1 | SELECT count(A.quesid) as total FROM questions A, categories_faq B, seoclerks.members C
where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND (A.tags LIKE '% Tags %' OR A.tags LIKE 'Tags %' OR A.tags LIKE '% Tags' OR A.tags='Tags') LIMIT 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM questions A, categories_faq B, seoclerks.members C where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND (A.tags LIKE '% Tags %' OR A.tags LIKE 'Tags %' OR A.tags LIKE '% Tags' OR A.tags='Tags') ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 0, 40 | 1 | SELECT A.*, C.username, C.userlevel FROM questions A, categories_faq B, seoclerks.members C
where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND (A.tags LIKE '% Tags %' OR A.tags LIKE 'Tags %' OR A.tags LIKE '% Tags' OR A.tags='Tags')
ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 0, 40 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * from questions as A where A.status='1' | 1 | SELECT count(A.quesid) as total from questions as A
where A.status='1' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM answers as A where A.status='1' | 1 | SELECT count(A.ansid) as total
FROM answers as A where A.status='1' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM members_ledger WHERE (script='/opt/clerks-staging/docroot/faq.php' OR script='/opt/clerks-staging/docroot/viewfaq.php') AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE (script='/opt/clerks-staging/docroot/faq.php'
OR script='/opt/clerks-staging/docroot/viewfaq.php')
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='666645' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='666645' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='537188' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='537188' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='522951' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='522951' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='322073' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='322073' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='134' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='134' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='306632' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='306632' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='254580' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='254580' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='2951' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2951' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='9' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='212316' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='212316' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='23245' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='23245' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='60525' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='60525' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='12262' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='12262' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='12794' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='12794' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='4169' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='4169' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='17847' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17847' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='17457' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17457' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='3084' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3084' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='1129' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1129' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='632' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='632' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
| Avg Time | Count | SQL | Max | Min |